-
I tried to install the narrator on Windows and at startup it produces a few errors:
```
(epic_narrator.py:18044): Gtk-WARNING **: 22:26:50.823: Could not load a pixbuf from /org/gtk/libgtk/theme/A…
-
Hello. First I want to thank you for the contribution made in this thread.
I was looking for a solution to overlay an image on a video with raylib. and with the help of this thread I was able to do i…
-
flutter run
Flutter assets will be downloaded from https://storage.flutter-io.cn. Make sure you trust this source!
Using hardware rendering with device sdk google atv armv7. If you notice graphics a…
-
I am trying to display a logo using VideLogoOption
```
vlc.libvlc_video_set_logo_int(pi,vlc.VideoLogoOption.logo_enable,1)
vlc.libvlc_video_set_logo_string(pi,vlc.VideoLogoOption.logo_file,"Media/G…
-
When having 32bit VLC installed starting the program throws an import error: Failed to load libvlc.dll
It crashes before showing the UI
-
E/VLC ( 8855): [00000079018d4e50/36eb] libvlc window: request 1 not implemented
E/VLC ( 8855): [00000077fed0f390/36eb] libvlc vout display: can't get Subtitles Surface
E/VLC ( 8855): [00…
-
I've been trying to get the following example working on PI4 to get zero copy rendering on an OpenGL texture.
https://github.com/videolan/vlc/blob/master/doc/libvlc/sdl_opengl_player.cpp
But it seem…
oomek updated
4 years ago
-
how to do error handling if url not found?
`
E/VLC ( 4201): [c91e1350/1b20] libvlc demux: Failed to connect with rtsp://192.168.100.55:554/live/ch00_0
`
`
E/VLC ( 4201): [e88d01d0/1b20]…
-
I am using VLC-Qt 1.1.1 in QML project to display RTSP video stream from IP camera.
Using `libvlccore 2.0.3-5+deb7u2+b1` and `libvlc 2.2.7-1~deb8u1` on Debian 8 (jessie) amd64.
If I disconnect c…
-
VlcMediaPlayer class does not have a nextFrame() function available, it could be used for a frame-step playback.
Is there a way to use libvlc core instance without modifying qt-vlc sources and co…