-
https://github.com/adrg/libvlc-go/blob/cf9c068890dd9f0d7ed909d3e2eb889ac378246a/v3/list_player.go#L58
home/src/github.com/adrg/libvlc-go/v3/list_player.go:58:12: could not determine kind of name fo…
-
We need a way to record a video of the screen.
The use case is UAT testers, and VLC looks like a good one since it works cross platform.
Here is our issue if your curious:
https://github.com/wi…
-
hi,
is it possible to add an example of how to use this with opengl in golang? I just wanna render a video (with sound) in an openGL window.
thanks
-
I tried installing the current Trunk on Darwin-aarch64 but am getting an error:
Also, my apologies if this bug should go to FPC / Lazarus themselves. I have hard time even understanding the error t…
-
I read on the subreddit that it needed to be resubmited, but it was 2 months old, wondering why it wont show up.
-
Player works fine with http streams, but it will not play streams over SSL.
I have the same problem with Python library... Is there a solution for playing over https?
-
ld: library not found for -lvlc
clang: error: linker command failed with exit code 1 (use -v to see invocation)
-
This project launches a new window for VLC.
Can we embed the VLC player inside another GUI toolkit, like GTK rather than spawning a new window?
-
Submit any feedback, bugs, inconsistencies, performance issues, and any other findings regarding the MTC and MTC related worlds here.
Where possible please include screenshots, or detailed descript…
-
Ordinarily this data class is populated via a native liblvc_picture_t, which is still needed.
This alternate constructor is required by vlcj-pro.
The Picture class is only used by the thumbnaile…