GNOME Bugzilla – Bug 344632
mmssrc ! video/x-ms-asf ! tcpserversink issues
Last modified: 2006-08-31 17:01:06 UTC
I tried many pipelines with mmssrc and going to filesink is no problem, also playing in totem is no problem but going to tcpserversink makes no data get to either tcpserversink or the tcpclientsrc that is trying to receive it. The mms location I am trying is: mms://wmlivegeo.bbc.net.uk/wms/sport/sport6auk_s2 More debug later when a world cup match is going on.
Part of the problem might have been this: 2006-06-12 Tim-Philipp Müller <tim at centricular dot net> * ext/libmms/gstmms.c: (gst_mms_create): Set caps on outgoing buffers. Possibly bug #339571 is also relevant (not sure if thomasvs has fixed this yet with his recent gdp work).
world cup over so need more info
Don't think we need to keep this open if there's no alternative test stream that reproduces the issue. FWIW, this works fine for me (with or without the capsfilter you have): $ gst-launch-0.10 mmssrc location=mms://wm.bbc.co.uk/news/media/avdb/news_web/video/9012da680050218/bb/09012da68005024e_16x9_bb.wmv ! tcpserversink host=localhost port=8888 and $ gst-launch-0.10 tcpclientsrc host=localhost port=8888 ! fakesink -v Data is flowing just fine for me. Please re-open if you can still reproduce and provide more details about what exactly doesn't work (log etc.).