Re: [Live-devel] Question about trick play, server side

2010-12-10 Thread Ross Finlayson
Now the problem is where to make the stream to loop to the start of file... you said: "You could do this, but you'd need to write a new "FramedFilter" subclass that sits in front of your "ByteStreamFileSource" class (and presents the illusion of delivering a single, unbroken stream to the down

[Live-devel] New TaskScheduler 'event trigger' mechanism, and (much) improved "DeviceSource"

2010-12-10 Thread Ross Finlayson
One of the biggest problems that developers have had with this library is that it has been difficult to define and handle new kinds of event - beyond the file/socket I/O and delayed task events that we support by default. In particular, it has been difficult to implement input devices (such a

Re: [Live-devel] RTCP RR

2010-12-10 Thread Ross Finlayson
I suggest that you begin by running "openRTSP" instead of VLC as your RTSP client. "openRTSP" should definitely be sending RTCP "RR" packets. If you see "openRTSP" sending "RR" packets, but VLC does not (and you're using the latest version of VLC), then let

Re: [Live-devel] RTCP RR

2010-12-10 Thread Monica Morogan (mmorogan)
Thanks for your answer and time. There is no firewall involved here. I was hoping for more insights related with RTCP SR which will cause VLC not to send RTCP RR ... Sometimes I see RTCP RR ...sometimes not. Regards, Monica -Original Message- From: live-devel-boun...@ns.live555.com [mailt

Re: [Live-devel] Question about trick play, server side

2010-12-10 Thread edi87
Ross, After your negative, I talk here and request a lib update and I got OK, so now I'm playing with the latest version of live555. I started working on what you said, basically I do: Loop_FramedFilter (inherits FramedFilter) Loop_MPEG2TransportStreamFramer (inherits Loop_FramedFilter) Loop_MP

Re: [Live-devel] OnDemandServerMediaSubsession and FramedSource subclassing

2010-12-10 Thread Wiser, Tyson
Ross, Thanks for the help. After doing a quick test it appears that making the suggested modifications to my subclass of "OnDemandServerMediaSubsession" does work as expected. I appreciate your great work on this library. Tyson -Original Message- From: live-devel-boun...@ns.live555.c

Re: [Live-devel] How to test/use RTSP-over-HTTP

2010-12-10 Thread Ross Finlayson
Do we need special client program? It depends on whether your existing client program supports this as an option. Note that our "openRTSP" client supports this (using the "-T " option). See VLC also supports it, I believe. What is the p

Re: [Live-devel] RTCP RR

2010-12-10 Thread Ross Finlayson
I ran into an issue where RTCP SRs are sent to my VLC client (playing jpeg, h264 streams, UDP transport, frequency 5 seconds but experimented with higher numbers as well), but no RTCP RRs are sent back. Could you please let me know when such situations occur? If your version of VLC is using the

Re: [Live-devel] Question about trick play, server side

2010-12-10 Thread Ross Finlayson
I just found a "bit" change... I just realized that the live555 version I can use here is 2009.02.13. Sorry, but support is given only for the latest version of the code only. (The version that you're using has many, many bugs that were fixed in subsequent versions.) PS: I'm not able to up

[Live-devel] How to test/use RTSP-over-HTTP

2010-12-10 Thread justin
Do we need special client program? What is the procedure to test/use the RTSP-over-HTTP? Thanks!___ live-devel mailing list live-devel@lists.live555.com http://lists.live555.com/mailman/listinfo/live-devel

Re: [Live-devel] Problem in H264 streaming

2010-12-10 Thread Ross Finlayson
I am encoding a YUV video data into h264 and then I need to stream it to the vlc player. Each time a video frame is encoded into h264 and then streamed using live555. I have created H264MediaSubsession, H264Framer classes Note that you no longer need to write your own subclass of "H264VideoStr

Re: [Live-devel] OnDemandServerMediaSubsession and FramedSource subclassing

2010-12-10 Thread Ross Finlayson
Basically, I need a server that streams data on demand from a live source to a client. The stream needs to be able to be sent using either unicast or multicast to an address and port combination dictated by the client in the SETUP message. It's usually the server, not the client, that decides