I experience a little mess with Totem, using its YouTube plugin.
ffdemux_swf: L'elemento non implementa la gestione di questo stream.
Si prega di notificare un bug.
Here's the info I extract from my xsession-errors. (I don't feel confortable flooding the place)
- Codice: Seleziona tutto
** (totem:4995): DEBUG: Init of Python module
** (totem:4995): DEBUG: Registering Python plugin instance: YouTubeH264+TotemPythonPlugin
** (totem:4995): DEBUG: Creating object of type YouTubeH264+TotemPythonPlugin
** (totem:4995): DEBUG: Creating Python plugin instance
** (totem:4995): DEBUG: Finalizing Python plugin instance
** (totem:5045): DEBUG: Init of Python module
** (totem:5045): DEBUG: Registering Python plugin instance: YouTubeH264+TotemPythonPlugin
** (totem:5045): DEBUG: Creating object of type YouTubeH264+TotemPythonPlugin
** (totem:5045): DEBUG: Creating Python plugin instance
Traceback (most recent call last):
File "/usr/lib/totem/plugins/youtubeh264/youtubeh264.py", line 117, in on_starting_video
mrl = "http://www.youtube.com/get_video?video_id=" + urllib.quote (youtube_id) + "&t=" + urllib.quote (re.match (".*[?&]t=([^&]+)", location).groups ()[0]) +"&fmt=18"
AttributeError: 'NoneType' object has no attribute 'groups'
** Message: Error: L'elemento non implementa la gestione di questo stream. Si prega di notificare un bug.
gstffmpegdemux.c(1416): gst_ffmpegdemux_sink_activate_push (): /play/decodebin1/ffdemux_swf0:
failed to activate sinkpad in pull mode, push mode not implemented yet
** (totem:5045): DEBUG: Finalizing Python plugin instance
** (totem:5260): DEBUG: Init of Python module
** (totem:5260): DEBUG: Registering Python plugin instance: YouTubeH264+TotemPythonPlugin
** (totem:5260): DEBUG: Creating object of type YouTubeH264+TotemPythonPlugin
** (totem:5260): DEBUG: Creating Python plugin instance
Traceback (most recent call last):
File "/usr/lib/totem/plugins/youtubeh264/youtubeh264.py", line 117, in on_starting_video
mrl = "http://www.youtube.com/get_video?video_id=" + urllib.quote (youtube_id) + "&t=" + urllib.quote (re.match (".*[?&]t=([^&]+)", location).groups ()[0]) +"&fmt=18"
AttributeError: 'NoneType' object has no attribute 'groups'
** Message: don't know how to handle application/x-shockwave-flash
** Message: Error: L'elemento non implementa la gestione di questo stream. Si prega di notificare un bug.
gstffmpegdemux.c(1416): gst_ffmpegdemux_sink_activate_push (): /play/decodebin0/ffdemux_swf0:
failed to activate sinkpad in pull mode, push mode not implemented yet
This plugin worked fine few days ago. I googled the question and in some cases, its not filed as a bug, as this youtube plugin is *not* supported. (please report to URLs below)
http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=495424
http://ubuntuforums.org/showthread.php?t=747796
https://bugs.launchpad.net/ubuntu/+source/totem/+bug/193609
Workarounds appreciated. Thanks for your time

