Beta version 0.0.9 is here.
As mentioned in the previous blogpost, we are now shipping ffmpeg with this addon.
Godot includes a videoplayer, but it supports only Ogg Theora (.ogv
). In addition, it comes with limitations.
We are introducing 3 new nodes:
Below is a h264 video at 4K 60fps. Some lag, but only due to OBS recording.
As mentioned above, QVideoPlayerView
can play streams, for example a live YouTube stream.
Bloomberg is always streaming at https://www.youtube.com/@markets
yt-dlp --print urls https://www.youtube.com/watch?v=iEpJwprxDdk
[copy the resulting URL]
QVideoPlayerView
is a technology preview, and is known to work on Linux X11 +
nvidia drivers.
We are observing issues on:
This will be fixed in later release(s).
For a 4x4 stress test, consult the following code.
This node was made specifically for Twitch streamers, who wish to incorporate their desktop in a Godot scene, which can then be streamed through OBS.
We tested this node successfully on both Windows and Linux.
Provides an easy way to access a webcam / camera input.
Check-out the API reference, it allows for granular control.
We tested this node successfully on both Windows and Linux.
Thanks for reading this blog post.
Visit the downloads page and grab yourself a release build.
For help or feedback, reach out via: - Discord - Github issue tracker
Sander Ferdinand