We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hello, I've seen that part of the implementation for "nvfbchevcenc" is done but currently can not be part of the pipeline:
https://github.com/CERIT-SC/webrtc/blob/3ae73f4c7ffc5d08e5957e7aec60f03a1e6cf774/streamer/gstwebrtc_app.py#L176
elif self.encoder in ["nvfbch264enc", "nvfbchevcenc"]: pass else: raise GSTWebRTCAppError("Unsupported encoder for pipeline: %s" % self.encoder)
how can I help to make it work?
The text was updated successfully, but these errors were encountered:
This is not within the realm of the project right now. Please come to the Discord and ask @xhejtman about it if you want to go with it...
Duplicate to #30.
Sorry, something went wrong.
Plus, h265 is not possible in WebRTC now. We can try it out if we have WebTransport.
https://gitlab.freedesktop.org/gstreamer/gstreamer/-/issues/3408
No branches or pull requests
Hello, I've seen that part of the implementation for "nvfbchevcenc" is done but currently can not be part of the pipeline:
https://github.com/CERIT-SC/webrtc/blob/3ae73f4c7ffc5d08e5957e7aec60f03a1e6cf774/streamer/gstwebrtc_app.py#L176
elif self.encoder in ["nvfbch264enc", "nvfbchevcenc"]:
pass
else:
raise GSTWebRTCAppError("Unsupported encoder for pipeline: %s" % self.encoder)
how can I help to make it work?
The text was updated successfully, but these errors were encountered: