Laixer / Pixelbot

0 stars 0 forks source link

Receive, decode, and show UDP H264 stream #5

Closed daan-laixer closed 2 weeks ago

daan-laixer commented 2 months ago

We want to display a video stream (full screen) in the UI, send via ffmpeg from the excavator side.

Tip for the dev: Displaying a video (.mp4) in Godot with h264 encoding has been tested on Windows with this extension.

daan-laixer commented 1 month ago

Blocked until ffmpeg extension issue is fixed by EIRTeam

daan-laixer commented 1 month ago

Continue working on the issue ourselves, try to use complete dlls that include udp/rtp stream receive options.

Check if AVIO_context accepts udp/rtp packets, if not we need to implement something ourselves that feeds ffmpeg the udp stream in the extension.