Re: [Live-devel] live555MediaServer refresh

2014-09-15 Thread Gilles Chanteperdrix
On 09/11/2014 04:32 PM, Ross Finlayson wrote: >> I believe this change causes the media clients to only be able to >> receive the first track of a multi-track file, such as an mkv with >> video and audio. The answer to SETUP of the second track and others >> is a "400 Bad Request". > > Yes, you'

Re: [Live-devel] live555MediaServer refresh

2014-09-11 Thread Ross Finlayson
> I believe this change causes the media clients to only be able to > receive the first track of a multi-track file, such as an mkv with > video and audio. The answer to SETUP of the second track and others is > a "400 Bad Request". Yes, you're right. This slipped by me; thanks for pointing it ou

Re: [Live-devel] live555MediaServer refresh

2014-09-10 Thread Gilles Chanteperdrix
On 09/10/2014 11:28 PM, Gilles Chanteperdrix wrote: > RTSP/1.0 400 Bad Request > Date: Wed, Sep 10 2014 21:21:50 GMT > Allow: OPTIONS, DESCRIBE, SETUP, TEARDOWN, PLAY, PAUSE, GET_PARAMETER, > SET_PARAMETER Also, the Bad Request answer does not have a CSeq, which causes an RTSP client to complain.

Re: [Live-devel] live555MediaServer refresh

2014-09-10 Thread Gilles Chanteperdrix
On 07/09/2014 06:00 AM, Ross Finlayson wrote: > Actually, thinking about this a bit more - I'm going to include your > 'hack' in the next release of the "LIVE555 Streaming Media" software, > because it's generally useful - for any type of file - if the > underlying file has changed since the last t

Re: [Live-devel] live555MediaServer refresh

2014-07-08 Thread Ross Finlayson
Actually, thinking about this a bit more - I'm going to include your 'hack' in the next release of the "LIVE555 Streaming Media" software, because it's generally useful - for any type of file - if the underlying file has changed since the last time that it was requested. > This way it seems to

Re: [Live-devel] live555MediaServer refresh

2014-07-08 Thread Ross Finlayson
The purpose of a Transport Stream file's 'index file' (i.e., ".tsx" file) is to support 'trick play' operations - i.e., seek, fast-forward, reverse play - on the stream. If you don't have an index file, then the server can still stream the file, but only from the beginning, without any 'trick p

[Live-devel] live555MediaServer refresh

2014-07-08 Thread Nadir Raimondo
Dear all, we are trying to use the live555MediaServer to stream MPEG2 transport stream files which size grow continuously due to a separated process that appends data to both transport stream (.ts) and transport stream index files (.tsx). After the first RTSP request (DESCRIBE or PLAY) the s