You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm trying to demux an MPEG-TS stream. However, the stream doesn't seem to have random access indicator bits set. So all packets end up getting discarded as a result of the check here:
I'm fairly new to MPEG-TS, but my understanding is that random access indicators are not mandatory. Would it make sense to add a flag to toggle whether the demuxer checks for the random access indicator?
The text was updated successfully, but these errors were encountered:
Hi,
I'm trying to demux an MPEG-TS stream. However, the stream doesn't seem to have random access indicator bits set. So all packets end up getting discarded as a result of the check here:
kim_mpeg_ts/lib/mpeg/ts/demuxer.ex
Line 108 in 9ee9ffb
I'm fairly new to MPEG-TS, but my understanding is that random access indicators are not mandatory. Would it make sense to add a flag to toggle whether the demuxer checks for the random access indicator?
The text was updated successfully, but these errors were encountered: