Re: [Live-devel] question about sdp generation in ServerMediaSession and darwin

2009-10-08 Thread Ross Finlayson
That is in fact the case. Swapping the two o lines worked..any idea why it might not like the longer session id? No. Perhaps it thinks (incorrectly) that the session id can only be as large as a 32-bit integer, and can't handle ids longer than 10 digits. But anyway, this is a bug in the

Re: [Live-devel] question about sdp generation in ServerMediaSession and darwin

2009-10-08 Thread Dion Galbreath
> >>We've been using the 2008.09. 1220313600 of live55 and everythings > >>been dandy. We upgraded to 2009.09.04 1252022400 and seem to have a > >>problem with a darwin server. When we place the sdp file that is > >>created with the live555 from 2009.09.04 1252022400 we can not > >>

Re: [Live-devel] H264 RTSP with VLC or openRTSP

2009-10-08 Thread Ross Finlayson
Thanks for your reply. I am very sure the fPresentationTime is correct. I can use VLC to play the RTSP stream for 2 , 3 minutes correctly, then suddenly VLC becomes blank. Because openRTSP has the buffer limitation (encoded frame must be able to fit into the buffer, I set it -b 60K), I suspect

Re: [Live-devel] H264 RTSP with VLC or openRTSP

2009-10-08 Thread Tao Wu
Russ, Thanks for your reply. I am very sure the fPresentationTime is correct. I can use VLC to play the RTSP stream for 2 , 3 minutes correctly, then suddenly VLC becomes blank. Because openRTSP has the buffer limitation (encoded frame must be able to fit into the buffer, I set it -b 60K), I suspe

[Live-devel] Live555 + VLC: RTP over TCP Does not work

2009-10-08 Thread Teresa
Hi, I am using Live555 media server with VLC 1.0.2 as media client. I try to streaming a mpeg2 file using RTSP. configure VLC to use RTP over TCP, and i can see live555 keep sending out TCP packets. however, VLC seems no error but can not succesffuly display..Any idea? Thanks

Re: [Live-devel] question about sdp generation in ServerMediaSession and darwin

2009-10-08 Thread Ross Finlayson
>>We've been using the 2008.09. 1220313600 of live55 and everythings >>been dandy. We upgraded to 2009.09.04 1252022400 and seem to have a >>problem with a darwin server. When we place the sdp file that is >>created with the live555 from 2009.09.04 1252022400 we can not >>connect to the s

Re: [Live-devel] ONVIF support in Live555

2009-10-08 Thread Cristiano Belloni
Cristiano Belloni wrote: Matt Schuckmann wrote: We use MJPEG over RTP to send on demand hi resolution still images along side our video which is lower res H.264. Is there an extension to the MJPEG standard that allows JPEG over 2k x 2k? If so we'd be interested in implementing it. Matt S. M

[Live-devel] question about sdp generation in ServerMediaSession and darwin

2009-10-08 Thread Dion Galbreath
>>We've been using the 2008.09. 1220313600 of live55 and everythings >>been dandy. We upgraded to 2009.09.04 1252022400 and seem to have a >>problem with a darwin server. When we place the sdp file that is >>created with the live555 from 2009.09.04 1252022400 we can not >>connect to the

Re: [Live-devel] ONVIF support in Live555

2009-10-08 Thread Cristiano Belloni
Matt Schuckmann wrote: We use MJPEG over RTP to send on demand hi resolution still images along side our video which is lower res H.264. Is there an extension to the MJPEG standard that allows JPEG over 2k x 2k? If so we'd be interested in implementing it. Matt S. Matt, don't top-post please

Re: [Live-devel] H264 RTSP with VLC or openRTSP

2009-10-08 Thread Ross Finlayson
I have made a H264 media server and the input is encoded frames directed coming from the hardware encoder, not from a file. I can successfully receive the H264 stream from openRTSP command tool and store the received stream into a file. The VLC player also can play the stored the file smoothly.