Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

No video showing up #3

Open
timtombobjohn opened this issue Jun 29, 2024 · 2 comments
Open

No video showing up #3

timtombobjohn opened this issue Jun 29, 2024 · 2 comments
Labels
bug Something isn't working

Comments

@timtombobjohn
Copy link

timtombobjohn commented Jun 29, 2024

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.

@timtombobjohn
Copy link
Author

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

@BBC-Esq
Copy link
Owner

BBC-Esq commented Jun 30, 2024

I'll take a look at it after I return from vacation in a few weeks.

@BBC-Esq BBC-Esq added the bug Something isn't working label Jun 30, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants