[FFmpeg-devel] [PATCH] Realmedia / RTSP (RDT)
Aurelien Jacobs
aurel
Fri Dec 28 22:57:39 CET 2007
On Fri, 28 Dec 2007 16:19:55 -0500
"Ronald S. Bultje" <rsbultje at gmail.com> wrote:
> Hi,
>
> attached patch is my latest for $subj. The flags/nostatic patches are
> required before the main patch (rtsp-realmedia.patch), they're kind of
> logical, and the reindent should be done afterward. With the patch, one can
> receive RTSP streams from Helix/Real servers.
>
> One thing it does wrong is stream selection, if anyone could help me with
> that (hint, code, anything), it'd be greatly appreciated. The second thing
> people may have concerns about is the fact that I expose us as "realplayer"
> in the client-id during the OPTIONS command. I can try a naked (client-id:
> "ffmpeg" or so) OPTIONS and use this as a fallback if that fails if people
> prefer, but I don't really know what people's opinions are re: that. If
> there's anything else wrong, please let me know. My final intent is still to
> get this in the ffmpeg tree. :-).
>
> [...]
>
> Index: ffmpeg/libavformat/Makefile.am
> ===================================================================
> --- ffmpeg.orig/libavformat/Makefile.am 2007-12-28 14:53:36.000000000 -0500
> +++ ffmpeg/libavformat/Makefile.am 2007-12-28 14:57:37.000000000 -0500
> @@ -50,6 +50,7 @@
> rtp_aac.c \
> rtp_h264.c \
> rtp_mpv.c \
> + rtp_rm.c \
> sdp.c
> endif
There is no such file in ffmpeg svn.
You need to add rtp_rm in Makefile (and don't forget to specify its
dependency on rmdec.o).
Aurel
More information about the ffmpeg-devel
mailing list