[Ffmpeg-devel] RTSP with Axis 213 camera

François Revol revol
Thu Apr 13 03:21:09 CEST 2006


> Michael A. Kohn wrote:
> > hi all..
> > 
> > I'm having trouble with ffmpeg doing an RTSP stream from an Axis 
> > 213
> > camera.  I've been playing around with the source code trying to 
> > fix it
> > myself, but I think I'm finally stuck.

I have the same problem with my Freebox (the DSL modem of a french 
ISP),
which forwards TV channels as MPEG streams with RTSP/RTP. cf one or 2 
weeks ago, except it stops at 30 seconds.
I suppose it's the same problem, being ffmpeg doesn't send the Receiver 
Report, so the server (the camera or the modem) assumes the client is 
dead, and stops sending data to it to sopt wasting bandwidth.

I've started implementing that, but the RTP code in ffmpeg is split in 
2 independant parts and to send the RR it needs the stats from rtp.c 
and the socket from rtpproto.c...

> 0- read the rtp related drafts.

The RFC is not the easiest on stomac...
http://www.faqs.org/rfcs/rfc1889.html

I'll see if I can get something working tomorrow...

Fran?ois.





More information about the ffmpeg-devel mailing list