On Wed, Jul 11, 2007 at 11:18:00AM +0200, Udo Giacomozzi wrote:
> Can you play YouTube videos using the standalone player (not plugin)?
> 
> I see the player controls, the FLV movie is being loaded, the
> progress bar advances and I even hear the sound, but no video. Do you
> have the same problems?
> 
> I use this little script:
> 
> -----8<---------------------------------------------------------------
> #!/bin/sh
> url="http://youtube.com/watch?v=xJOGq5XTojo";
> swf=$(wget --quiet -O - "$url" | grep -F player2.swf | cut -d \" -f 2)
> gui/gnash -v $* "http://youtube.com$swf";
> -----8<---------------------------------------------------------------

IIRC the YouTube html page has changed. Check the value of your $swf variable.
--strk;


_______________________________________________
Gnash-dev mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/gnash-dev

Reply via email to