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 331821 - can't relaunch video with play button
can't relaunch video with play button
Status: RESOLVED FIXED
Product: totem
Classification: Core
Component: Browser plugin (obsolete)
1.3.x
Other Linux
: Normal normal
: ---
Assigned To: General Totem maintainer(s)
General Totem maintainer(s)
Depends on:
Blocks:
 
 
Reported: 2006-02-19 22:31 UTC by Sebastien Bacher
Modified: 2006-06-19 12:02 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Sebastien Bacher 2006-02-19 22:31:05 UTC
That bug has been described on https://launchpad.net/distros/ubuntu/+source/totem/+bug/31187

"http://www.redhat.com/en_us/USA/rhel/informationcenter/videos/

I tried to test Firefox plugin and I can confirm that mentioned video works with Dapper, using totem-gstreamer-firefox-plugin, version 1.3.90-0ubuntu-1 (gstreamer-0.10). However, I can watch video only once, and I can't relaunch video with play button, as it is greyed out. I can't also call out Properties dialog, when I press right button and choose it from popup menu. However, I can get "About" dialog.

Also I want to mention that now Firefox freezes when I try to watch quicktime.com trailers. I don't have no ffmpeg or other Quicktime codec installed, however, and I use gstreamer-0.10, so it could be problem with plugins. But anyway plugin should get some kind of warning, not free Firefox.

post scriptum: I used Ogg streams to test plugin from mentioned Red Hat site."
Comment 1 Bastien Nocera 2006-06-19 12:02:50 UTC
2006-06-19  Bastien Nocera  <hadess@hadess.net>

        * src/totem-mozilla-interface.xml:
        * src/totem-mozilla-plugin.cpp:
        * src/totem-mozilla-scriptable.h:
        * src/totem-mozilla-viewer.c: (totem_embedded_open),
        (totem_embedded_set_local_file), (on_eos_event):
        Use NP_ASFILEONLY for remote files, and NP_ASFILE for local files,
        to cache the files on the local filesystems. Push the filename to the
        viewer when it's available, and allow to replay the files from the
        local cache (Closes: #331821)