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 335762 - [asfdemux] specific mmsh url fails to play
[asfdemux] specific mmsh url fails to play
Status: RESOLVED DUPLICATE of bug 303153
Product: GStreamer
Classification: Platform
Component: gst-plugins-ugly
0.10.x
Other Linux
: Normal normal
: NONE
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2006-03-23 22:53 UTC by Daniel Rogers
Modified: 2006-03-24 11:13 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Daniel Rogers 2006-03-23 22:53:26 UTC
This url fails to play:
mmsh://bdcast-jeffersonpilot-kbzt-fm.wm.llnwd.net/bdcast_jeffersonpilot_kbzt-fm

using the command:
gst-launch-0.10 -t playbin uri='mmsh://bdcast-jeffersonpilot-kbzt-fm.wm.llnwd.net/bdcast_jeffersonpilot_kbzt-fm'

looking at GST_DEBUG=ffmpeg:5 it looks like it decodes a few buffers and then hangs.

the url plays fine with mplayer.

I am running FC5 with freshrpms.  I'm also using a patched libmms library with support for http proxies.
Various versions:
rpm -q gstreamer gstreamer-plugins-good gstreamer-plugins-bad gstreamer-ffmpeg gstreamer-plugins-ugly
gstreamer-0.10.3-3
gstreamer-plugins-good-0.10.2-1
gstreamer-plugins-bad-0.10.1-1.fc5
gstreamer-ffmpeg-0.10.0-1.fc5
gstreamer-plugins-ugly-0.10.2-1.fc5
Comment 1 Tim-Philipp Müller 2006-03-24 11:13:03 UTC
Appears to be the same issue as bug #303153 - asfdemux not getting the newsegment event and/or timestamps right for live streams:

basesink( 5803) gstbasesink.c(706):gst_base_sink_configure_segment:<actual-sink> configured NEWSEGMENT update 0, rate 1.000000, format GST_FORMAT_TIME, 0:00:00.000000000 -- 99:99:99.999999999, time 0:00:00.000000000, accum 0:00:00.000000000
basesink( 5803) gstbasesink.c(881):gst_base_sink_get_sync_times:<actual-sink> got times start: 19:38:40.782000000, stop: 19:38:41.432158730

 ...


*** This bug has been marked as a duplicate of 303153 ***