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)
NameError: name 'player' is not defined - but it was defined, just in another function
The below code gives an error, "NameError: name 'player' is not defined". I dont understand why. When I have the music just playing, without needing to be triggered by the Play button; then ...
Willem van Houten
Votes: 0
Answers: 1
SOLVED: Python interacting with VLC through Tkinter: I want to be able to change between videos
I am making a python tkinter utility that makes a youtube search, brings up the first 6 results, and than plays the chosen of those results through a vlc instance.
The problem I have, is that when I t...
Willem van Houten
Votes: 0
Answers: 1
In mpeg-4 part 10, is the video resolution stored in a header in the video codecs or within each frame?
In mpeg-4 part 10 (AVC), is the video resolution stored in a header in the video codecs or within each frame, so that each frame can have its own resolution?
If both, which of either does main stream ...
Themobisback
Votes: 0
Answers: 0
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