Skip to content

Simple Server providing a M3U playlist file to an IPTV renderer

License

Notifications You must be signed in to change notification settings

baschno/iptv-playlist-provider

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

IPTV Playlist Provider

Simple NodeJS Server providing a M3U playlist file to an IPTV renderer like M3U IPTV for LG TVs

Prepare and run docker

Build

docker build -t iptv-server .

Run

docker run -dp 8111:8111 -v "$(pwd)/data":/data --name iptv iptv-server

Cleanup docker

docker stop iptv && docker rm iptv

About

Simple Server providing a M3U playlist file to an IPTV renderer

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published