Just popping in
Joined: 2006/12/7 7:47 Last Login
: 2/22 22:11
From Berlin. We're all a bit mad here.
Group:
Registered Users
|
@nubechecorre
I had similar problems myself. The youtube_play script I was never able to get to work at all but that might be a firewall/routing problem given that I have an odd Internet setup at the moment.
However, the youtube_save&play script I got to work, but only after I had raised the stack to stop MPlayer from crashing. On the second line of the AREXX script, under the "/* youtube downloader */ comment, add the line:
PRAGMA('STACK',1000000)
I don't think it's enough to add it in the script file that launches MPlayer - it has to be done in the AREXX script itself. Once I did this it worked fine.
|