Maigre
Maigre
Hi, did you try with "--gl 0" option ? It might help.. There is some issues related to the ofxOMXPlayer library which do not detect properly media end. It could...
could you also try to check if the loop gap is lower by duplicating the same file and playing the whole directory ? Not sure it will help, but worse...
Hi, you should consider using HPlayer2 , which embed a Fade IN/OUT for raspberry pi. The documentation is not very complete yet, but check other issues i spent some time...
Hi, jvcleave did a lot of work since last HPlayer release and i did not have time to update the code accordingly. the iceBreak function was there as a safeguard...
Hi, it seems the default not textured mode is broken. Please try to use --gl 1 arguments to see if it helps. Also i think the player is picky with...
Ok, - what kind of slow FPS do you have ? (you can display FPS with --info 1 argument) - what version of RPi are you using ? - did...
I am not sure why the FPS drop like that, since the CPU seems not overloaded. So there is 2 problem here: - non textured mode is ok except that...
Hi, i did not implement it on HPlayer2 directly, since it's very platform specific (HPlayer2 should run on any *nix platform), but it could be nice to detect RPi and...
Hi, yes it would be possible, it has been build to be pluggable. To add c2play support you need to create a binding player module in core/players/ that module will...
Hi, the index_segment_count is only the number of .ts listed in the m3u8 playlist : if you choose 5, the 5 last .ts files will be listed in the playlist....