Open vilmibm opened 1 month ago
It looks like a known bug https://github.com/maxcurzi/tplay/issues/19
I noticed it when briefly testing tplay on Fedora.
However back then I could still play other videos, or the same video when I downloaded it with yt-dlp but didn't have time to look into it further
I'm not sure what's going on here and why this happens in Fedora but not other distros.
Maybe I'll make some progress on it once I update dependencies as part of other PRs
Knowing that you also ran into issues with Fedora is a good clue; I will poke around and report back if I figure anything out.
fwiw, tplay /dev/video0
works perfectly fine for me and does output the same warnings about gstreamer pipelines so those warnings are probably a red herring.
The plot thickens! :) I wonder if the "MFX can't initialize session" might point at the problem.
https://github.com/luxonis/depthai/issues/461
https://stackoverflow.com/questions/63814047/openvino-movidius-cant-read-ip-camera
Unfortunately I didn't paste the full log on #19 so I don't know if I had the same message
Describe the bug
When trying to open videos on Fedora 39 (.mkv, .mp4, and youtube) I get warnings and errors.
To Reproduce Steps to reproduce the behavior:
Expected behavior
A video plays or an error tells me what action I might take to fix the problem.
Screenshots
Desktop (please complete the following information):
tplay --version
: tplay 0.5.0yt-dlp --version
: 2024.08.06mpv --version
: mpv 0.36.0rustc --version
: rustc 1.75.0 (82e1608df 2023-12-21)pkg-config --modversion opencv4
: 4.8.1ffmpeg -version
: ffmpeg version 6.1.2Additional context
It's entirely possible/probable that this isn't a bug at all and I just need to do some more work to get this working on Fedora; I don't mind doing that work but am stuck and could use a pointer towards what I might be missing on my system. I installed equivalent packages as those listed for Ubuntu and successfully compiled and ran
tplay
viacargo
.I can open image files fine.