python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
Play all Audio CD tracks using libvlc in Linux
How play Audio CD using libvlc in Linux ? All tracks ?
My code play only one track.
vlcInstance = libvlc_new(0,NULL);
vlcMedia = libvlc_media_new_location(vlcInstance, "cdda:///dev/sr0");
...
Wojtek Wojtek
Votes: 0
Answers: 1
Errors while building vlc-qt from source with QT 5.12.3
i am trying to build vlc-qt from source with the QT5.12.3 (need this specific version)
I tried to use with ninja and mingw makefiles and i get those error and i tried with more then 10 other vlc sdk v...
Bossa
Votes: 0
Answers: 1
How can I change the videotrack in libVlcSharp when recording video?
I am trying to record a live stream video into a file using libVlcSharp. That live stream contains two different video tracks, and by default when I record the file, the second track is being recorded...
Roman
Votes: 0
Answers: 1
Where can I find a list of all Media options in libVLC
I used the command prompt command
vlc --longhelp
Which generates a long text file, but it's missing a bunch of options like
network-caching, or any caching.
Anyone have any insight into a complete lis...
Rej Fredericks
Votes: 0
Answers: 2