rpitv / glimpse

Monorepo for the RPI TV Glimpse project
MIT License
3 stars 1 forks source link

Update how stream status is distributed #50

Open robere2 opened 1 year ago

robere2 commented 1 year ago

At the moment, the raw output from ffmpeg is routed directly out to the API. Not only is this a potential security flaw, but it will often contain irrelevant information. It could probably be improved to send specific bits of information which are parsed out of the stderr from ffmpeg.