GNOME Bugzilla – Bug 401049
Windows media can't "forward" with fluendo gstreamer plugins
Last modified: 2007-08-16 20:33:08 UTC
The problem is at https://core.fluendo.com/gstreamer/trac/ticket/21 "The problem with videos not starting from the right position is because the playlist parser in totem does not handle this." ("this site has a lot of html/javascript/iframes. wading through them gave me this URL, which played fine")
Mtv3 is nearly most used news video site in Finland
I can't post on the site though. Once STARTTIME support is added, does the fluendo mms source support setting the start time? (ie. open(), "seek()", play()?)
The videos from the first link [http://www.yle.fi/eurovision/main.php?id=2034] don't play because it uses a <embed> with type="application/asx" which we don't claim for the gmp plugin. The videos from the 2nd link [http://www.mtv3.fi/nettitv/] don't play because of bug 386558.
The first link doesn't have starttime (anymore?), and hangs because we don't do references fallback in entries (I'm sure there's a bug opened about that). The second one has a starttime (some videos we get a permission denied error), but it's 00:00.0, so not that useful. But I believe I've fixed the problem with those 2 commits. 2007-08-16 Bastien Nocera <hadess@hadess.net> * browser-plugin/totem-plugin-viewer.c: (totem_embedded_open_playlist_item), (totem_embedded_parse_duration), (entry_parsed): parse the starttime as passed on by the playlists, and seek to that time straight after having opened the playlist item if need be (Closes: #401049) 2007-08-16 Bastien Nocera <hadess@hadess.net> * browser-plugin/totemGMPPlugin.cpp: Support application/asx for the benefit of [http://www.yle.fi/eurovision/main.php?id=2034] * src/plparse/totem-pl-parser-wm.c: (parse_asx_entry): Push starttime from ASX files to the applications
*** Bug 424709 has been marked as a duplicate of this bug. ***