[gst-devel] ASF over RTSP/RTP?
Maxim Levitsky
maximlevitsky at gmail.com
Sun Nov 30 23:33:57 CET 2008
On Sat, 2008-11-29 at 17:10 +0200, Maxim Levitsky wrote:
> Recently I faced a ASF stream embedded in RTSP/RTP.
>
> Gstream doesn't support it now.
> But I found this:
>
> http://people.freedesktop.org/~tpm/rtp-asf-depayloader-1.diff
>
> I didn't yet test this, but I want to ask you what the fate of this
> patch, who wrote it, and why it is not in gstreamer?
>
> Best regards,
> Maxim Levitsky
I did test it and it does work perfectly.
Only thing that prevents totem working (I have to use custom gst-launch
command) is that rtspsrc defaults to udp, and doesn't retry with tcp.
I applied the patch by hand.
so this works:
gst-launch rtspsrc location="rtsp://..." protocols=0x4 !
rtpasfdepay ! filesink location=test.wmv
Best regards,
Maxim Levitsky
More information about the gstreamer-devel
mailing list