ossmix mandrake 2005 mplayer freeze (kan il veut)

ossmix mandrake 2005 mplayer freeze (kan il veut) - Multimédia - Linux et OS Alternatifs

Marsh Posté le 23-04-2006 à 19:33:17    

Salut à tous
 
J'essaie d'utiliser 'dmix' pour multiplexer xmms et mplayer . Mais...
 
Xmms lancé et jouant ,je lance mplayer

Code :
  1. mplayer -ao alsa:device=ossmix Infernal-From_Paris_To_Berlin.mp3
  2. ==========================================================================
  3. Trying to force audio codec driver family libmad...
  4. Opening audio decoder: [libmad] libmad mpeg audio decoder
  5. AUDIO: 44100 Hz, 2 ch, s16le, 128.0 kbit/9.07% (ratio: 16000->176400)
  6. Selected audio codec: [mad] afm: libmad (libMAD MPEG layer 1-2-3)
  7. ==========================================================================
  8. Building audio filter chain for 44100Hz/2ch/s16le -> 0Hz/0ch/??...
  9. alsa-init: 1 soundcard found, using: dmix
  10. Et Rien   :(
  11. [ctl-C]
  12. MPlayer interrupted by signal 2 in module: enable_cache
  13. MPlayer interrupted by signal 2 in module: ao2_init


 
Mais si j'arrete Xmms

Code :
  1. alsa-init: 1 soundcard found, using: ossmix
  2. alsa: 44100 Hz/2 channels/4 bpf/32768 bytes buffer/Signed 16 bit Little Endian
  3. AO: [alsa] 44100Hz 2ch s16le (2 bytes per sample)
  4. Building audio filter chain for 44100Hz/2ch/s16le -> 44100Hz/2ch/s16le...
  5. Video: no video
  6. Starting playback...
  7. Cannot sync MAD frame 328.0 (05:28.0)  4.3% 0%                                 
  8. Cannot sync MAD frame
  9. Cannot sync MAD frame
  10. A: 209.3 (03:29.2) of 328.0 (05:28.0)  4.3% 0%                                 
  11. alsa-uninit: pcm closed
  12. Exiting... (End of file)


 
Voila mon .asoundrc

Code :
  1. pcm.azt3328 {
  2.            type hw
  3.            card 0
  4.         }
  5.         ctl.azt3328 {
  6.            type hw
  7.            card 0
  8.         }
  9. pcm.ossmix {
  10.     type dmix
  11.     ipc_key 1024 # must be unique!
  12. #   ipc_key_add_uid false   # let multiple users share
  13.    ipc_perm 0666           # IPC permissions for multi-user sharing (octal, defa
  14. ult 0600)
  15.     slave {
  16.         pcm "hw:0,0"      # you cannot use a "plug" device here, darn.
  17.         period_time 0
  18.         period_size 1024 # must be power of 2
  19.         buffer_size 8192  # dito. It
  20.         rate 44100
  21.        #format "S32_LE"
  22.        #periods 128 # dito.
  23.        #rate 8000 # with rate 8000 you *will* hear,
  24.        # if ossmix is used :)
  25.     }
  26.     bindings {
  27.         0 0 # from 0 => to 0
  28.         1 1 # from 1 => to 1
  29.     }
  30. }
  31. pcm.dsp0 {
  32.     type plug
  33.     slave.pcm "ossmix" # use our new PCM here
  34. }
  35. # mixer0 like above
  36. ctl.mixer0 {
  37.     type hw
  38.     card 0
  39. }
  40. # You may want to make your new ossmix the default for alsa.
  41. # If your alsa programs are complaining that they can't open
  42. # your sound devices, try uncommenting this next line
  43. pcm.default pcm.dsp0


 
help .......
 
Edit suite aux essais   :(


Message édité par gitigfake le 24-04-2006 à 22:09:20

---------------
Merci pour vos réponses ...
Reply

Marsh Posté le 23-04-2006 à 19:33:17   

Reply

Marsh Posté le 24-04-2006 à 19:43:05    

Ayez   :D  
 
j'utilise ossmix !
 
Aprés avoir parcouru ce lien http://forum.hardware.fr/hardwaref [...] tm#t804457 ,
 
(Merci à vous tous )
 
voila mon .asoundrc qui me permet xmms et mplayer en même temps  :D  

Code :
  1. pcm.ossmix {
  2.     type dmix
  3.     ipc_key 1024 # must be unique!
  4.    ipc_perm 0666           # IPC permissions for multi-user sharing (octal, def
  5. ault 0600)
  6.     slave {
  7.         pcm "hw:0,0"      # you cannot use a "plug" device here, darn.
  8.         period_time 0
  9.         period_size 1024 # must be power of 2
  10.         buffer_size 8192  # dito. It
  11.      }
  12.     bindings {
  13.         0 0 # from 0 => to 0
  14.         1 1 # from 1 => to 1
  15.     }
  16. }
  17. pcm.dsp0 {
  18.     type plug
  19.     slave.pcm "ossmix" # use our new PCM here
  20. }
  21. # mixer0 like above
  22. ctl.mixer0 {
  23.     type hw
  24.     card 0
  25. }
  26. pcm.default pcm.dsp0


 
puis un .mplayer/mplayer.conf

Code :
  1. -ao alsa:device=plug=ossmix


 
Pour le reste voir le lien donné  :)  
 

Reply

Marsh Posté le 24-04-2006 à 22:18:32    

/me continue les expériences.
 
Voici un autre .asound

Code :
  1. [pcm.ossmix {
  2.     type dmix
  3.     ipc_key 1024 # must be unique!
  4.    ipc_key_add_uid false   # let multiple users share
  5.    ipc_perm 0666           # IPC permissions for multi-user sharing (octal, defa
  6. ult 0600)
  7.     slave {
  8.         pcm "hw:0,0"      # you cannot use a "plug" device here, darn.
  9.         period_time 0
  10.         period_size 1024 # must be power of 2
  11. #        buffer_size 8192  # dito. It
  12.        #format "S32_LE"
  13.         buffer_size 32768
  14. #       periods 128 # dito.
  15. #       rate 8000 # with rate 8000 you *will* hear,
  16.        # if ossmix is used :)
  17.         rate 44100
  18.     }
  19.    
  20.     bindings {
  21.         0 0 # from 0 => to 0
  22.         1 1 # from 1 => to 1
  23.     }
  24. }
  25. pcm.dsp0 {
  26.     type plug
  27.     slave.pcm "ossmix" # use our new PCM here
  28. }
  29. # mixer0 like above
  30. ctl.mixer0 {
  31.     type hw
  32.     card 0
  33. }
  34. pcm.default pcm.dsp0


 
/me parle seul

Reply

Sujets relatifs:

Leave a Replay

Make sure you enter the(*)required information where indicate.HTML code is not allowed