Skip to content

Latest commit

 

History

History
38 lines (29 loc) · 631 Bytes

README.md

File metadata and controls

38 lines (29 loc) · 631 Bytes

IPTV channels editor

Web app for edit .m3u files (list of iptv channels)

Application requires: .NetCore2.1, ffmpeg, MongoDB >=4.0.10

demo1


demo2

Launching IptvChannelsEditor.Web

1. Build React App

cd ClientApp
npm run build

2. Set ffmpeg path, mongo connection string in appsettings.json

{
...
  "MongoConnectionString": "...",
  "FfmpegPath": "..."
}

3. Build Solution

cd cs
dotnet build

4. Run Web Application

dotnet run --launch-profile IptvChannelsEditor.Web.Prod