Page 1 sur 1
[Firefox 4] performance des vidéo
Publié : mar. 24 août 2010, 22:37
par IdoMcFly
j'ai testé un peu les vidéo html5 et ça rame affreusement, c'est ma conf ou bien c'est firefox ?
EDIT : En fait c'est les vidéo de dailymotion en ogg, sur youtube en WebM c'est fluide.
Re: [Firefox 4] performance des vidéo
Publié : mar. 24 août 2010, 23:03
par benjarobin
Tu pourrais donner des liens, ta configuration, bref un peu plus de détails, merci
Re: [Firefox 4] performance des vidéo
Publié : mar. 24 août 2010, 23:14
par IdoMcFly
oulà oui, c'est pauvre mon poste là, désolé
vidéo exemple :
http://openvideo.dailymotion.com/video/ ... #hp-sc-p-1
Firefox 4.0b4
AMD Phenom(tm) II X4 955 Processor
RS880 [Radeon HD 4200]
Re: [Firefox 4] performance des vidéo
Publié : mer. 25 août 2010, 09:57
par Guiux
Ha ? Je ne savais pas qu'on pouvait regarder Dailymotion grâce au html5. Comment fais-tu pour l'activer pour toutes les vidéos ?
Toujours est-il que chez moi ta vidéo est fluide.
AMD Phenom(tm) II X4 955 Processor
Je ne crois pas que ce soit ta config qui soit à la ramasse...

Re: [Firefox 4] performance des vidéo
Publié : mer. 25 août 2010, 10:01
par IdoMcFly
sur leur portail openvideo.*
bon j'ai un soucis de réglage quelque part moi, je vais poster mon xorg.conf une fois chez moi.
Re: [Firefox 4] performance des vidéo
Publié : mer. 25 août 2010, 10:10
par Guiux
Et essaie un autre navigateur. Perso, ça marche nickel avec Opera.
Re: [Firefox 4] performance des vidéo
Publié : mer. 25 août 2010, 20:51
par IdoMcFly
j'ai testé opera : il freeze :/
mon xorg.conf :
Code : Tout sélectionner
Section "ServerFlags"
#Option "AutoAddDevices" "False"
Option "DontZap" "False"
EndSection
Section "ServerLayout"
Identifier "X.org Configured"
Screen 0 "Screen0" 0 0
InputDevice "Mouse0"
InputDevice "Keyboard0"
Option "AIGLX" "true"
EndSection
Section "Extensions"
Option "Composite" "Enable"
EndSection
Section "Files"
ModulePath "/usr/lib/xorg/modules"
FontPath "/usr/share/fonts/misc"
FontPath "/usr/share/fonts/100dpi:unscaled"
FontPath "/usr/share/fonts/75dpi:unscaled"
FontPath "/usr/share/fonts/TTF"
FontPath "/usr/share/fonts/Type1"
EndSection
Section "Module"
Load "dri"
Load "ddc"
Load "extmod"
Load "glx"
Load "bitmap"
Load "type1"
Load "freetype"
Load "dbe"
Load "dri2"
Load "drm"
EndSection
Section "InputDevice"
Identifier "Keyboard0"
Driver "kbd"
Option "CoreKeyboard"
Option "XkbModel" "pc105"
Option "XkbRules" "xorg"
Option "XkbLayout" "fr"
Option "KkbVariant" "bepo"
#Option "XkbOptions" "grp:shift_toggle,grp_led:scroll"
EndSection
Section "InputDevice"
Identifier "Mouse0"
Driver "evdev"
Option "Name" "*Logitech USB Receiver*"
Option "Dev Name" "Logitech USB Receiver"
Option "Dev Phys" "usb-0000:00:12.2-5.2/input0"
Option "CorePointer"
Option "Device" "/dev/input/by-id/usb-Logitech_USB_Receiver-event-mouse"
Option "Buttons" "10"
#Option "Emulate3Buttons "False"
Option "ZAxisMapping" "9 10"
Option "AngleOffset" "-32"
EndSection
Section "Monitor"
#DisplaySize 520 320 # mm
Identifier "T240"
VendorName "SAM"
ModelName "SyncMaster"
Option "DPMS" "true"
EndSection
Section "Monitor"
Identifier "Q17"
Option "DPMS" "true"
Option "RightOf" "T240"
EndSection
Section "Device"
Option "EnablePageFlip" "true" # [<bool>]
Option "DMAForXv" "true" # [<bool>]
Option "ColorTiling" "on" # [<bool>]
Option "ScalerWidth" "2048" # <i>
Option "RenderAccel" "on" # [<bool>]
Option "AccelMethod" "EXA" # <str>
Option "AccelDFS" "1"
Option "DRI" "on" # [<bool>]
Option "EXAVSync" "yes" # [<bool>]
Option "DynamicPM" "on"
Option "ClockGating" "on"
Option "Monitor-VGA-0" "Q17"
Option "Monitor-DVI-0" "T240"
Option "DPMS" "true"
Option "mtrr" "on"
Option "SubPixelOrder" "none"
Identifier "Card0"
Driver "radeon"
VendorName "ATI Technologies Inc"
BoardName "RS880 [Radeon HD 4200]"
BusID "PCI:1:5:0"
Option "XAANoOffscreenPixmaps" "true"
EndSection
Section "DRI"
Group 0
Mode 0666
EndSection
Section "Screen"
Identifier "Screen0"
Device "Card0"
Monitor "T240"
SubSection "Display"
Viewport 0 0
Depth 24
Virtual 3200 1200
Modes "1920x1200" "1920x1200"
EndSubSection
DefaultDepth 24
EndSection