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

Re: [Live-devel] [External] Re: live-devel@lists.live555.com

2021-03-17 Thread Ross Finlayson
> On Mar 17, 2021, at 12:23 AM, Amit Patel wrote: > > Hi, > > Looks like you are getting me wrong. > We are looking for receiving audio data on RTSP Server side not RTSP Client > side. > And we are able to get the Audio data on RTSP server side in > “handleRequestBytes” function in “liveMed

Re: [Live-devel] [External] Re: live-devel@lists.live555.com

2021-03-17 Thread Amit Patel
Hi, Looks like you are getting me wrong. We are looking for receiving audio data on RTSP Server side not RTSP Client side. And we are able to get the Audio data on RTSP server side in “handleRequestBytes” function in “liveMedia/RTSPServer.cpp” file. But after getting those Audio data we don’t k