#
libvlc
Here are 70 public repositories matching this topic...
Cross-platform .NET/Mono bindings for LibVLC
-
Updated
Jul 26, 2022 - C#
libvlc bindings for OS X, iOS and tvOS in Objective-C, official mirror
-
Updated
Jun 29, 2022 - Objective-C
A bittorrent plugin for VLC.
plugin
torrent
streaming
stream
debian
bittorrent
ubuntu
vlc
libvlc
libtorrent
videolan
vlc-bittorrent
-
Updated
Jan 17, 2022 - C++
Go bindings for libVLC and high-level media player interface
audio
go
golang
player
video
video-player
media
sound
screen-recorder
bindings
media-player
screen-capture
vlc
libvlc
vlc-libvlc
golang-library
vlc-player
vlc-media-player
libvlc-go
-
Updated
Apr 10, 2022 - Go
Meta.Vlc is a LibVlc wrapper for WPF.
-
Updated
Sep 2, 2019 - C#
Play videos side-by-side
python
player
youtube
streamlink
twitch
streaming
qt
video
video-player
livestream
pyqt5
youtube-dl
qt5
vlc
libvlc
pyqt
player-video
yt-dlp
-
Updated
Jul 27, 2022 - Python
An Android media player library powered by libVLC and Open Subtitles.
-
Updated
Jan 5, 2022 - Kotlin
Cross-platform 3D 360/180 video player for Playstation VR
-
Updated
May 15, 2020 - C++
-
Updated
Nov 22, 2021
An example for embedding VLC player in an android app
-
Updated
Jun 17, 2017 - Java
Mirakurun 用映像視聴アプリ実装研究資料
-
Updated
Aug 2, 2022 - TypeScript
libvlc-go usage examples
audio
go
golang
player
video
examples
media-player
screen-capture
libvlc
vlc-media-player
player-video
example-code
libvlc-go
-
Updated
Feb 7, 2022 - Go
An ongoing 24/7 slow-TV art project
-
Updated
Aug 3, 2022 - Go
Binding ffi of libvlc for Pharo
-
Updated
Jan 26, 2021 - Smalltalk
An implementation of RTP adaptive streaming
-
Updated
May 9, 2018 - Java
Improve this page
Add a description, image, and links to the libvlc topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the libvlc topic, visit your repo's landing page and select "manage topics."
Describe the bug
I encountered the following error: since the setAudioTrack method did not work, I tried to set the audio track using commandlineArguments.
But this didn't work either: commandlineArguments: ['--audio-track=1']
The default audio track will still be played during playback (which corresponds to audio-track=0, right).
videoPlayer.setAudioTrack(1); didn't work either.
Does thi