Differences
This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision Next revision | Previous revision | ||
| livest [2020/07/23 09:37] – [HLS] yair | livest [2020/09/05 13:49] (current) – [HLS] yair | ||
|---|---|---|---|
| Line 9: | Line 9: | ||
| ====HLS==== | ====HLS==== | ||
| - | ===optimizing=== | ||
| - | *https:// | ||
| - | *https:// | ||
| - | *https:// | ||
| - | ===Shaka=== | ||
| - | {{youtube> | ||
| - | https:// | + | ===gstreamer/video.js=== |
| - | https:// | + | |
| - | https:// | + | |
| - | + | ||
| - | ===opencv> | + | |
| - | [[https:// | + | |
| - | [[https:// | + | |
| - | + | ||
| - | + | ||
| - | + | ||
| - | ===how to=== | + | |
| the easiest stream i got was using hlssink | the easiest stream i got was using hlssink | ||
| <code dot> | <code dot> | ||
| Line 53: | Line 37: | ||
| pipe video from rtsp ueye | pipe video from rtsp ueye | ||
| gst-launch-1.0.exe rtspsrc location=rtsp:// | gst-launch-1.0.exe rtspsrc location=rtsp:// | ||
| + | |||
| + | ===Javelin=== | ||
| + | [[https:// | ||
| + | |||
| + | install rust on server | ||
| + | curl https:// | ||
| + | source $HOME/ | ||
| + | you'll probably need a few deps, like | ||
| + | sudo apt install libssl-dev | ||
| + | <code bash> | ||
| + | cargo install javelin | ||
| + | # add an user with an associated stream key to the database | ||
| + | javelin --permit-stream-key=" | ||
| + | # start the server if not running | ||
| + | javelin run | ||
| + | </ | ||
| + | couldn' | ||
| + | ===streamline=== | ||
| + | https:// | ||
| + | |||
| + | |||
| + | ===opencv> | ||
| + | [[https:// | ||
| + | [[https:// | ||
| + | |||
| + | |||
| + | ===optimizing=== | ||
| + | *https:// | ||
| + | *https:// | ||
| + | *https:// | ||
| + | |||
| + | ===Shaka=== | ||
| + | {{youtube> | ||
| + | |||
| + | https:// | ||
| + | https:// | ||
| + | https:// | ||
| + | |||
| ====jsmpeg==== | ====jsmpeg==== | ||