Terrapin-Rocket-Team / Ground-Station

A Node.js/Electron ground station user interface to display and log APRS messages recieved over Serial
0 stars 0 forks source link

Finish Live Video Backend Implementation #16

Closed erodarob closed 1 month ago

erodarob commented 4 months ago

Description:

A initial framework for the live video backend was started in #6, and this issue involves finishing the implementation of this backend. The FileStreamSource class was created to process a AV1 video file, decode it to YUV, and send it to the frontend. Similarly for this issue, the RadioStreamSource class should be developed to process AV1 video from a radio, decode it to YUV, and send it to the frontend. Both these classes will extend the general VideoSource class.

Tasks:

Notes: