Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/im-a-kookie/htpc-server

A simple video server written in C#/.NET for running HTPC media player, intended for low cost SBC with local HDMI front-end via Avalonia
https://github.com/im-a-kookie/htpc-server

avalonia csharp dotnet htpc-manager media-player server sockets ui website

Last synced: 2 days ago
JSON representation

A simple video server written in C#/.NET for running HTPC media player, intended for low cost SBC with local HDMI front-end via Avalonia

Awesome Lists containing this project

README

        

# MediaServer

WIP rebuild of HTPC to fix some general badness in the old one.

Implements HTTP protocol over TCP Listener for delivering media files and a simple website interface, and exposes an Avalonia window, hosted by the server, for viewing the library and media files on a local HTPC.

Written in C#.NET. Web interface requires inclusion of video-js library in wwwroot within the server/host path.