Re: [Live-devel] H264 RTP Streaming: A Tutorial

2008-11-25 Thread qiqi z
But it has been broken.:( On 11/25/08, Charlie X. Liu <[EMAIL PROTECTED]> wrote: > Is this not the one: http://www.white.ca/patrick/tutorial.tar.gz > > > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On Behalf Of Yedidia Amit > Sent: Sunday, November 23, 2008 11

Re: [Live-devel] Welcome to the "live-devel" mailing list

2008-11-25 Thread Sander den Breejen
Can you tell me how ? I have another question about the 'trick play' support. I have a amino 110H , witchplays my movies when i use fast forward the stream stop and when i push play is starts again. Why does the stream stop ? I wannee see that my movie goes fast forward.Or is this problem the a

Re: [Live-devel] The role of DEMUX_CAN_CONTROL_RATE and DEMUX_CAN_SET_RATE in vlc

2008-11-25 Thread Ross Finlayson
I dont know if this is the right forum for this question. Sorry, it's not. Questions about VLC (including the VLC code that interfaces to our libraries) should be sent to a VLC mailing list. -- Ross Finlayson Live Networks, Inc. http://www.live555.com/ __

Re: [Live-devel] Jitter value with openRTSP

2008-11-25 Thread Ross Finlayson
I've seen (thanks to wireshark) in the SDP : "Media Attribute (a): rtpmap:96 MP4V-ES/5544" You don't need to use wireshark to see this - you will also see it in the diagnostic output from "openRTSP". Therefore, the server is telling you that the RTP timestamp frequency is 5544. This is very

[Live-devel] The role of DEMUX_CAN_CONTROL_RATE and DEMUX_CAN_SET_RATE in vlc

2008-11-25 Thread Vinod Kumar Malamal Vadakital
Hello everyone, I dont know if this is the right forum for this question. If not please bear with me and point me to the right one. I am working with client controlled rate adaptation in vlc which uses live555 libraries for RTSP streaming. When reading the demux code live555.cpp, I came across

Re: [Live-devel] Jitter value with openRTSP

2008-11-25 Thread ggomand
Thank you for your reply. So, to get the jitter value in seconds, I've made the following addition in the source code of the file "playCommon.cpp". (from line 1170 to 1175) 1165RTPReceptionStatsDB::Iterator statsIter(src->receptionStatsDB()); 1166// Assume that there's only one SSRC s

Re: [Live-devel] Jitter value with openRTSP

2008-11-25 Thread Ross Finlayson
So, to get the jitter value in seconds, I've made the following addition in the source code of the file "playCommon.cpp". (from line 1170 to 1175) 1165RTPReceptionStatsDB::Iterator statsIter(src->receptionStatsDB()); 1166// Assume that there's only one SSRC source (usually the case): 11

[Live-devel] Jitter value with openRTSP

2008-11-25 Thread ggomand
Hello all, I'm writing to you regarding the jitter value calculated by openRTSP. I've read this: ">I found out that jitter is expressed in timestamp units. Could you >please confirm or correct the following: >I divide the jitter value received by liblive by > 9 for h263+, MPEG-Video JPEG-Vi