Streaming Media Stuff


The first things to do:
 - install debian
 - create the user "user" with sudo rights
 - login as user
 - create ssh key  `ssh-keygen`
 - add ssh key to git.puscii.nl account ( https://git.puscii.nl/profile/keys )
 - clone this repo in /home/user/src/streaming-media-stuff (and NOT somewhere else)
 - cd /home/user/src/ ; git clone git@185.52.224.4:sms/streaming-media-stuff.git
 - git submodule init ( https://blogs.atlassian.com/2013/03/git-submodules-workflows-tips/ )
 - git submodule update

to update the other repos:
  ./checkoutdev.sh

to install (on debian jessie) (read the scripts before executing them!):
  ./scripts/deps_nogst.sh (installs some packages)
  build snowmix: cd snowmix && ./bootstrap && ./bootstrap && cd src && make && sudo make install

to start:
  look at the startsins-something scripts


Get huawei 4g thingie to work over usb:

usb_modeswitch -J -v 12d1 -p 15ca

repo with the other repos as submodules and some more stuff
  * deps_nogst.sh: install dependencies
  * startsins-basic: script to start everything
  * non: audio mixer things
  * scripts: some scripts
  * snowmix: snomix 0.4.5 with some extra input / output scripts
  * c-player: player that outputs to snowmix, tcp2rtsp, s2s


