On 10/09/2010 15:11, Ronald S. Bultje wrote:
Hi,
On Fri, Sep 10, 2010 at 9:19 AM, Mark Kenna
<[email protected]> wrote:
I don't know if this is possible but I want to use libav purely as an RTSP
client (no decoding just reading) for sending to an external decoder. The
problem I have is that when I pass data from av_read_frame/packet to an
external decoder the header data seems to be missing.
I believe this has something to do with the control part of the SDP file?
The RTSP/RTP headers? Yes, we chop them off, they're part of the RTP,
the codec expects data without them.
Ronald
_______________________________________________
libav-user mailing list
[email protected]
https://lists.mplayerhq.hu/mailman/listinfo/libav-user
Thanks Ronald
Please indicate whether this should work in a typical scenario:
I capture all data received by av_read_packet(...) into a file then call
ffprobe on that file. The ffprobe cannot seem to determine the format in
the file (which starts with 000000B6).
Thanks,
Mark
_______________________________________________
libav-user mailing list
[email protected]
https://lists.mplayerhq.hu/mailman/listinfo/libav-user