Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
livest [2020/09/05 13:37] – [HLS] yairlivest [2020/09/05 13:49] (current) – [HLS] yair
Line 49: Line 49:
 cargo install javelin cargo install javelin
 # add an user with an associated stream key to the database # add an user with an associated stream key to the database
-javelin --permit-stream-key="idiotstream:cc144117a8fe59af0f7f34ce9eca8f05" +javelin --permit-stream-key="idiotstream:cc144117a8fe59af0f7f34ce9eca8f05" --rtmp-bind 46.101.213.56 --http-bind 46.101.213.56  
-# start the server+# start the server if not running
 javelin run javelin run
 </code> </code>
 +couldn't get server/client to access 8080 to see the stream . trying the docker-compose way
 ===streamline=== ===streamline===
 https://github.com/streamlinevideo/streamline https://github.com/streamlinevideo/streamline
 +
 +
 +===opencv>ffmpeg>hls===
 +[[https://www.nobile-engineering.com/wordpress/index.php/2018/10/30/video-streaming-hls-apache-nginx/|video-streaming-hls-apache-nginx]]\\
 +[[https://github.com/andreanobile/opencv_ffmpeg_streaming|opencv_ffmpeg_streaming]]
 +
  
 ===optimizing=== ===optimizing===
Line 67: Line 74:
 https://github.com/google/shaka-packager\\ https://github.com/google/shaka-packager\\
 https://google.github.io/shaka-packager/html/index.html https://google.github.io/shaka-packager/html/index.html
- 
-===opencv>ffmpeg>hls=== 
-[[https://www.nobile-engineering.com/wordpress/index.php/2018/10/30/video-streaming-hls-apache-nginx/|video-streaming-hls-apache-nginx]]\\ 
-[[https://github.com/andreanobile/opencv_ffmpeg_streaming|opencv_ffmpeg_streaming]]