Skip to content
/ dvbnet5 Public

Platform independent DVB.NET for .NET Core 8ff.

Notifications You must be signed in to change notification settings

JMS-1/dvbnet5

Repository files navigation

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.