[Live-devel] Problem faced while using openRTSP and testOnDemandRTSPServer

2009-09-17 Thread Sharda Murthi
Hi, I have the latest version of live555 mediaServer installed on Ubuntu on my system. On running the live555mediaserver, I am able to stream a file present in that directory using rtsp:// However, while trying to stream using testOnDemandRTSPServer and openRTSP, I get the following error. Comma

Re: [Live-devel] Question about streaming a H.264 video file via RTP

2009-09-17 Thread Jeremy Noring
On Thu, Sep 17, 2009 at 12:13 AM, 12091637 <12091...@qq.com> wrote: > Dear all, > I am working with live555 library for H.264 video file streaming via RTP. > When I creat "ByteStreamFileSource" instance to stream *.h264 video file, > how can I set > "PlayTimePerFrame" and "preferredFrameSize" value

Re: [Live-devel] IncreaseSendBufferTo / RTSP_PARAM_STRING_MAX / dynamic rtp payload types

2009-09-17 Thread Ross Finlayson
However, I was curious as to what is the difference between increaseSendBufferTo and setSendBufferSize? Remember, You Have Complete Source Code. On a separate point. can we set the RTSP_PARAM_STRING_MAX to something larger than 100? Sure, if you wish. is there any reason it cannot be PA

[Live-devel] IncreaseSendBufferTo / RTSP_PARAM_STRING_MAX / dynamic rtp payload types

2009-09-17 Thread Rawling, Stuart
I was investigating an issue where I was capturing an outgoing stream from my RtspServer, and I noticed there were missing packets when I captured using tcpdump. I increased the send buffer size using increaseSendBufferTo, and this helped the issue. However, I was curious as to what is the diffe

Re: [Live-devel] Debugging live 555 on vlc

2009-09-17 Thread Sharmistha Chatterjee
Hi, I could see all the RTSP commands the options, request and describe parameters but in between function calls I am writting debug messages as it has already been done inside the library of live 555 . I could not see those messages which are specified within stdout or stderr. So where is the o

[Live-devel] Question about streaming a H.264 video file via RTP

2009-09-17 Thread 12091637
Dear all, I am working with live555 library for H.264 video file streaming via RTP. When I creat "ByteStreamFileSource" instance to stream *.h264 video file, how can I set "PlayTimePerFrame" and "preferredFrameSize" value?How to get the "preferredFrameSize" and "playTimePerFrame" parameters bas

Re: [Live-devel] Question about a FAQ answer

2009-09-17 Thread Ross Finlayson
The Live555 FAQ has this question and answer: Q: For many of the "test*Streamer" test prpgrams, the built-in RTSP server is optional (and disabled by default). For "testAMRudioStreamer", "testMPEG4VideoStreamer" and "testWAVAudioStreamer", however, the built-in RTSP server is manditory. Why? A:

Re: [Live-devel] non monotonic timestamps in mpeg transport stream

2009-09-17 Thread Ross Finlayson
I've got a source (hardware encoder) which delivers MPEG2 transport stream frames with PCR's that are non-monotonic. This completely breaks the MPEG2TransportStreamFramer as it uses these to determine the packet duration. Anyone have any idea whether (a) it's even valid for the hardware encoder to

[Live-devel] source contribution

2009-09-17 Thread Amit Yedidia
Hi Ross, I am attaching modified code of the Live555. there are two issues in this code. 1. registering RTSPClientSession's in the RTSP server, so when the server is deleted, while sessions are still active, the server can delete them. 2. access to RTP Header Extension. I hope you will merge t

Re: [Live-devel] Debugging live 555 on vlc

2009-09-17 Thread Sébastien Escudier
Hi, Quoting Sharmistha Chatterjee : > Hi, > > I am new to live 555. I want to get the debug messages of live 555 while I > am getting the debug messages of VLC. I am using the linux/gdb config file > of live 555 to generate make files. Also I am running VLC on maemo. > > Can anyone give me some