-
Does this framework support hardware acceleration for encode/decode and video rendering from the video streams? How could I use ffmpeg gpu encoding my opengl render frame and use webrtc to stream to web? |
Beta Was this translation helpful? Give feedback.
Answered by
Sean-Der
Jan 25, 2021
Replies: 1 comment
-
Pion WebRTC itself don't handle the encoding/decoding of media, only the transport. An example of sending |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
Sean-Der
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Pion WebRTC itself don't handle the encoding/decoding of media, only the transport.
An example of sending
ffmpeg
into Pion WebRTC with hardware acceleration would be rtp-to-webrtc. Instead of usinglibpvx
you could useh264_nvenc
as the encoder.