All Questions
Tagged with alsa vlc-media-player
5 questions
0
votes
1
answer
2k
views
Cannot get vlc to stream correctly through command line
I use the following command:
vlc -I qt myfile.mp4 #standard{access=http,mux=ts,dst="8080/stream"} :sout-all :sout-keep
and my error log is the following:
VLC media player 3.0.16 Vetinari (...
1
vote
0
answers
2k
views
How to inform vlc for sample rate change from device in linux
I'm working in FPGA device, which can provide raw video and pcm data. I'm using v4l2 and alsa framework for video and audio respectively. Audio flow path is using ALSA framework and video flow path is ...
3
votes
1
answer
408
views
What happened to "Ignore keyboard volume buttons." preference in VLC?
On my Debian system, VLC 2.2.1 is responding to my laptop's volume keys, and also forwarding them to the system, so when VLC is open the keys adjust both volumes simultaneously. Basically, I'm seeing ...
0
votes
1
answer
4k
views
VLC Not able to detect/choose default audio device output
I'm on a clean Funtoo install and after setting up ALSA i've just tried to play some movies through VLC but it doesn't seem to be able to detect/choose the default output audio device. If i go to ...
1
vote
1
answer
10k
views
VLC through a custom ALSA device
How can I make VLC playing through some of my custom ALSA devices?
I created several custom ALSA devices (for routing, amplifying, mixing and other purposes) and can use them with Mplayer without any ...