Re: [Live-devel] RTP-over-TCP streaming (Noam Camiel)

2007-10-22 Thread Noam Camiel
Yes its true, the RTCP "RR" packets are far more frequent than the session timeout, they appear about once every five seconds. For UDP streams that worked OK but for some reason on TCP streams, adding the session timeout did the trick. In the case of RealPlayer, UDP worked fine but on TCP it alm

Re: [Live-devel] H.264 presentation time

2007-10-22 Thread Engin Kurutepe
Hi, The encoder configuration of your H.264 file is also important besides those two live555 parameters. If you are using hierarchical B- pictures, FFMPEG and therefore VLC do not support them correctly. In my experience GOP up to 8 frames works OK, but larger GOP values with hierarchical

Re: [Live-devel] LIVE555 Media Server - Reg

2007-10-22 Thread Ross Finlayson
I am looking for streaming of MPEG-4 Video Elementary Stream file I have few queries regarding this please help me in this regard. 1. Can i able to make fast forward or fast backward of the Stream ? Our server implementation does not (yet) support 'trick play' operations on MPEG-4 files. For

Re: [Live-devel] RTP-over-TCP streaming (Noam Camiel)

2007-10-22 Thread Ross Finlayson
>I'd appreciate any input on the meaning of the session timeout >field, its recommended value (80?). This is not relevant to our implementation, because our server also uses RTCP "RR" packets - coming from the client - as a keep-alive, and clients (including ours) send those far more frequently

[Live-devel] LIVE555 Media Server - Reg

2007-10-22 Thread Rajendra Naidu
Dear All, I am looking for streaming of MPEG-4 Video Elementary Stream file I have few queries regarding this please help me in this regard. 1. Can i able to make fast forward or fast backward of the Stream ? 2. If so how should this be done either at the client side or at the server side ? 3. I

Re: [Live-devel] Problem with PLAY command

2007-10-22 Thread Ross Finlayson
You have run into a known limitation of the current RTSP server code. If RTP-over-TCP streaming is used, then the server will not be able to handle any RTSP commands after the initial "PLAY" command. -- Ross Finlayson Live Networks, Inc. http://www.live555.com/ _

Re: [Live-devel] RTP-over-TCP streaming (Noam Camiel)

2007-10-22 Thread Noam Camiel
Thanks for the replies sent on the subject of RTP-over-TCP I've looked into this issue and have managed to get good results. The original problem I had was using testOnDemandRTSPServer example to play a stream of of mpeg4 encodered frames (elementary stream) via TCP (RTP over TCP). The video

[Live-devel] Problem with PLAY command

2007-10-22 Thread Ivica Arsov
Hi I have a problem with sending PLAY command from the client. I am creating both the client and the server. The server is an On Demand server. It loads an MPEG-4 files and streams the content. Some of the tracks are streamed using TCP and other using UDP. When i connect to the server, everything

Re: [Live-devel] How to extract the VOP Coding (I, P, B) type from the MPEG4 RTP Packet at client side ?

2007-10-22 Thread Nitin Jain
We tried to parse the data received in Boolean MPEG4ESVideoRTPSource::processSpecialHeader() in MPEG4ESVideoRTPSource.cpp file to find the vop coding type as below:- ***

Re: [Live-devel] RTSP Basic Authentication

2007-10-22 Thread Ross Finlayson
>I saw that RTSPServer implement digest authentication control on RTSP >Protocol, but does it work with basic authentication No, because Basic Authentication is a dumb idea (it's very weak security, because it requires that clients send passwords in the clear). Therefore, our RTSP server implem

[Live-devel] RTSP Basic Authentication

2007-10-22 Thread Ramon Martin de Pozuelo Genis
Hi, I saw that RTSPServer implement digest authentication control on RTSP Protocol, but does it work with basic authentication ("username:password@")? How does boolean PasswordIsMd5 work? Does that flag permit RTSPServer to choose digest or basic authentication? If it's not this case, what could

Re: [Live-devel] Playing streams received with -r option

2007-10-22 Thread Alexey Maksimov
On Fri, 19 Oct 2007 06:40:14 -0700 Ross Finlayson <[EMAIL PROTECTED]> wrote: > >I tried to play the stream using openRTSP as receiving instrument > >and now I'm a bit puzzled about this. > >I tried the following: > >$ openRTSP -r -p 5000 rtsp://172.16.200.54/ & > >$ vlc --demux=m4v udp://@:5000 >