Re: [Live-devel] Streaming to RTSP clients with different ports

2014-11-12 Thread Ross Finlayson
> So in rephrased question, which live555 server module can give me this > functionality, i.e.: > > [FFmpeg (RTP (AAC) audio)] --> [live555 server module] --> [FFmpeg (RTSP > (AAC) audio)] If the first RTP AAC audio source is accessible via RTSP (i.e., if it has a RTSP server), then you should b

Re: [Live-devel] Streaming to RTSP clients with different ports

2014-11-12 Thread Taha Ansari
Message-ID: <4d4ba832-f4d3-4634-9a6e-c36b0e040...@live555.com> Content-Type: text/plain; charset="utf-8" > I have a test scenario, where I am streaming webcam input + mic over to a remote server using RTP protocol, which re-streams this to another client (other client pulls data through RTSP): >

Re: [Live-devel] Streaming to RTSP clients with different ports

2014-11-12 Thread Ross Finlayson
> I have a test scenario, where I am streaming webcam input + mic over to a > remote server using RTP protocol, which re-streams this to another client > (other client pulls data through RTSP): > > FFmpeg (RTP AAC audio + RTP video) -> Server -> (RTSP AAC audio + RTSP video) > FFmpeg client Y

[Live-devel] Streaming to RTSP clients with different ports

2014-11-12 Thread Taha Ansari
Hi, I have a test scenario, where I am streaming webcam input + mic over to a remote server using RTP protocol, which re-streams this to another client (other client pulls data through RTSP): FFmpeg (RTP AAC audio + RTP video) -> Server -> (RTSP AAC audio + RTSP video) FFmpeg client In