mmssrc: can't play mms radio, need fallback to port 80
Submitted by Luca Carlon
Link to original bug (#671597)
Description
I tried to play two mms radios with gst-launch, playbin2 and the libgstmms plugin. The result is that after the log line:
"Setting pipeline to PAUSED ..."
no audio is played. After some seconds I get:
ERROR: Pipeline doesn't want to pause.
ERROR: from element /GstURIDecodeBin:uridecodebin0/GstMMS:source: Could not connect to streaming server.
Additional debug info:
gstmms.c(457): gst_mms_start (): /GstPlayBin2:playbin20/GstURIDecodeBin:uridecodebin0/GstMMS:source:
A redirect message was posted on the bus and should have been handled by the application.
Setting pipeline to NULL ...
Freeing pipeline ...
I reproduced this with this URL: mms://stream.radiomarconi.info/marconi2. ffplay plays this URL without problems.
I tested this on an embedded ARM Linux platform and a x86 Ubuntu 11.10 desktop.