Welcome, guest! Login / Register - Why register?
Psst.. new poll here.
Psst.. new forums here.

Paste

Pasted as Python by azzick ( 15 years ago )
import subprocess

vlc = subprocess.Popen('vlc -I rc /mnt/disk/music/jubeis_theme.mp3'.split(),
  stdin = subprocess.PIPE, 
  stdout = subprocess.PIPE)


На выходе:

[0x9c87ee8] main interface error: no suitable interface module
[0x9bd08b0] main libvlc error: interface "default" initialization failed

 

Revise this Paste

Children: 22231
Your Name: Code Language: