Re: [Live-devel] How to invoke second ( and subsequent) streams on live555 media server?

2008-12-08 Thread Ross Finlayson
So, when live555 Media Server starts up, it prints out a url of the form *rtsp://serverip:serverport.* Running a media client, I can start up a unicast stream by providing a url of the form *rtsp:/serverip:serverport/file_to_be streamed. * Now, when I want to run a second stream, say of the same

[Live-devel] How to invoke second ( and subsequent) streams on live555 media server?

2008-12-08 Thread Mike Cravens
So, when live555 Media Server starts up, it prints out a url of the form *rtsp://serverip:serverport.* Running a media client, I can start up a unicast stream by providing a url of the form *rtsp:/serverip:serverport/file_to_be streamed. * Now, when I want to run a second stream, say of the same f

Re: [Live-devel] not able to respond to SET_PARAMETER

2008-12-08 Thread Paul Clark
venugopalpaikr wrote: Hi, I am modifying Live555 to respond to Windows Media Player. While trying to establish the session WMP sends SET_PARAMETER. The actual response to SET_PARAMETER should be RTSP/1.0 200 OK Content-Type: application/x-rtsp-udp-packetpair;charset=UTF-8 Content-Length: 43

Re: [Live-devel] MPEG2 TS file with multiple streams

2008-12-08 Thread Ross Finlayson
If a single MPEG2 TS file contains multiple streams in it, then how live media streamer behaves? I think it will try to play the file as it is. Yes. The MPEG Transport Stream file will be streamed in its entirety. But If I play the same TS file via VLC, it will stream only the first stream

[Live-devel] MPEG2 TS file with multiple streams

2008-12-08 Thread sunil sunil
Hi, If a single MPEG2 TS file contains multiple streams in it, then how live media streamer behaves? I think it will try to play the file as it is. But If I play the same TS file via VLC, it will stream only the first stream in the TS file. Can I do the same with Live media server?? Please clarif