You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am interested in testing rtpulpfecenc element which is a plugin in gst-plugins-good. There is an example command: gst-launch-1.0 videotestsrc ! x264enc ! video/x-h264, profile=baseline ! rtph264pay pt=96 ! rtpulpfecenc percentage=100 pt=122 ! udpsink port=8888
Looking at this example, I added rtph264pay and rtpulpfecenc to the pipeline. However, I get an error saying "Failed to link elements 'rtpulpfecenc0' and 'webrtcredux0'"
Is this not possible currently or am I doing something wrong?
Hi, our plugin currently only supports h264 directly since we are using webrtc-rs' payloader. Support for external payloader should be easy to implement but unfortunately we currently don't have time to work on that.
Dreaming-Codes
changed the title
adding other elements to h264 browser example
Support for external payloaders
Jan 12, 2023
Hello,
I am interested in testing rtpulpfecenc element which is a plugin in gst-plugins-good. There is an example command:
gst-launch-1.0 videotestsrc ! x264enc ! video/x-h264, profile=baseline ! rtph264pay pt=96 ! rtpulpfecenc percentage=100 pt=122 ! udpsink port=8888
Looking at this example, I added rtph264pay and rtpulpfecenc to the pipeline. However, I get an error saying "Failed to link elements 'rtpulpfecenc0' and 'webrtcredux0'"
Is this not possible currently or am I doing something wrong?
Many thanks in advance.
main.txt
The text was updated successfully, but these errors were encountered: