Re: [Live-devel] RTCP timeout

2009-04-23 Thread Ross Finlayson
RTSPClient doesn't support the client timeout directly, so you have to wrap it (eg. subclass it) and schedule/reschedule your own task to do that. No, you don't need to do that. Instead, you can arrange for a 'liveness indicator' function (that you would write) to be called each time your clie

Re: [Live-devel] RR packets not sent by openRTSP in TCP mode

2009-04-23 Thread Ross Finlayson
I've tested this again - this time with Fedora as a client - and I still see the client sending RTCP "RR" packets correctly. I haven't been able to reproduce your problem. Are you *sure* you haven't modified the supplied code at all?? Absolutely sure, it's testOnDemandRTSPServer (streaming mpe

Re: [Live-devel] retreiving an MPEG2-TS without rtsp

2009-04-23 Thread Ross Finlayson
Sorry for bothering, I just ran into one the archives of this mailing list and From what i understand I can use the "testMPEG1or2VideoReceiver" and just replace the session source with the next line : sessionState.source = SimpleRTPSource::createNew(*env, &rtpGroupsock,33 /*indicates mpeg2ts*/,9

Re: [Live-devel] openRTSP TS receive as an another program input

2009-04-23 Thread Ross Finlayson
But in the website of openRTSP, there are the following: -v play only the video stream. Not the "-r" option cause to write to stdout? "-v" means: Play (and receive) only the video stream, outputting the received data to 'stdout'. "-r" means: Play the entire stream (i.e., video and audio, if

Re: [Live-devel] H.264 support trick-mode

2009-04-23 Thread Ross Finlayson
It seems that the live555 media server supports H.264 multiplexed as transport (.ts). Please update it in: <http://www.live555.com/mediaServer/#about> There's nothing to update on that page. We support the streaming of MPEG Transport Stream files, re

[Live-devel] H.264 support trick-mode

2009-04-23 Thread Tamir Adari
Hi all, It seems that the live555 media server supports H.264 multiplexed as transport (.ts). Please update it in: > Is there a plan to support it in the near future for trick-mode as well? Any schedu

Re: [Live-devel] openRTSP TS receive as an another program input

2009-04-23 Thread Mr. Teddy
But in the website of openRTSP, there are the following: -v play only the video stream. Not the "-r" option cause to write to stdout? -- Eredeti üzenet -- Feladó: Ross Finlayson Címzett: LIVE555 Streaming Media - development & use

Re: [Live-devel] RTCP timeout

2009-04-23 Thread Patrick White
RTSPClient doesn't support the client timeout directly, so you have to wrap it (eg. subclass it) and schedule/reschedule your own task to do that. I can't remember what we use as the stimulus to reschedule, and don't have time to look right now. later, patbob On Thursday 23 April 2009 5:58

Re: [Live-devel] RR packets not sent by openRTSP in TCP mode

2009-04-23 Thread Cristiano Belloni
Ross Finlayson wrote: Ross Finlayson wrote: This is very strange - I can't reproduce this at all. When I run a server ("live555MediaServer") on a FreeBSD computer, and "openRTSP -t" on a Mac OS X computer, I see that "openRTSP" is sending - and the the server is receiving - the RTCP "SR" repo

[Live-devel] retreiving an MPEG2-TS without rtsp

2009-04-23 Thread tadmorm1
Sorry for bothering, I just ran into one the archives of this mailing list and From what i understand I can use the "testMPEG1or2VideoReceiver" and just replace the session source with the next line : sessionState.source = SimpleRTPSource::createNew(*env, &rtpGroupsock,33 /*indicates mpeg2ts*/,

Re: [Live-devel] RR packets not sent by openRTSP in TCP mode

2009-04-23 Thread Ross Finlayson
Ross Finlayson wrote: This is very strange - I can't reproduce this at all. When I run a server ("live555MediaServer") on a FreeBSD computer, and "openRTSP -t" on a Mac OS X computer, I see that "openRTSP" is sending - and the the server is receiving - the RTCP "SR" reports just fine. Why S

[Live-devel] retreiving an MPEG2-TS without rtsp

2009-04-23 Thread tadmorm1
Hi, I need to retrieve an MPEG2-TS using RTP/UDP. The testProgs doesn't seem to have this kind of receiver, i tried the openRTSP but I understand that it requieres the .sdp file in order to start streaming, while my transmitter, do not support RTSP. how can I use the live555 for this purpose? T

[Live-devel] RTCP timeout

2009-04-23 Thread rippel tippel
Hi All,    I'm streaming a video using RTP over a wireless channel. If the server disappears, the client keeps sending RTCP report packets instead of checking if the server is still alive. Such behaviour is required by RFC 3550 (6.3.5 - Timing Out an SSRC) which states: "At occasional intervals, t

Re: [Live-devel] RR packets not sent by openRTSP in TCP mode

2009-04-23 Thread Cristiano Belloni
Ross Finlayson wrote: This is very strange - I can't reproduce this at all. When I run a server ("live555MediaServer") on a FreeBSD computer, and "openRTSP -t" on a Mac OS X computer, I see that "openRTSP" is sending - and the the server is receiving - the RTCP "SR" reports just fine. Why SR

Re: [Live-devel] RR packets not sent by openRTSP in TCP mode

2009-04-23 Thread Ross Finlayson
This is very strange - I can't reproduce this at all. When I run a server ("live555MediaServer") on a FreeBSD computer, and "openRTSP -t" on a Mac OS X computer, I see that "openRTSP" is sending - and the the server is receiving - the RTCP "SR" reports just fine. What OS are you using to run

[Live-devel] RR packets not sent by openRTSP in TCP mode

2009-04-23 Thread Cristiano Belloni
Hi All, Seems that openRTSP doesn't send Receiver Report RTCP packets when in TCP mode. I just successfully compiled the last liveMedia tarball (currently live.2009.04.20.tar.gz) and tested openRTSP with a bunch of RTSP servers (notably testOnDemandRTSPServer, just to be on the safe side), a