skymaze / pymediasoup

mediasoup python client
MIT License
25 stars 14 forks source link

hardware Acceleration support for video stream decode and encode #19

Closed qwert3356 closed 1 day ago

qwert3356 commented 3 days ago

does pymediasoup supports GPU hardware Acceleration like nvdec nvenc? Because my machine sometimes glitches when decoding frames from the consumer

i think it can be configure in aiortc or pyav, but i don't know where to start

skymaze commented 3 days ago

pyav use ffmpeg, you can build you ffmpeg with hardware acceleration Using FFmpeg with NVIDIA GPU Hardware Acceleration and install pyav use

pip install av --no-binary av