gdx-video
gdx-video copied to clipboard
A libGDX cross platform video rendering extension
In HTML5 (speaking in general here, not specifically in regards to gdx-video), videos cannot play without prior user interaction (e.g. clicking on the page) unless they are muted, even if...
It is possible to rewind / forward a video, if not this will be a future feature or it's even possible tto be inplemented?
I think this error only happens on mp4 videos 1080p or better quality, i don't know if anyone knows how to solve the problem but this is the error that...
Hi, When playing a video in a Windows VM running on a Mac, everything is fine and video and audio are in sync. On the same machine, not in a...
Hello! I think, like many other people, I am very concerned about the support of the iOS platform and other video file formats. Are there any plans or maybe already...
Maybe this is outside the scope of this project, but I was wondering if I can customize the parameters of ffmpeg and get a stream decoded from a specific codec...
Im trying to build gdx-video with mp4 support for a project and when i execute jnigenBuild i get this error: > # [exec] '/home/roiniti/Escritorio/ffmpg/gdx-video-master/gdx-video-desktop/jni/target/linux32/VideoDecoder.o' [exec] '/home/roiniti/Escritorio/ffmpg/gdx-video-master/gdx-video-desktop/jni/target/linux32/com_badlogic_gdx_video_FfMpeg.o' [exec] '/home/roiniti/Escritorio/ffmpg/gdx-video-master/gdx-video-desktop/jni/target/linux32/com_badlogic_gdx_video_VideoDecoder.o' [exec] '/home/roiniti/Escritorio/ffmpg/gdx-video-master/gdx-video-desktop/jni/target/linux32/memcpy_wrap.o'...
Hi, i stumbled upon a nasty bug that happens quite often when calling VideoPlayer.dispose() (or VideoPlayer.stop()), on desktop (Mac). I traced the error down to the VideoDecoder destructor where it...
Hello, Setup: I was able to recompile the native libraries for desktop with support for mp4. The device I was testing on was a mini PC (Windows 10, Intel Atom...