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

x265enc feature #67

Closed
GabrieleRisso opened this issue Jan 3, 2023 · 3 comments
Closed

x265enc feature #67

GabrieleRisso opened this issue Jan 3, 2023 · 3 comments

Comments

@GabrieleRisso
Copy link

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?

@ehfd
Copy link
Member

ehfd commented Jan 3, 2023

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.

@ehfd ehfd closed this as not planned Won't fix, can't repro, duplicate, stale Jan 3, 2023
@ehfd
Copy link
Member

ehfd commented Jan 18, 2023

Plus, h265 is not possible in WebRTC now. We can try it out if we have WebTransport.

@ehfd
Copy link
Member

ehfd commented Mar 24, 2024

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants