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
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
> 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
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
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