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
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
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
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
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