Re: [Live-devel] add a delay in between the RTSP SETUP message and corresponding RTP SETUP message

2014-02-07 Thread Dave Wilder
Thanks Ross. As part of testing our RTSP product, we need to do some negative testing after the RTSP connection is set-up but before the RTP connection is set up. Dave From: live-devel-boun...@ns.live555.com [mailto:live-devel-boun...@ns.live555.com] On Behalf Of Ross Finlayson Sent: Friday, F

Re: [Live-devel] Bad "Range:" header error introduced

2014-02-07 Thread Ross Finlayson
> I switched from Live555 version 2013.09.08 to 2014.02.04 and PLAY command > sent to Axis 213 camera now results in "Bad "Range:" header" error returned > by Live555. "Range: npt=now-" is returned by the camera that seems to get > rejected. The camera is on-line and can be accessed via HTTP tun

Re: [Live-devel] RTSPoverHTTP: server answer example

2014-02-07 Thread Ross Finlayson
> I use vlc 1.1.3 Luggage for see video. > I successfully connect to stream use RTSP URL, > but I can't see stream via HTTP URL, server return "HTTP/1.1 405 Method > Not Allowed". To access a stream using RTSP-over-HTTP, you must still use a "rtsp://" URL, *not* a "http://"; URL. For example, us

Re: [Live-devel] add a delay in between the RTSP SETUP message and corresponding RTP SETUP message

2014-02-07 Thread Ross Finlayson
> When using openRTSP to set up an RTSP connection, is it possible to add a > delay in between the RTSP SETUP message and the corresponding > RTP SETUP message i.e. send the RTSP SETUP message, delay “N” seconds and > then send the RTP SETUP message? Yes, you could do this by modifying the "cont

Re: [Live-devel] Play response setting in Live555 Server

2014-02-07 Thread Ross Finlayson
> REW x -2 > > RTSPClientConnection[0x11fbc40]::handleRequestBytes() read 145 new bytes:PLAY > rtsp://192.168.128.51:554/OzTheGreatandHD_06112013_USA_movie_5625_CC.ts > RTSP/1.0 > Scale: -2 > CSeq: 16 > Session: 70554585 > Range: npt= -0 > > > parseRTSPRequestString() succeeded, returning c

[Live-devel] Bad "Range:" header error introduced

2014-02-07 Thread Krishna Patel
Hi, I switched from Live555 version 2013.09.08 to 2014.02.04 and PLAY command sent to Axis 213 camera now results in "Bad "Range:" header" error returned by Live555. "Range: npt=now-" is returned by the camera that seems to get rejected. The camera is on-line and can be accessed via HTTP tunneli

[Live-devel] RTSPoverHTTP: server answer example

2014-02-07 Thread Brilliantov Kirill Vladimirovich
Hello! I use live555 2014.01.29. I configure RTSP server on support HTTP and after start it I see what it bind on rtsp and http port. I use vlc 1.1.3 Luggage for see video. I successfully connect to stream use RTSP URL, but I can't see stream via HTTP URL, server return "HTTP/1.1 405 Method Not Al

Re: [Live-devel] regarding test app MPEG2TransportStreamIndexer

2014-02-07 Thread Warren Young
On 2/6/2014 19:53, Ross Finlayson wrote: I am using test app MPEG2TransportStreamIndexer. In file MPEG2IndexFromTransportStream.cpp,when it got error "Unexpectedly large PES header size" its close all handles and goes down. Please put your Transport Stream file (the one that produces this error

[Live-devel] Boolean Groupsock::deleteIfNoMembers;

2014-02-07 Thread Thomas Göllner
Thanks Ross for this quick response. It's a good hint, that the "groupsock" library will be replaced. So it is useless, I think, to provide a patch for this. As a workaround I subclass the ServerMediaSubsessions I need and add something like that: virtual void closeStreamSource(FramedSource* input