Re: [Live-devel] RFC 4629 support for H.263

2008-06-13 Thread Ross Finlayson
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

Re: [Live-devel] Help with short MPEG 4 header

2008-06-13 Thread Ross Finlayson
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/ ___

[Live-devel] Unable to include the LIVE555 .a liabrary files into my own programme.

2008-06-13 Thread manas lenka
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

Re: [Live-devel] streaming video and audio via RTSP

2008-06-13 Thread Mike Gilorma
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

[Live-devel] Help with short MPEG 4 header

2008-06-13 Thread Kumar Bala (DSP-Weuffen GmbH)
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

[Live-devel] RFC 4629 support for H.263

2008-06-13 Thread karthikeyan n
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 __

Re: [Live-devel] whether rtspserver supports Live Streaming(like TV channel)

2008-06-13 Thread Ross Finlayson
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

[Live-devel] Session Time Out problem

2008-06-13 Thread Nikhil Agrawal
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

Re: [Live-devel] Syncing up to MPEG-2 Transport Stream

2008-06-13 Thread Ross Finlayson
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