[FFmpeg-devel] broken ts demuxer with rtp
matthieu castet
castet.matthieu
Mon Jun 18 19:35:15 CEST 2007
matthieu castet wrote:
> Hi,
>
> some rtsp stream are broken.
>
> After some invesigation, it seems it comes from the mpegts demuxer :
>
> The mpegts demuxer is feed with mpegts_read_packet function. But the pat
> handler seem to be never set and the mpegts demuxer instead of parsing
> the pat when it see pid 0, guess wrong things.
>
>
Something like the attached patch make the things work, but I believe we
should set "ts->auto_guess = 1;" somewhere to handle stream without PAT/PMT.
Matthieu
-------------- next part --------------
A non-text attachment was scrubbed...
Name: mpegts.diff
Type: text/x-patch
Size: 416 bytes
Desc: not available
URL: <http://lists.mplayerhq.hu/pipermail/ffmpeg-devel/attachments/20070618/6e8345ca/attachment.bin>
More information about the ffmpeg-devel
mailing list