start-streaming.sh 234 B

123456789101112
  1. #!/bin/bash
  2. source scripts/env.sh
  3. docker run -d --restart unless-stopped \
  4. --name $NAME_STREAMING \
  5. -h ispooge-streaming \
  6. -v /tmp/hls:/tmp/hls \
  7. -p 33935:1935 \
  8. -p 33936:1936 \
  9. --link $NAME_STATIC \
  10. $IMAGE_STREAMING