kidrigger / godot-videodecoder

GDNative Video Decoder libraries for Godot Game Engine, using FFmpeg library for codecs. A Google Summer of Code Project, 2018
MIT License
84 stars 22 forks source link

Capturing livestream? #21

Open matjazPrijatelj opened 4 years ago

matjazPrijatelj commented 4 years ago

Is it possible to play live rtp stream also pointing to sdp file to get media information?

kidrigger commented 4 years ago

@matjazPrijatelj This plugin is only an addition of FFmpeg into godot. While FFmpeg contains a feature to play rtp streams, it's not specifically in the plugin.

If passing the descriptor as the filename works, as normal then you might be able to run it directly. But that's not what the plugin is made for.

Best idea would be to try, or fork the plugin to add the feature to roll out a rtp only plugin.

fire commented 4 years ago

I don't mind reviewing a pr for it though.