Re: [Live-devel] delay processing PLAY scale - RTSPServer - live555MediaServer

2015-03-06 Thread Ross Finlayson
There are two separate issues here. First, our RTSP server does not support ‘fast forward’ when streaming H.264 files. (It supports ‘fast forward’ only when streaming indexed MPEG Transport Stream files, PCM (WAV) audio files, or MPEG audio files; see http://live555.com/mediaServer/#trick-play

[Live-devel] delay processing PLAY scale - RTSPServer - live555MediaServer

2015-03-06 Thread Daniel Casale
Hello, I have a problem when using live555MediaServer. I need to do some work when a request arrive and I am just looking at RTSPServer.cpp. I can stream h264 video perfectly, but when the client send me a PLAY scale= 2, the RTSPServer does not see it until about 30 seconds later, and after

Re: [Live-devel] RTP header information

2015-03-06 Thread Ross Finlayson
> Also, we would like to find out which frames are key frames so we will try to > get that by passing the packets to ffmpeg which should construct the frame > and tell us whether its a key frame. That makes no sense. The things that you feed into “ffmpeg” (and other decoders) are *frames* (or,

Re: [Live-devel] RTSP authentication with special characters

2015-03-06 Thread Deanna Earley
Thanks, tested here and included in our latest DLLs :) -- Deanna Earley | Lead developer | icatchercctv w: www.icode.co.uk/icatcher | t: 01329 835335 | f: 01329 835338 Registered Office : 71 The Hundred, Romsey, SO51 8BZ. Company Number : 03428325 From: live-dev

Re: [Live-devel] RTP header information

2015-03-06 Thread Minor, Matt
Thanks for your response. There are a couple of reasons why we would like to do this. Firstly we will be streaming from a lot sources and for every one we will have to provide a large buffer to Live555 to capture the frame even though most frames will be small. We would like to know in advance h

Re: [Live-devel] RTP header information

2015-03-06 Thread Minor, Matt
Thanks for your response. I will have a look as you suggest. From: live-devel [mailto:live-devel-boun...@ns.live555.com] On Behalf Of Deanna Earley Sent: 04 March 2015 13:29 To: 'live-devel@lists.live555.com' Subject: Re: [Live-devel] RTP header information Which header data are you after? Ther

Re: [Live-devel] RTSP authentication with special characters

2015-03-06 Thread Ross Finlayson
Oops - good catch. Fixed now. Ross Finlayson Live Networks, Inc. http://www.live555.com/ ___ live-devel mailing list live-devel@lists.live555.com http://lists.live555.com/mailman/listinfo/live-devel

Re: [Live-devel] RTSP authentication with special characters

2015-03-06 Thread Deanna Earley
Thank you Ross. There does seem to be a termination issue in your version though. I don't see the null terminators being added, possibly the cause for this: Resending... Sending request: DESCRIBE rtsp://abcd:ab%40cd@10.1.20.1/axis-media/media.amp RTSP/1.0 CSeq: 4 Authorization: Basic YWJjZGw6YWJ