You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
addition: when I change the line
self.mediaplayer.set_hwnd(int(self.videoframe.winId()))
to
self.mediaplayer.set_xwindow(int(self.videoframe.winId()))
it opens a vlc video instance in a new window instead of the qt widget
Hey,
both players don't work for me. There is sound, play/pause works, skipping works, but there is no image.
I'm getting this error:
[00007ce4d8075a50] main video output error: video output creation failed
[00007ce558d025c0] main decoder error: failed to create video output
[h264 @ 0x7ce558d8b8c0] get_buffer() failed
[h264 @ 0x7ce558d8b8c0] thread_get_buffer() failed
[h264 @ 0x7ce558d8b8c0] decode_slice_header error
[h264 @ 0x7ce558d8b8c0] no frame!
I tried several videos. Any idea whats wrong?
Using Ubuntu 22.04.4 LTS.
The text was updated successfully, but these errors were encountered: