Skip to content

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

Notifications You must be signed in to change notification settings

mskaif/iptv-channels-editor

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

39 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 57.2%
  • C# 41.2%
  • HTML 1.6%