Jonathhhan / ofxVlcPlayer

6 stars 1 forks source link

hap example crashed #1

Open liquidzym opened 2 months ago

liquidzym commented 2 months ago

i'm testing with hap mov which is 13126 x 1080 , however it got crashed after running QQ截图20240617182043

Jonathhhan commented 2 months ago

@liquidzym maybe the dimensions of HAP need to have a power of 2? In your case 13128? There are some additional HAP limitatons, too: https://forum.openframeworks.cc/t/ofxvlcplayer-addon/43624/3?u=jona

liquidzym commented 2 months ago

ok,but its play well with ofxhap,anyway i'm going to re-rendering it as power of 2,will testing it later on,thank you for the info

Jonathhhan commented 2 months ago

There is also another issue with HAP videos (which may be a looping issue). If looped for a certain time, the video will begin to stutter (actually using libvlc.dll and libvlccore.dll from libvlc 4 seems to solve this issue).

I heard, that the looping issue will be solved with libvlc 4.

Some additional info: https://discourse.vvvv.org/t/hap-support-for-vlc-announced/15907

Jonathhhan commented 2 months ago

@liquidzym courius, if it is working with a raster dimension that has a power of 2...

liquidzym commented 1 month ago

sorry for the delay,nope, i just did tested it with 12000 * 2160 ,got failed issue again

Jonathhhan commented 1 week ago

@liquidzym thanks.