View Single Post
Posts: 3 | Thanked: 0 times | Joined on Jan 2007 @ Europe (earth)
#8
On OS2006 and OS2007 you have to download the kernel module and use "insmod" to load it, since it is not compiled in.

I tested last night CIFS. As I already had recompiled my kernel with CIFS built-in support, I don't need a module. To mount shares I use "mount -t cifs //192.168.xxx.xxx/MyShare /mount/point -o username=myuser -o password=mypassword".

It works very fine for video on my N800, even if I lost some FPS. These are the reports from mplayer :

From SD card :
Code:
MPlayer 1.0rc1-maemo.8 (C) 2000-2006 MPlayer Team
CPU: ARM
Menu inited: /etc/mplayer/menu.conf

Playing /media/mmc2/Nurburgring - Alzen_996_turbo_700HP.avi.
AVI file format detected.
VIDEO: [DX50] 384x288 24bpp 25.000 fps 788.6 kbps (96.3 kbyte/s)
[VO_SDL] Using driver: x11.
==========================================================================
Opening video decoder: [ffmpeg] FFmpeg's libavcodec codec family
Selected video codec: [ffodivx] vfm: ffmpeg (FFmpeg MPEG-4)
==========================================================================
==========================================================================
Trying to force audio codec driver family dspmp3...
Opening audio decoder: [dspmp3] MP3 audio pass-through for Nokia 770 (fake decoder)
AUDIO: 44100 Hz, 2 ch, ??, 192.0 kbit/13.61% (ratio: 24000->176400)
Selected audio codec: [dspmp3] afm: dspmp3 (MP3 audio pass-through for Nokia 770)
==========================================================================
AO: [gst] 44100Hz 2ch ?? (1 bytes per sample)
Starting playback...
VDec: vo config request - 384 x 288 (preferred colorspace: Planar YV12)
VDec: using Planar YV12 as output csp (no 0)
Movie-Aspect is undefined - no prescaling applied.
VO: [sdl] 384x288 => 384x288 Planar YV12 [fs] [zoom]
[VO_SDL] Info - please use -vm or -zoom to switch to the best resolution.

BENCHMARKs: VC: 249,678s VO: 314,930s A: 2,143s Sys: 18,548s = 585,299s
BENCHMARK%: VC: 42,6582% VO: 53,8068% A: 0,3661% Sys: 3,1690% = 100,0000%
BENCHMARKn: disp: 10724 (18,32 fps) drop: 3560 (24%) total: 14284 (24,40 fps)

Exiting... (End of file)

From CIFS network share :
Code:
MPlayer 1.0rc1-maemo.8 (C) 2000-2006 MPlayer Team
CPU: ARM
Menu inited: /etc/mplayer/menu.conf

Playing /mnt/test/fbo/Nurburgring - Alzen_996_turbo_700HP.avi.
AVI file format detected.
VIDEO: [DX50] 384x288 24bpp 25.000 fps 788.6 kbps (96.3 kbyte/s)
[VO_SDL] Using driver: x11.
==========================================================================
Opening video decoder: [ffmpeg] FFmpeg's libavcodec codec family
Selected video codec: [ffodivx] vfm: ffmpeg (FFmpeg MPEG-4)
==========================================================================
==========================================================================
Trying to force audio codec driver family dspmp3...
Opening audio decoder: [dspmp3] MP3 audio pass-through for Nokia 770 (fake decoder)
AUDIO: 44100 Hz, 2 ch, ??, 192.0 kbit/13.61% (ratio: 24000->176400)
Selected audio codec: [dspmp3] afm: dspmp3 (MP3 audio pass-through for Nokia 770)
==========================================================================
AO: [gst] 44100Hz 2ch ?? (1 bytes per sample)
Starting playback...
VDec: vo config request - 384 x 288 (preferred colorspace: Planar YV12)
VDec: using Planar YV12 as output csp (no 0)
Movie-Aspect is undefined - no prescaling applied.
VO: [sdl] 384x288 => 384x288 Planar YV12 [fs] [zoom]
[VO_SDL] Info - please use -vm or -zoom to switch to the best resolution.

BENCHMARKs: VC: 271,583s VO: 292,455s A: 2,615s Sys: 20,991s = 587,644s
BENCHMARK%: VC: 46,2155% VO: 49,7674% A: 0,4450% Sys: 3,5721% = 100,0000%
BENCHMARKn: disp: 8878 (15,11 fps) drop: 5403 (37%) total: 14281 (24,30 fps)

Exiting... (End of file)

Last edited by exocet; 2007-01-25 at 18:32.