gnash-dev
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Gnash-dev] YouTube not working in stand alone player


From: strk
Subject: Re: [Gnash-dev] YouTube not working in stand alone player
Date: Wed, 11 Jul 2007 17:08:56 +0200

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;




reply via email to

[Prev in Thread] Current Thread [Next in Thread]