Just can't stay away
Joined: 2009/2/9 19:32 Last Login
: 2020/12/21 15:57
From Brussels Belgium
Group:
Registered Users
|
Thanks to antique Mplayer is now working on my SAM460ex, i change the video output settings in Mplayer-GUI to sdl Under smTube though it seems Mplayer forgets about this settting and i get successive errors till the video has been read completel, just as before
I tried the following:
From the Cli you can lauch Mplayer with
MPlayer -vo sdl
so i edited smTube's Play8Video.rexxx replacing line 14 MPLAYER = "APPDIR:MPlayer" with MPLAYER = "APPDIR:MPlayer -vo sdl"
The output is not a succession of errors, but the video is not started
it contains the messages obviously produced by Play8Video.rexxx notably
"Streaming seems to work only with MUI-Mplayer (MPlayer UNKNOWN-4.4.3 (C) 2000-2010 MPlayer Team) or SDL MPlayer SVN-r32561-snapshot-4.2.4"
Now this is strange as all this works well on my SAM440ep
I also tried instead of changing line 10
MPLAYER_OPTIONS = "" to MPLAYER_OPTIONS = "-vo sdl"
with the same result
Any suggestion?
|