Re: [Live-devel] SimpleRTPSource and RTCP

2013-02-22 Thread Lan Zang
Ross, I observed that sometimes the testOnDemandRTSPServer increases the delay of the mpegts/rtp stream. It went all well, but suddenly, the server keeps increasing its memory usage. In this case, the player slows down, and the delay increases. The delay of the video could be up to 1 minute. Th

[Live-devel] Regarding Stoping and resuming the Live555Server

2013-02-22 Thread Vinodh Kumar
Hi There, I have a iphone user interface to start and stop the live555server, I am able to stop the server by setting _watchVariable to 0; env->taskScheduler().doEventLoop(_watchVariable); but Iam not able to neither restart the server nor resume the services, can you get back to me on this. R

Re: [Live-devel] testH264VideoStreamer multi client play stop

2013-02-22 Thread Ross Finlayson
> I would like to implement the same functionality than testH264VideoStreamer > (rtsp, multicast, loop file) but i need to start streaming at first client > and stop when the last quit. > Any suggestion would be helpful I'm not sure how easy this would be to do without a lot of work. One thing

[Live-devel] testH264VideoStreamer multi client play stop

2013-02-22 Thread HOFFMANN Eric
Hi, I would like to implement the same functionality than testH264VideoStreamer (rtsp, multicast, loop file) but i need to start streaming at first client and stop when the last quit. Any suggestion would be helpful Regards, eric [@@ THALES GROUP INTERNAL @@] _

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

2013-02-22 Thread Ross Finlayson
> Both File as File and File as Pipe look great on VLC over the lan. But to > the iPad, the File as File looks great but the File as Pipe is very blocky, > as if compression info is missing or whatever. > > This tells me two things: (#1) it seems VLC may be more robust and forgiving > than ou

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

2013-02-22 Thread Sébastien Escudier
Another solution would be to modify your server to return the actual npt in the PLAY response. Currently, when your server resume from the previous position, it does not return any npt value in the PLAY response. I guess both fixes would be valid. Best regards, Sebastien. ___

[Live-devel] TS discontinuity when seeking

2013-02-22 Thread Sébastien Escudier
Hi Ross, I noticed that after a seek, the first TS packet from live555 server, does not have the correct continuity counter value (with respect to the last packet before the seek). There is a discontinuity. This is error is reported in VLC and wireshark. Regards, Sébastien. _