H265 Support #140
Unanswered
yusufziyacs
asked this question in
Q&A
Replies: 1 comment
-
I just created an issue to track this support |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello there.
I've just started using webrtc-rs in order to convert RTSP streams into webrtc. I can easily create connections for H264 mime type. But I need also H265 tacks to be able to add. I see a codec for H265 but as far as I can see there isn't any Payloader implementation for it and when I add tracks with mime type "video/H265" i receive an error "ErrNoPayloaderForCodec".
So how can I use this H265 codec or is there any other way to achieve to serve H265?
Beta Was this translation helpful? Give feedback.
All reactions