문제

I am using live555 for receiving network camera video via RTSP, which data is H264 encoded. Is there any open source software for decoding the received packets and parse it into different video frames?

Best regards,

Dídac Pérez

도움이 되었습니까?

해결책

Yes, ffmpeg can decode the data. Infact you can use ffmpeg directly recieve the data, transcode /transform it to your desired form and send it out again or dump it into a file if you wish. If you want to use live555 for recieving it and ffmpeg for decoding simply write output of live555 to a pipe and feed it to ffmpeg to do the decoding.

다른 팁

I'm confused by your question. live 555 is built on top of ffmpeg, so it has all access to the decoders built into ffmpeg.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top