Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support for external payloaders #7

Open
ognkrmms opened this issue Jan 12, 2023 · 1 comment
Open

Support for external payloaders #7

ognkrmms opened this issue Jan 12, 2023 · 1 comment
Labels
enhancement New feature or request

Comments

@ognkrmms
Copy link

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

@ognkrmms ognkrmms changed the title adding other elements to h264example adding other elements to h264 browser example Jan 12, 2023
@Dreaming-Codes
Copy link
Collaborator

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 Dreaming-Codes changed the title adding other elements to h264 browser example Support for external payloaders Jan 12, 2023
@Dreaming-Codes Dreaming-Codes added the enhancement New feature or request label Jan 12, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants