Re: [Live-devel] RTCP Bye in PassiveServerMediaSession

2008-10-15 Thread Ross Finlayson
At 04:17 PM 10/15/2008, you wrote: Hello, I am playing with the vobStreamer application, using MPlayer -rc2 to view the stream. The behavior I expect is that at the end of the stream, when stopPlaying() is called on both sinks, live555 should send and RTCP Bye packet, causing MPlayer to exit. B

Re: [Live-devel] RTCP Bye in PassiveServerMediaSession

2008-10-15 Thread Ross Finlayson
The behavior I expect is that at the end of the stream, when stopPlaying() is called on both sinks, live555 should send and RTCP Bye packet, causing MPlayer to exit. No, that's not what the code does. When the code reaches the end of the input file, it reads/streams it again starting from th

[Live-devel] RTCP Bye in PassiveServerMediaSession

2008-10-15 Thread Brian Marete
Hello, I am playing with the vobStreamer application, using MPlayer -rc2 to view the stream. The behavior I expect is that at the end of the stream, when stopPlaying() is called on both sinks, live555 should send and RTCP Bye packet, causing MPlayer to exit. But l have confirmed with wireshark th

Re: [Live-devel] Detecting/Notifying on new multicast media

2008-10-15 Thread Brian Marete
On Thu, Oct 16, 2008 at 12:29 AM, Ross Finlayson <[EMAIL PROTECTED]> wrote: > >> I am writing a streaming application with live555, both on the server >> and client ends. I will be using live555 to mulitcast MPEG2 transport >> streams over RTP to the clients. Periodically, the server will stop >> m

Re: [Live-devel] Detecting/Notifying on new multicast media

2008-10-15 Thread Ross Finlayson
I am writing a streaming application with live555, both on the server and client ends. I will be using live555 to mulitcast MPEG2 transport streams over RTP to the clients. Periodically, the server will stop multicasting the current file and switch to a new one, sending it to the same multicast

[Live-devel] Detecting/Notifying on new multicast media

2008-10-15 Thread Brian Marete
Hello, I am writing a streaming application with live555, both on the server and client ends. I will be using live555 to mulitcast MPEG2 transport streams over RTP to the clients. Periodically, the server will stop multicasting the current file and switch to a new one, sending it to the same multi