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

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

2021-03-18 Thread Ross Finlayson
> 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. If you haven’t done so already, then - as a sanity check - try d

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

2021-03-18 Thread Thorson, Joshua C
Thank you for the quick response and the steps for me to proceed with. I have documented the outcome of each step below: > Josh, > > I think you’re on the right track. Try the following to be sure: > > > I have setup the onDemandRtspServer example with the > > MPEG2TransportUDPServerMediaSubses

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

2021-03-17 Thread Ross Finlayson
Josh, I think you’re on the right track. Try the following to be sure: > I have setup the onDemandRtspServer example with the > MPEG2TransportUDPServerMediaSubsession and it is working flawlessly with VLC, > ffmpeg, and the openRTSP clients. Good. Now run “openRTSP” for a while, to receive a

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

2021-03-17 Thread Thorson, Joshua C
Hello, I am looking to setup an RTSP server that serves h264 RTP payloads from a live MPEGTS multicast stream due to an existing client that does not support the MPEGTS RTP payload type. I have setup the onDemandRtspServer example with the MPEG2TransportUDPServerMediaSubsession and it is worki