1

I need to implement showing video (from file or stream, it does not matter) using Raspberry pi, and requirement is to use c# programming language (mono or preferably .net core). Video needs to be shown in full screen on a monitor/TV pi is connected to.

However, I can't find any useful material on this topic. What would be the best approach? Mono WinForms seems obsolete, and Electron or Avalonia with .net core do not seem to support this. Also UWP on Windows IoT also does not seem to support this.

Can anyone point me in the right direction?

user2081328
  • 159
  • 3
  • 15
  • showing video using Raspberry [using] c# programming language"...Why? Why is C# a requirement? Why can't you simply install a normal video player (vlc?) on the raspberry pi and point it to a url or a file? – omajid Oct 16 '18 at 17:29
  • c# is clients requirement, mostly for the shared code for communication with the API. It will be preforming multiple different tasks, not simply playing video. Actually showing video will be rare, it will mostly show notifications, images, etc. However, the only issue is showing video... – user2081328 Oct 17 '18 at 07:40

0 Answers0