godot-videodecoder
godot-videodecoder copied to clipboard
GDNative Video Decoder libraries for Godot Game Engine, using FFmpeg library for codecs. A Google Summer of Code Project, 2018
Hi, Is set_stream_position method supported? It seems that nothing happens when the method is called from Godot.
I am having trouble understanding how you would compile this solely for Windows. The build instructions refer using build_gdnative.sh but that seems to build for all platforms and has various...
Currently mp4 container cannot be opened: ``` ffmpeg_videoplayer: Supported video codecs: decode vp9 decode vorbis codec: libvorbis decode opus codec: libopus No loader found for resource: res://media/echo-hereweare.mp4. Cannot load resource...
Sample reproduction steps (win10, up to date godot) : - use youtube-dl to download royalty free video : ``` youtube-dl -o test.webm https://www.youtube.com/watch?v=x1T6QFpd0J4 ``` - Load into godot videoplayer element...
Is it possible to play live rtp stream also pointing to sdp file to get media information?
Videos of larger resolution run out of packets and don't play. Need to increase the buffer length and send decoding must be able to support more than 1 packet per...