After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 344632 - mmssrc ! video/x-ms-asf ! tcpserversink issues
mmssrc ! video/x-ms-asf ! tcpserversink issues
Status: RESOLVED INCOMPLETE
Product: GStreamer
Classification: Platform
Component: dont know
git master
Other Linux
: Normal normal
: NONE
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2006-06-12 09:25 UTC by Zaheer Abbas Merali
Modified: 2006-08-31 17:01 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Zaheer Abbas Merali 2006-06-12 09:25:37 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.
Comment 1 Tim-Philipp Müller 2006-06-12 10:55:07 UTC
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).
Comment 2 Zaheer Abbas Merali 2006-07-29 11:43:09 UTC
world cup over so need more info
Comment 3 Tim-Philipp Müller 2006-08-31 17:01:06 UTC
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.).