Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/im-a-kookie/htpc-server
- Owner: im-a-kookie
- License: mit
- Created: 2024-12-08T07:00:21.000Z (about 1 month ago)
- Default Branch: master
- Last Pushed: 2025-01-05T03:59:52.000Z (3 days ago)
- Last Synced: 2025-01-05T04:18:00.816Z (3 days ago)
- Topics: avalonia, csharp, dotnet, htpc-manager, media-player, server, sockets, ui, website
- Language: JavaScript
- Homepage:
- Size: 2.68 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
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.