Bad video simulator
Task: - Find some tool that can adjust a video on the fly and change settings to make it worse (delay and resolution and other). - Develop a Webapp/restapi to change this on the fly. ```mermaid --- config: theme: redux layout: fixed --- flowchart LR RESTAPI(["Webpage/REST-API<br>(to develop)"]) -.-> VIDEO_REENCODER{"<br>Re-encode<hr>eg. FFMPEG<br>Gstreamer<br>other?<br>"} INPUT["Input Video Stream (eg RTP port X)"] --> VIDEO_REENCODER VIDEO_REENCODER --> OUTPUT["Output Video Stream (RTP port Y)"] ```
issue