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

2008-06-12 Thread Ross Finlayson
How do you go about streaming video and audio at the same time using RTSP? I want to stream two elemental streams that I got out of a mp4 file to VLC and have them playback just as if I was watching the original file. Using the testOnDemandRTSPServer I can open the video stream in one instance o

Re: [Live-devel] segfault in DelayQueue::removeEntry()

2008-06-12 Thread Ross Finlayson
should the sanity check, at the beginning of the function, be patched in the following way? - if (entry == NULL || entry->

Re: [Live-devel] RTP Marker bit (M bit)

2008-06-12 Thread Ross Finlayson
The testMPEG2TransportStreamer sets the use of marker bit to False. Is there a specific reasoning for not using the marker bit? RFC2250 seems to indicate it could be set on all last frames, but doesn't mention TS files specifically from what I have understood. Actualy, the RTP header fields for

Re: [Live-devel] RTCP and Live555 performance

2008-06-12 Thread Ross Finlayson
Hi, I´m using the live555 to stream one image per seconde (reading from the files) and in the incomingHandler form the RTCPInstance i´m getting more client rtcp-app infos and i´m writting them in xml files every 5 secondes. The problem is after starting my application, the process performa

Re: [Live-devel] Problems with streaming live h264 video on TI da Vinci platform.

2008-06-12 Thread Ross Finlayson
I ran into some strange timer manipulation problem while doing porting for TI NDK and had to make following change. #ifdef TIME_BASE typedef TIME_BASE time_base_seconds; #else typedef int time_base_seconds; #endif Instead of changing the code, you should just define TIME_BASE, by adding

Re: [Live-devel] Problems with streaming live h264 video on TI da Vinci platform.

2008-06-12 Thread Amit Lobo
Hi ishawar, It is the dvsdk demo software got with Evaluation board. Thanks & Regards Amit 2008/6/13 <[EMAIL PROTECTED]>: > > Amit, > > What is TI demo? Is it a TI eval board? > > I am running this software on our video card that uses DM642 TI processor > and has TI BIOS (operating system) on

Re: [Live-devel] Can openRTSP be used for real time playing

2008-06-12 Thread Ross Finlayson
Can openRTSP be used (provided I am doing necessary coding to take the video frames from the file sink and giving them to the decoder). Yes, you can give "openRTSP" the "-v" option (meaning: write video to 'stdout'), and the pipe it into your decoder (running as a separate application). As

Re: [Live-devel] Problems with streaming live h264 video on TI da Vinci platform.

2008-06-12 Thread Ishwar . Jasuja
Amit, What is TI demo? Is it a TI eval board? I am running this software on our video card that uses DM642 TI processor and has TI BIOS (operating system) on it. For networking stack, we are using TI NDK. I am using code composer(CCStudio) v3.3 for development environment. Ishwar "Amit Lob

Re: [Live-devel] Design

2008-06-12 Thread Ruud Siebierski
Thanks for the clarification. I was already afraid that answer would come. Have to put some effort in it myself i guess :) Thanks for the answers! -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Ross Finlayson Sent: donderdag 12 juni 2008 15:48 To: LIVE555

[Live-devel] Can openRTSP be used for real time playing

2008-06-12 Thread manas lenka
Hi, Can openRTSP be used (provided I am doing necessary coding to take the video frames from the file sink and giving them to the decoder). As I am finding in playCommon.cpp "unsigned const thresh = 1sec" (too huge) before the line subsession->rtpSource()->setPacketReorderingThresholdTime(thresh);

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

2008-06-12 Thread Mike Gilorma
It really looks like the timestamps are correct, I think the reason the voice is not in sync with the video is because the video starts streaming before the audio. I put some debug into the source code to show the timestamp for each packet of video and audio. This output shows me that multiple fr

[Live-devel] running out of buffers?

2008-06-12 Thread Dion Galbreath
Hi, I am using live555 to send mp4 files to a helix server. If I have a video bitrate of 768 and audio of 128 everything is fine. However when I use a bitrate of 90 and 24 for audio, there seems to be issues were tons of frames get dropped? Is this because the buffers to big? Should it be smaller?

Re: [Live-devel] Design

2008-06-12 Thread Ross Finlayson
My problem is that I don't see any relation between "ServerMediaSubsession" and "MediaSubsession". That's because there isn't one. "MediaS(ubs)ession" is used by RTP receivers (clients); "ServerMediaS(ubs)ession" is used by RTSP servers. If you want to implement the RTSP "GET_PARAMETER" ope

Re: [Live-devel] Design

2008-06-12 Thread Ruud Siebierski
Hi Ross, Thanks of course for the replay. I was just browsing through the doxygen 'docs'. My problem is that I don't see any relation between "ServerMediaSubsession" and "MediaSubsession". And my guess is I need a MediaSubSession object to get the position in NPT, etc. Should I use the Medium::loo

Re: [Live-devel] How to protect the RTP payload

2008-06-12 Thread Ross Finlayson
One more question, the frame coming from the BasicUDPSource by the getNextFrame() function is a complete udp payload, am i right? Yes. -- Ross Finlayson Live Networks, Inc. http://www.live555.com/ ___ live-devel mailing list live-devel@lists.live555.c

[Live-devel] How to protect the RTP payload

2008-06-12 Thread Francesco Matassoni
I think sub-classing FramedFilter would be easier. --B. Gitonga Marete Tel: +254-722-151-590 One more question, the frame coming from the BasicUDPSource by the getNextFrame() function is a complete udp payload, am i right? -- Creato con il rivoluzionario client e-mail di Opera: http://www

[Live-devel] openRTSP EXE

2008-06-12 Thread Christian Börstler
Hi everybody, I have problems to compile the source code. Can anybody send me the openRTSP.exe (windows) in an email to [EMAIL PROTECTED] This is the only program I need for testing. Can u help me? thanks and many greetings Christian -- Ist Ihr Browser Vista-kompatibel? Jetzt die neuesten

Re: [Live-devel] openRTSP proxy support

2008-06-12 Thread Ross Finlayson
RealPlayer sends the regular RTSP packets to HelixProxy, the only difference is that Destination Address of the RTSP packets are engraved with HelixProxy's IP. What do you mean by this? Can you give us an example? -- Ross Finlayson Live Networks, Inc. http://www.live555.com/ __