MAJigsaw77 / hxvlc

A Haxe/OpenFL library for @:native video playback using libVLC.
https://lib.haxe.org/p/hxvlc
MIT License
42 stars 19 forks source link

video crashes when using bytes instead of path #20

Closed mayo78 closed 9 months ago

mayo78 commented 9 months ago

saw this happen on both ios and mac, i was able to fix this by not doing this bit of code when bytes were used but i dont really know how this stuff works so im sure theres a better way

MAJigsaw77 commented 9 months ago

That variables are meant for freeing memory

MAJigsaw77 commented 9 months ago

What are you trying to do?

MAJigsaw77 commented 9 months ago

You should show your code though

MAJigsaw77 commented 9 months ago

Try the latest commit and see what happens

mayo78 commented 9 months ago

sorry for the late response, the latest commit seems to have fixed it!