[Live-devel] OnDemandRTSPServer working with File as File source but not File as Pipe

2013-02-21 Thread temp2...@forren.org
We want our PC to send a video stream to an iPad, and we sometimes test by sending to VLC over the local network. The video stream gets into linked-in Live555 code via ByteStreamFileSource, but in two different ways. One way is from a file on disk (File as File). The other way is through a named

[Live-devel] Why the following messages come on proxy server console?

2013-02-21 Thread Gaurav Badhan
Hello, I ran the one "testondemandRTSPServer" program on my machine and another on another machine which are connected through lan to stream the .ts file. Then i gave the URL of both the RTSPserver to the proxy server with an option to stream over TCP. I open the first URL given by proxy server

Re: [Live-devel] Live Trick Play with Growing TS File

2013-02-21 Thread Ross Finlayson
> We are working on a project that involves live h264/TS video streaming over > RTSP. The live555 release code base supports trick play for TS files only if > a hint file is generated. Has anyone tried to generate the hint file on a > growing TS file while streaming the TS file? Looking at th

[Live-devel] Live Trick Play with Growing TS File

2013-02-21 Thread Trenton Pack
Hi, We are working on a project that involves live h264/TS video streaming over RTSP. The live555 release code base supports trick play for TS files only if a hint file is generated. Has anyone tried to generate the hint file on a growing TS file while streaming the TS file? Looking at the code

Re: [Live-devel] getNormalPlayTime after a pause and play

2013-02-21 Thread Sébastien Escudier
Hi Ross, The return value of getNormalPlayTime() is false in case of a "resume" play because in this case the value of playStartTime() is incorrect. playStartTime() returns 0 if the stream resume from the previous position, and then fNPT_PTS_Offset is set to the last presentation time value. So wh