I would like to play m3u with vlc on raspberry pi using ssh (I don't have any screen to connect to the pi).
I tried the following answer:
Program run in SSH accessing pulseaudio on the machine where it runs
But it didn't helped: I still get "PulseAudio server connection failure: Connection refused"
Thank You
-
I guess raspebby is in server mode, so fetching nautilus PID will be of no help.– ArchemarCommented Jan 10, 2016 at 10:01
-
exactly, i listed processus with ps -x and I chose an other processus– JuliusIICommented Jan 10, 2016 at 10:20
Add a comment
|
1 Answer
Finally Find a way..
I starded vlc with a ssh -X session. Then I selected ALSA audio device instead of pulseaudio and I saved the configuration.
then I launched "cvlc http://mystream.m3u &". Finally I ctrl+D and closed the window. Sound works perfectly