Re: [Live-devel] End RTSP client session cleanly

2009-03-31 Thread Ralf Globisch
Ross and Patrick, thanks for the info, that's what I needed to know. ;) -- This message is subject to the CSIR's copyright terms and conditions, e-mail legal notice, and implemented Open Document Format (ODF) standard. The full disclaimer details can be found at http://www.csir.co.za/disclai

[Live-devel] Read from device file problem

2009-03-31 Thread Gordon Smith
Hello - After modification for input of filename, testMPEG2TransportStreamer can read from pipe, but not read directly from device file. The fread() in ByteStreamFileSource returns EIO and reads zero bytes for direct read. Device file /dev/video2 is saa7134-empress device on Linux debian 2.6.26-1

Re: [Live-devel] End RTSP client session cleanly

2009-03-31 Thread Ross Finlayson
> >What is the correct way to initiate the shutdown of a specific >RTSP client session from the server side? Right now there isn't a clean way to do this, unfortunately. If you know the "RTSPServer::RTSPClientSession" object, then you could try deleting it; that will likely work. That do

Re: [Live-devel] stream m4e

2009-03-31 Thread Patrick White
It's been a while since I looked into these sorts of issues, but green is significant on YUV-encoded imagery, such as Jpegs, Mpeg4 and (I believe) H.264. It often means the deocding failed and the max amount of blue & red are being subtracted from the resulting image, making it green (i.e. sic

Re: [Live-devel] stream m4e

2009-03-31 Thread York Sun
Brad, My camera is AXIS M1011 Network Camera. I have no idea about the key frame on camera. My recording is 100 seconds lone. However, with testMPEG4VideoStreamer and vlc as a client, I can only see the green picture for about 5 seconds, then the picture freezes and vlc message says ffmpeg decod

Re: [Live-devel] stream m4e

2009-03-31 Thread Brad Bitterman
Oh! I think I know exactly what your seeing. I have seen this before many times with VLC. What happens for me is that the time between i- frames is very long. When I connect with VLC i only get p-frames for a while. The green is because the initial decoded picture buffer in VLC is filled wit

Re: [Live-devel] stream m4e

2009-03-31 Thread York Sun
Brad, I should be clear about the color. It is not random color. It is all green, with a little bit shape here and there under vlc. mplayer shows most black. I think it is something related to multicast. Just found an old post in archive http://lists.live555.com/pipermail/live-devel/2008-August/0

Re: [Live-devel] stream m4e

2009-03-31 Thread Brad Bitterman
Not sure what would cause a color issue like what you're describing Live555 doesn't modify the frame data in any way so chroma info should not be modified. - Brad On Mar 30, 2009, at 10:34 PM, sun york-R58495 wrote: Thanks for the hint. vlc can play the file with .m4v extension. That

Re: [Live-devel] End RTSP client session cleanly

2009-03-31 Thread Patrick White
On Tuesday 31 March 2009 6:16 am, Ross Finlayson wrote: > >What is the correct way to initiate the shutdown of a specific > >RTSP client session from the server side? > > Right now there isn't a clean way to do this, unfortunately. If you > know the "RTSPServer::RTSPClientSession" object, then you

Re: [Live-devel] Searching this mailing list's archives, FYI

2009-03-31 Thread York Sun
On Tue, 2009-03-31 at 06:05 -0700, Ross Finlayson wrote: > >Tried to search the archive but didn't find a good way. > > FYI, you can search this mailing list's archives using Google, by adding > site:lists.live555.com > to your search query. > > Other search engines probably also let you do

Re: [Live-devel] End RTSP client session cleanly

2009-03-31 Thread Ross Finlayson
What is the correct way to initiate the shutdown of a specific RTSP client session from the server side? Right now there isn't a clean way to do this, unfortunately. If you know the "RTSPServer::RTSPClientSession" object, then you could try deleting it; that will likely work. -- Ross Finlay

[Live-devel] Searching this mailing list's archives, FYI

2009-03-31 Thread Ross Finlayson
Tried to search the archive but didn't find a good way. FYI, you can search this mailing list's archives using Google, by adding site:lists.live555.com to your search query. Other search engines probably also let you do something similar. -- Ross Finlayson Live Networks, Inc. http://ww

[Live-devel] End RTSP client session cleanly

2009-03-31 Thread Ralf Globisch
Hi Ross, We are using the liveMedia RTSP server to deliver media using a source based on the DeviceSource class. What is the correct way to initiate the shutdown of a specific RTSP client session from the server side? This is to cater for the scenario in which an administrator wants to disconne