robvdpol / RaceControl

Race Control is a standalone, open source F1TV client for Windows, written in C# on the .NET platform.
GNU General Public License v3.0
1.19k stars 93 forks source link

[FEATURE] Race Control feed #438

Open HoeblingerDaniel opened 2 years ago

HoeblingerDaniel commented 2 years ago

Due to the fact that f1 tv often doesn't show race control messages or shows them realy delayed, it would be nice to have a extra window with those messages or have it overlayed over the video like in the official broadcast.

As discussed in this issue Fast-F1 has implemented this. A similar function can be implemented in C# similar to their implementation.

Fast-F1 could also be directly embedded using a method described in this medium.com article. This solution would probably unnecessarily increase filesize and complexity tho.