aiortsp
aiortsp copied to clipboard
decode example
Dear,
I would like to experiment with this library to replace my current approach to read streams (the OpenCV VideoCapture). However, I'm not completely familiar with how to decode the data I read (from a h264 stream) using PyAv. I stumble upon the error
Error splitting the input into NAL units.
Do you have any example how to do the decoding?