Skip to content

Latest commit

 

History

History
21 lines (16 loc) · 1.48 KB

README.md

File metadata and controls

21 lines (16 loc) · 1.48 KB

VCR.NET Recording Service 5

Actually this project is kind of a successor of the VCR.NET / DVB.NET Project just ported to .NET Core. The orginial project was created to use under Microsoft Windows only and after the port the target operating system is primary linux. Most access to Windows DVB devices had to be removed and only a special access using a dedicated TCP API remains to access Linux DVB devices.

As before the project splits into the VCR.NET Recording Service which heavily depends on the implementation of the DVB.NET library:

Additionally to a HTTP/REST API a Web Application is provided. The application allows access to all features included in the HTTP/REST API.

The VCR.NET recording service is designed to be executed as a docker container.