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 401049 - Windows media can't "forward" with fluendo gstreamer plugins
Windows media can't "forward" with fluendo gstreamer plugins
Status: RESOLVED FIXED
Product: totem
Classification: Core
Component: Browser plugin (obsolete)
2.17.x
Other All
: Normal enhancement
: ---
Assigned To: totem-browser-maint
totem-browser-maint
: 424709 (view as bug list)
Depends on: 361531
Blocks: 424708 424709
 
 
Reported: 2007-01-26 16:21 UTC by Tommi K
Modified: 2007-08-16 20:33 UTC
See Also:
GNOME target: ---
GNOME version: Unversioned Enhancement



Description Tommi K 2007-01-26 16:21:01 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")
Comment 1 Tommi K 2007-01-26 16:22:53 UTC
Mtv3 is nearly most used news video site in Finland
Comment 2 Bastien Nocera 2007-01-26 16:40:56 UTC
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()?)
Comment 3 Christian Persch 2007-01-26 18:52:48 UTC
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.
Comment 4 Bastien Nocera 2007-08-16 20:31:49 UTC
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
Comment 5 Bastien Nocera 2007-08-16 20:33:08 UTC
*** Bug 424709 has been marked as a duplicate of this bug. ***