This shows you the differences between two versions of the page.
| Next revision | Previous revision | ||
|
robot-implementation:video-streaming [2017/05/03 16:28] avnerus created |
— (current) | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| - | ====== Video Streaming ====== | ||
| - | Currently testing the following stream to local Janus: | ||
| - | |||
| - | <code> | ||
| - | gst-launch-1.0 rpicamsrc preview=false ! video/x-raw,width=1024,height=768 ! x264enc speed-preset=ultrafast | ||
| - | tune=zerolatency byte-stream=true bitrate=5000 threads=1 ! h264parse config-interval=1 ! rtph264pay ! | ||
| - | udpsink host=127.0.0.1 port=8004 | ||
| - | </code> | ||