Does Live media support streaming H.263 video using RFC 4629
packetization? Does it support this RFC as a client as well?
Yes, the following classes
H263plusVideoStreamFramer
H263plusVideoRTPSink
H263plusVideoFileServerMediaSubsession
for servers, and
H263plusVide
I think (though am not 100% sure) that MPEG-4 "short header" video is
the same as H.263 video. If so, you should be able to use our
existing "H263plusVideoStreamFramer" and "H263plusVideoRTPSink"
classes to stream them.
--
Ross Finlayson
Live Networks, Inc.
http://www.live555.com/
___
I am trying to use the LIVE555 library functions into my programmes. The
cross-compiler is "arm_v5t_le-gcc" . But while compiling and linking the
LIVE555 libraries, I am getting linking error like "undefined reference to
the 'given live555 function".
Has anybody faced this problems.
What changes I
I've attached my test program, each stream has rtcp, and the timestamps
are being set using timeofday. The VLC says the streams are
synchronized, but I am looking into doing more debug on the client side.
It looks like the video is started streaming before the audio and that
is where the streams g
Hi,
I am trying to use live555 server on Texas instrument's DM355 platform.
It runs on montavista linux. I was able to compile and run
live555mediaserver. Everything works as described. The problem I am
facing is that the MPEG 4 files created by on board MPEG 4 encoder on
Dm355 fails to stream. On
Hi,
Does Live media support streaming H.263 video using RFC 4629 packetization?
Does it support this RFC as a client as well?
If it supports, kindly provide me pointers on how to setup a simple server
and client application using RTSP.
Thanks
Karthik
__
We are Planning to use Live555 rtsp Server .
can we give Live data (TV channel) input to the Live555 rtsp Server .
Not to the "LIVE555 Media Server" as currently written. However, the
code of our "testOnDemandRTSPServer" demo application could be
modified to support this. Please read the FA
Hi,
I recently faced one problem in Live555 on one specific machine. It
inbetween at any time (may be after 5 sec to 50 sec), it terminates ongoing
session. When added logs i identified , it went into call
RTSPServer::RTSPClientSession::livenessTimeoutTask in RTSPServer.cpp at some
time. I think s
I'm guessing that stream B only has 1 VOL header and if VLC doesn't
receive the VOL header, the stream won't play. Does anyone know if there
is a class responsible for adding MPEG-4 VOL headers to the stream
No there isn't, although - in principle - the
"MPEG4VideoStreamFramer" (and/or "MPEG4Vi