Hi, I installed the youtube h264 plugin in totem (http://www.soccio.it/michelinux/2008...o-in-totem/en/) and it works on one system but fails on another???
This is what it says in totem: ffdemux_swf: Element doesn't implement handling of this stream. Please file a bug.
And started from terminal:
:~$ totem
** (totem:7813): DEBUG: Init of Python module
** (totem:7813): DEBUG: Registering Python plugin instance: YouTube+TotemPythonPlugin
** (totem:7813): DEBUG: Creating object of type YouTube+TotemPythonPlugin
** (totem:7813): DEBUG: Creating Python plugin instance
** (totem:7813): DEBUG: Init of Python module
** (totem:7813): DEBUG: Registering Python plugin instance: BBCViewer+TotemPythonPlugin
** (totem:7813): DEBUG: Creating object of type BBCViewer+TotemPythonPlugin
** (totem:7813): DEBUG: Creating Python plugin instance
** (totem:7813): DEBUG: Init of Python module
** (totem:7813): DEBUG: Registering Python plugin instance: YouTubeH264+TotemPythonPlugin
** (totem:7813): DEBUG: Creating object of type YouTubeH264+TotemPythonPlugin
** (totem:7813): 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: Element doesn't implement handling of this stream. Please file a bug.
gstffmpegdemux.c(1440): gst_ffmpegdemux_sink_activate_push (): /GstPlayBinlay/GstDecodeBin:decodebin0/ffdemux_swf:ffdemux_swf0:
failed to activate sinkpad in pull mode, push mode not implemented yet
I have not been able to find out why it works on one and fails on another system, but I hope anyone can give me a clue...
In the mean time I will investigate further...


TIA!