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