Replies: 2 comments 1 reply
-
The only browser that supports H265 today is Safari. You could register H265 in the MediaEngine and Write/Read RTP packets. We also can support read/writing Samples after this is merged. I will work on getting this merged into master. |
Beta Was this translation helpful? Give feedback.
1 reply
-
|
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
-
Is there an easy way to support H265 in frontend?
Our camera can generate H265 stream, we want use Pion to push this h265 RTP stream to ION-SFU, and then frontend can get the camera stream from SFU.
But I don't know how to support it in browser. Is there any way to do this?
I think if we can wrap ffmpeg in WASM and transcode rtp received from RtpReceiver to h264 and then play it?
We need store the H265 video of camera to the disk, and we don't want transcode in server as it need much resource, we can't afford that cost.
Beta Was this translation helpful? Give feedback.
All reactions