[FFmpeg-devel] [PATCH] Add an RTSP muxer

Luca Abeni lucabe72
Sun Jan 10 00:43:07 CET 2010


On 09/01/10 20:12, Martin Storsj? wrote:
[...]
> IIRC, using this doesn't require too much config of the DSS - after
> getting it up and running, you should be able to send streams to it using
> this muxer, and then just connect to the same URL with a player.

The rtsp.c file changed, so your patches do not apply anymore... I 
Applied them by hand, trying to resolve the various conflicts. But now 
(after fixing some authorization problems), DSS replies with an error.

If I try
ffmpeg -re -i ./test.mp4 -f rtsp -vcodec mpeg4 -an 
rtsp://11.243.56.150:5050/test.mp4
I get a
RTSP/1.0 415 Unsupported Media Type
as a response to
SETUP rtsp://11.243.56.150:5050/test.mp4/streamid=0 RTSP/1.0
If I try
ffmpeg -re -i ./test.mp4 -f rtsp -vcodec mpeg4 -an 
rtsp://11.243.56.150:5050/test.sdp
the error changes in
RTSP/1.0 404 Not Found

Can you send an updated patch which is working for you, so that I can 
check if the problem is with the patch or with DSS?


			Thanks,
				Luca



More information about the ffmpeg-devel mailing list