Re: [Live-devel] how to create custom sink

2010-02-10 Thread Ross Finlayson
Yes it does - just call "H264VideoRTPSink::createNew()" Ok, yes it does... How can I start reading from it? Call yourSink<-startPlaying( ... ); then env->taskScheduler().doEventLoop(); (unless you're already running in the event loop) -- Ross Finlayson Live Networks, Inc. ht

Re: [Live-devel] SR in RTCP

2010-02-10 Thread Ross Finlayson
I am using live555 to stream out encoded a/v and playing the a/v through vlc client using rtsp url, the problem here is audio/video is not in sync.. audio is lagging video slightly..when I put ethereal on client side(vlc side) I see only RTCP RR packets and no SR packets are seen, I am just won

[Live-devel] SR in RTCP

2010-02-10 Thread nishesh chouhan
hi all, I am using live555 to stream out encoded a/v and playing the a/v through vlc client using rtsp url, the problem here is audio/video is not in sync.. audio is lagging video slightly..when I put ethereal on client side(vlc side) I see only RTCP RR packets and no SR packets are seen, I am jus

Re: [Live-devel] Really blocking?

2010-02-10 Thread Jeremy Noring
2010/2/10 Němec Alexandr > Hi all, > some days ago somebody (Jeremy Noring?) posted the following issue > regarding RTSPClient. When using TCP transmission (-t option in openRTSP) > then the client can deadlock when the network goes down. This sounds like a > big problem because the client generr

Re: [Live-devel] how to create custom sink

2010-02-10 Thread Victor lyamtsev
Ok, yes it does... How can I start reading from it? Yes it does - just call "H264VideoRTPSink::createNew()" ___ live-devel mailing list live-devel@lists.live555.com http://lists.live555.com/mailman/listinfo/live-devel

[Live-devel] Really blocking?

2010-02-10 Thread Němec Alexandr
Hi all, some days ago somebody (Jeremy Noring?) posted the following issue regarding RTSPClient. When using TCP transmission (-t option in openRTSP) then the client can deadlock when the network goes down. This sounds like a big problem because the client generraly should not deadlock on network

Re: [Live-devel] Is it possible to stream H.264 through RTSP?

2010-02-10 Thread Ross Finlayson
Read the FAQ! -- Ross Finlayson Live Networks, Inc. http://www.live555.com/ ___ live-devel mailing list live-devel@lists.live555.com http://lists.live555.com/mailman/listinfo/live-devel

[Live-devel] Is it possible to stream H.264 through RTSP?

2010-02-10 Thread William
Hi, I need to begin and finish streaming of H.264 NAL unit through RTSP. I have tried to find such function in testOnDemandRTSPServer, but I can't. I think some more classes are needed, like H264VideoFileServerMediaSubsession. Is there any reason that is not exist now? Thank you. ___