Sebastian Dröge
bbed24d919
webrtc: Change H264 examples to use aggregate-mode=zero-latency for best compatibility
...
The default changed back to none because it broke existing code.
See https://gitlab.freedesktop.org/gstreamer/gst-plugins-good/-/issues/749
Part-of: <https://gitlab.freedesktop.org/gstreamer/gst-examples/-/merge_requests/22 >
2020-08-05 10:47:55 +03:00
Sebastian Dröge
3492c81fcf
Update Rust examples to latest bindings versions
...
Part-of: <https://gitlab.freedesktop.org/gstreamer/gst-examples/-/merge_requests/21 >
2020-07-31 11:59:58 +03:00
Philippe Normand
234dff8dbb
webrtc: Add Janus video-room example
...
This Rust crate provides a program able to connect to a Janus instance using
WebSockets and send a live video stream to the videoroom plugin.
Part-of: <https://gitlab.freedesktop.org/gstreamer/gst-examples/-/merge_requests/15 >
2020-06-29 14:08:51 +01:00
Philippe Normand
c0f303eacf
janus: Remove unused parameters and refactor
2020-05-14 11:04:37 +01:00
Jan Schmidt
1f1233064f
janus: Add picture-id-mode=2 to VP8 payloading
...
This writes an extended header and Picture-ID into each RTP packet
which makes Janus able to detect which frames are keyframes and
to request replacement keyframes.
2020-01-28 00:05:59 +11:00
Jan Schmidt
d8e7687132
janus: Add options near the top
...
Add some script configuration options to choose
between VP8 and H.264 near the top, to modify the video input
source, and to enable/disable RTX support
2020-01-28 00:05:59 +11:00
Jan Schmidt
3cabee61c7
Add python Janus videoroom streaming example.
...
Added with permission and copyright @tobiasfriden and @saket424
on github. See https://github.com/centricular/gstwebrtc-demos/issues/66
2020-01-15 10:47:27 +11:00