0

我正在使用 live555 通过 RTSP 接收网络摄像机视频,该数据是 H264 编码的。是否有任何开源软件可以对接收到的数据包进行解码并将其解析为不同的视频帧?

此致,

迪达克·佩雷斯

4

2 回答 2

3

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.

于 2012-10-27T07:08:15.420 回答
0

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.

于 2012-10-27T02:24:35.330 回答