Re: [Live-devel] Getting PTS values of the Video Frames Using openRTSP

2008-06-11 Thread Ross Finlayson
I am using openRTSP client and livemediaServer to receive MPEG4 Elementary stream. I have written my own programme to play openRTSP received packets in REAL time.For that I need PTS values of each frame. But what I am finding that the PTS values of the frames are not getting changed (it is sho

[Live-devel] Getting PTS values of the Video Frames Using openRTSP

2008-06-11 Thread manas lenka
Hi, I am using openRTSP client and livemediaServer to receive MPEG4 Elementary stream. I have written my own programme to play openRTSP received packets in REAL time.For that I need PTS values of each frame. But what I am finding that the PTS values of the frames are not getting changed (it is sho

[Live-devel] 回复: Re: 回复: Re: live555 under high bitrate streaming

2008-06-11 Thread Xzou
Yes,it does works when I increase net.core.rmem_max and net.core.wmem_max on both client side and server side.Now I can receive media stream at 8Mbit/s,but still drop data if at higher bitrate. I think it has something to do with my hardware like cpu(only 200Mhz),receive udp packet and processi

Re: [Live-devel] Design

2008-06-11 Thread Ross Finlayson
I want to add some parameters to the GET_PARAMETER call, like position. Now I found a function MediaSubsession::getNormalPlayTime which i could use (i guess), but I have no clue how to access a MediaSubsession object from the GET_PARAMETER call handler. You would do this (from the "RTSPClientS

[Live-devel] Design

2008-06-11 Thread Ruud Siebierski
Hi, I'm just a newbie, so sorry for a stupid question. I want to add some parameters to the GET_PARAMETER call, like position. Now I found a function MediaSubsession::getNormalPlayTime which i could use (i guess), but I have no clue how to access a MediaSubsession object from the GET_PARAMETER

Re: [Live-devel] 回复: Re: live555 under high bitrate streaming

2008-06-11 Thread Sourav Pal
2008/6/11 Xzou <[EMAIL PROTECTED]>: > > I wrote a simple program which just receive a stream using rtp and dump it > based on live555.In this program,I increased the socket buffer to 2,000,000 > bytes using the function increaseReceiveBufferTo() provided by live555.Then > compare the dumped f

Re: [Live-devel] Hinting the audio track of file created by openRTSP

2008-06-11 Thread Jerry Johns
I concur - if you look at all the messages in the list, he's responded to almost all of them Some of the questions here are due to a lack of research, or not having looked at the source code before, or not phrasing the question properly That being said, I have gleaned quite a bit from reading th

Re: [Live-devel] Hinting the audio track of file created by openRTSP

2008-06-11 Thread tpollock1958
Sorry.? I meant to say his reply was helpful and courteous. Tim -Original Message- From: Brian Marete <[EMAIL PROTECTED]> To: LIVE555 Streaming Media - development & use <[EMAIL PROTECTED]> Sent: Wed, 11 Jun 2008 11:55 am Subject: Re: [Live-devel] Hinting the audio track of file cre

Re: [Live-devel] Hinting the audio track of file created by openRTSP

2008-06-11 Thread Brian Marete
2008/6/11 <[EMAIL PROTECTED]>: > Typical, unhelpful, arrogant response I've seen from this person. > If you have been here a while, you will know that Ross routinely and courteously answers all manner of questions posed here, including repetitive queries already answered on the FAQ or previously

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

2008-06-11 Thread Brian Marete
On Wed, Jun 11, 2008 at 6:48 PM, Francesco Matassoni <[EMAIL PROTECTED]> wrote: > In data 11 giugno 2008 alle ore 17:33:31, Brian Marete <[EMAIL PROTECTED]> > ha scritto: > >> Hello, >> >> I asked a similar question a few days ago on this list and received a >> reply from Ross. (Search the mailing

Re: [Live-devel] Hinting the audio track of file created by openRTSP

2008-06-11 Thread tpollock1958
Typical, unhelpful, arrogant response I've seen from this person. Tim -Original Message- From: Ross Finlayson <[EMAIL PROTECTED]> To: LIVE555 Streaming Media - development & use <[EMAIL PROTECTED]> Sent: Wed, 11 Jun 2008 10:41 am Subject: Re: [Live-devel] Hinting the audio track

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

2008-06-11 Thread Francesco Matassoni
In data 11 giugno 2008 alle ore 17:33:31, Brian Marete <[EMAIL PROTECTED]> ha scritto: Hello, I asked a similar question a few days ago on this list and received a reply from Ross. (Search the mailing list for "RTP Translator"). Basically, if you do not need to modify the RTP headers and simp

Re: [Live-devel] Hinting the audio track of file created by openRTSP

2008-06-11 Thread Ross Finlayson
True, the problem is with mp4creator not being able to hint the audio track created by openRTSP. My question was how to control the type of audio track openRTSP creates. I'm no sure what you mean by "the type of audio track", but Remember, You Have Complete Source Code. -- Ross Finlayson Li

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

2008-06-11 Thread Brian Marete
On Wed, Jun 11, 2008 at 4:32 PM, Francesco Matassoni <[EMAIL PROTECTED]> wrote: > I need to protect an RTP stream coming from VLC, so i think to make a > program that stand in the middle between a server and a client. My program > take the payload from the RTP packet, protect them and then retransm

[Live-devel] How to protect the RTP payload

2008-06-11 Thread Francesco Matassoni
I need to protect an RTP stream coming from VLC, so i think to make a program that stand in the middle between a server and a client. My program take the payload from the RTP packet, protect them and then retransmits it to another port, always by RTP. I think to use this simple architecture:

Re: [Live-devel] Hinting the audio track of file created by openRTSP

2008-06-11 Thread Tonje Fredrikson
> Using mp4creator, I can hint the video track, but not the audio track.? > That is the issue here. > > mp4info version 1.6.1 > exported_dst.mp4: > Track?? Type??? Info > 1?? audio?? MPEG-4 AAC LC, 58.537 secs, 128 kbps, 44100 Hz > > 2?? video?? MPEG-4 Simple @ L1, 58.533 secs, 64 kbps, 160

Re: [Live-devel] Hinting the audio track of file created by openRTSP

2008-06-11 Thread tpollock1958
True, the problem is with mp4creator not being able to hint the audio track created by openRTSP.? My question was how to control the type of audio track openRTSP creates. Tim -Original Message- From: Ross Finlayson <[EMAIL PROTECTED]> To: LIVE555 Streaming Media - development

[Live-devel] 回复: Re: live555 under high bitrate streaming

2008-06-11 Thread Xzou
I wrote a simple program which just receive a stream using rtp and dump it based on live555.In this program,I increased the socket buffer to 2,000,000 bytes using the function increaseReceiveBufferTo() provided by live555.Then compare the dumped file and the original file,I found it's much s

[Live-devel] Help Help Help .........

2008-06-11 Thread Manzoor Ahmed
Hey everyone, I have posted on this list but never get a response. Please if someone can help me ? I am getting following errors when i build the Live555 library on VS2005 and windows vista. 1>Generating Code... 1>Compiling manifest to resources... 1>Linking... 1>MSVCRTD.lib(crtexew.obj) : err