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. Matthieu