Re: [Live-devel] Demux live MPEGTS multicast stream and feed it to RTSP server

2021-03-22 Thread Ross Finlayson
> On Mar 22, 2021, at 12:00 PM, Thorson, Joshua C > wrote: > > It seems to be an issue with the StreamParser, when it is ensuring valid > bytes the number of bytes that are needed is only 1 but the UDP source is > reading ~940 bytes. So, the if statement: fCurParserIndex + numBytesNeeded >

[Live-devel] Demux live MPEGTS multicast stream and feed it to RTSP server

2021-03-22 Thread Thorson, Joshua C
> I've done some more testing and have seen some promising results: > > I used the suggested pipline: > MPEGTS Multicast Stream -> BasicUDPSource > FileSink > but I have it write to stdout instead of a file. I then pipe this into > testMPEG2TransportSplitter like: > >basicUDPtostdo

[Live-devel] Demux live MPEGTS multicast stream and feed it to RTSP server

2021-03-22 Thread Thorson, Joshua C
> > I removed the MPEG2TransportStreamFramer and was getting the same results > > as with the MPEG2TransportStreamFramer; a .h264 file with about 100kb of > > data. > > I assume that this is bad - i.e., you expected to see more data than this. Correct, its a live feed so I epxect the video data