On [Mon, 14.05.2007 17:46], Nicolas DEGAND wrote:
> Package: gnash
> Version: 0.7.2+cvs20070512.1554-1
> Severity: normal
> 
> According to the changelog the new version is able to read youtube videos. I 
> then tested it with 
> the following command-line :
> gnash -j 450 -k 370 
> http://www.youtube.com/player2.swf?video_id=IpVWZePn1Y8&l=150&t=OEgsToPDskIqzhmEKDDl-rNOf3v4yP7q&soff=1&sk=5qdorp44QwfJl5CqSPPw0wC
>    

You need to escape all the & in your command line. Try for example:

gnash -j 450 -k 370 
'http://www.youtube.com/player2.swf?video_id=IpVWZePn1Y8&l=150&t=OEgsToPDskIqzhmEKDDl-rNOf3v4yP7q&soff=1&sk=5qdorp44QwfJl5CqSPPw0wC'

(note the ' around the link).

> The youtube end-of-video interface loads (with some corrupted fonts). The 
> console outputs the following messages
> [1] 5244
> [2] 5245
> [3] 5246
> [4] 5247

For each & you forgot to escape a new process started and died immediately.

Beside this, while the firefox gnash plugin seems to work for
me on youtube, the gnash command you tried does not. Maybe the link is wrong or
the syntax must be different...

regards
 Thorsten



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to