Re: [Live-devel] H264 ipcamera problem

2010-09-22 Thread Serge Grondin
Hi Francisco, I had this kind of problem before when talking to some RTSP server. Sometimes the SPS (type 7) and PPS (type 8) NAL units are encoded in base64 and given to client inside the SDP description. When you want to decode such a stream you have to reinsert them before each IDR (type 5)

[Live-devel] H264 ipcamera problem

2010-09-22 Thread Francisco Esparza
Hello, I'm using openRTSP to capture the video stream from a h264 ip camera, I use openRTSP -t -v -n rtsp://ip_camera: > video I send the video to a pipe and when I play the video with openCV I get the following: non-existing PPS referenced non-existing PPS 0 referenced decode_slice_heade

Re: [Live-devel] Asynchronous API - Subclassing troubles

2010-09-22 Thread Guillaume Ferry
Hi Ross, Ok, it works just fine on your side, I was using an old object reference from my own libraries ! Asynchronous is so great. Regards, Guillaume. Le 21/09/2010 15:54, Guillaume Ferry a écrit : Le 20/09/2010 19:44, Ross Finlayson a écrit : BackTrace #0 0x080882af in _Tables

Re: [Live-devel] live555MediaServer: RTP source address does not match RTSP source address

2010-09-22 Thread Ross Finlayson
Your solution to this problem seems reasonable. I will likely include it in the next release of the software. -- Ross Finlayson Live Networks, Inc. http://www.live555.com/ ___ live-devel mailing list live-devel@lists.live555.com http://lists.live555.c

Re: [Live-devel] Bug in recent liveMedia affecting VLC

2010-09-22 Thread Marian Ďurkovič
On Wed, Sep 22, 2010 at 04:18:59AM -0600, Ross Finlayson wrote: > Yes, and for this reason (especially given the ambiguity in the RTSP > specification), I have now installed a new version (2010.09.22) that > will accept both kinds of "port=" parameter. Great, thanks for the fast resolution!

Re: [Live-devel] Bug in recent liveMedia affecting VLC

2010-09-22 Thread Ross Finlayson
On Wed, 22 Sep 2010 01:51:09 -0600, Ross Finlayson wrote No, this is a bug in the RTSP server (webcam); not a bug in our code. The problem is the parameter field port=5000 This is nonstandard. The RTSP specification (RFC 2326, section 12.39) clearly states that the "port=" parameter

Re: [Live-devel] Bug in recent liveMedia affecting VLC

2010-09-22 Thread Marian Ďurkovič
On Wed, 22 Sep 2010 01:51:09 -0600, Ross Finlayson wrote > No, this is a bug in the RTSP server (webcam); not a bug in our code. > The problem is the parameter field > port=5000 > This is nonstandard. The RTSP specification (RFC 2326, section > 12.39) clearly states that the "port=" parame

Re: [Live-devel] Bug in recent liveMedia affecting VLC

2010-09-22 Thread Ross Finlayson
No, this is a bug in the RTSP server (webcam); not a bug in our code. The problem is the parameter field port=5000 This is nonstandard. The RTSP specification (RFC 2326, section 12.39) clearly states that the "port=" parameter (for multicast streams) should be specified as a range - e.

[Live-devel] Bug in recent liveMedia affecting VLC

2010-09-22 Thread Marian Ďurkovič
Hi, since some modifications to Transport: header parsing in liveMedia library, VLC refuses to talk RTSP with various webcams. More details here: http://trac.videolan.org/vlc/ticket/4129#comment:2 Could someone please have a look? Thanks & kind regards, M. __