On Sat, 2010-03-06 at 16:39 +0100, Alex wrote:
> Hi. I need to capture a MPEG4 stream from an IP camera. I want to use
> ffmpeg to handle all the streaming thing. So far the rtsp negotiating
> goes well but I run into a problem: the camera demands RTCP receiver
> report messages both to start streaming and keep the conection alive.
If it wants an RTCP RR to start streaming, I think it is broken :)

Anyway, the current version of ffmpeg (current svn) should send a fake
RTCP RR when you open the stream (for NAT trasversal), and automatically
sends RTCP RR packets when you read RTP packets (not for all the reads,
only when needed). I remember we had problems with such packets, I'll
check if the patch solving those problems has been committed or not.


                                Luca

_______________________________________________
libav-user mailing list
[email protected]
https://lists.mplayerhq.hu/mailman/listinfo/libav-user

Reply via email to