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

2.0 beta requires a separate VLC installation #21

Open
LemmaEOF opened this issue Jul 31, 2023 · 5 comments
Open

2.0 beta requires a separate VLC installation #21

LemmaEOF opened this issue Jul 31, 2023 · 5 comments

Comments

@LemmaEOF
Copy link

Right now, the PictureSign 2.0 beta will crash if there's not a separate VLC installation for libvlc.dll: https://mclo.gs/ZafbGSt

It feels like libvlc could possibly be bundled with the mod, though that might end up being complicated with different OSes and architectures.

There are also some people encountering this on Linux even with VLC installed, though it might be via flatpak.

@ayakasuki
Copy link

yes I just show VLC errors

@Cynosphere
Copy link

I have VLC installed through Scoop and I'm also crashing, so yes bundle the library.

OpenComputers drops Lua libraries in .minecraft depending on your OS and arch so it shouldn't be too hard to replicate that.

@Martmists-GH
Copy link

Depending on VLC also seems a bit overkill; perhaps it'd be an idea to depend on libav (ffmpeg) instead?

@Motschen
Copy link
Member

Motschen commented Jul 3, 2024

This should work way better now, as I'm no longer using VideoLib, but WATERMeDIA instead.
VLC is still required, but it will now actually be detected in many cases and WATERMeDIA already bundles the dlls on Windows x64.
I'd also prefer to have this working with ffmpeg instead, this is something I'll look into in the future.

@SrRapero720
Copy link

SrRapero720 commented Oct 24, 2024

WaterMedia will also use FFMPEG for media decoding, will take to us a while since we are also polishing many other aspects of our api (like picture decoding and the buffer wrappers) before get ready for the FFMPEG implementation.

No much discussion was done yet but for future references WaterMediaTeam/watermedia#52

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

6 participants