polybiusproxy / hxCodec

Haxe library for native video playback on HaxeFlixel and OpenFL.
https://lib.haxe.org/p/hxCodec
Mozilla Public License 2.0
109 stars 71 forks source link

Fix playing videos on Linux when a project uses linc_luajit #290

Closed what-is-a-git closed 1 year ago

what-is-a-git commented 1 year ago

If it is intended for videos to crash when playing on Linux in a project using linc_luajit because of conflicts between both libraries copies of lua then it would be fine to close this pull request. Otherwise I think merging this makes sense because Lua isn't usually used in the case of hxCodec.

If you want to keep support then I think adding a parameter to use different libVLC arguments in the constructors of FlxVideo, Video, and MediaPlayer would make sense (I'm just not fully sure how to do that at the moment).