Re: [Live-devel] RTSP Server 'Keep Alive' support

2007-09-11 Thread Ross Finlayson
>Wondering if the liveMedia/RTSPServer.cpp code has support for 'Keep >Alive' functionality ? Yes. Note the "reclamationTestSeconds" parameter (default value, 45 seconds) in "RTSPServer::createNew()". > >I see from the source code that it accepts the GET_PARAMETER calls and >responds to the cli

[Live-devel] RTSP Server 'Keep Alive' support

2007-09-11 Thread Glen Gray
Hey Guys, Wondering if the liveMedia/RTSPServer.cpp code has support for 'Keep Alive' functionality ? I see from the source code that it accepts the GET_PARAMETER calls and responds to the client, but doesn't seem to do anything regarding the session. I assume this means that KeepAlive isn't e

Re: [Live-devel] testMPEG4VideoStreamer_problem

2007-09-11 Thread Ross Finlayson
When I try to run testMPEG4VideoStreamer, I am getting the following errors continuously.. MPEG4VideoStreamParser::analyzeVOLHeader(): marker_bit 1 not set! MPEG4VideoStreamParser::analyzeVOLHeader(): vop_time_increment_resolution is zero! MPEG4VideoStreamParser::analyzeVOLHeader(): marker_bit

Re: [Live-devel] testMPEG1or2AudioVideoStreamer_multiChannelProblem

2007-09-11 Thread Ross Finlayson
HI.. For Playing Multiple channels in testMPEG1or2AudioVideoStreamer application , I created multiple instances of serverMediaSession. But the server is streaming one file after another...it is not streaming all the files(channels) simultaneously. So the clients cannot play all the channels si

Re: [Live-devel] some problems with ByteStreamMultiFileSource

2007-09-11 Thread Ross Finlayson
> >OK, try adding the following, after the call to "fread()" (line 138) > >in "ByteStreamFileSource.cpp": > >if (fFrameSize == 0) { > >handleClosure(this); > >return; > >} > > > >Please let us know if that works for you. (If so, I'll add it to the > >next s

Re: [Live-devel] is it possible to change PTS, DTS, PCR in stream?

2007-09-11 Thread Ross Finlayson
>For example when we covert Program Stream to Transport Stream >in "testMPEG1or2ProgramToTransportStream" > >is it possible to change another time base and replase PTS, DTS, PCR? Not without writing new software. -- Ross Finlayson Live Networks, Inc. http://www.live555.com/ _

[Live-devel] is it possible to change PTS, DTS, PCR in stream?

2007-09-11 Thread Karlov Andrey
For example when we covert Program Stream to Transport Stream in "testMPEG1or2ProgramToTransportStream" is it possible to change another time base and replase PTS, DTS, PCR? if any means allowing realize that opportunity? ___ live-devel mailing list