Skip to content

ditronicos/MRStream

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MRStream (Fork from LordPedal Lordstream)

Based in ACEstream is a simple streaming playback, compatilbe with most video playback apps.

Dockerfile

Only AMD64 over Ubuntu 20.04

Usage docker compose.

version: "2"
services:
  iptv:
    image: ditronics/mrstream
    container_name: MrStream
    environment:
      - TZ=Etc/UTC
    volumes:
      - ../opt:/opt
    network_mode: host
    restart: always

Enviromment

| TZ=Etc/UTC | Time Zone | | network_mode: host | Default network mode |

Volumes

| '' ../opt:opt'' | To easy safe configurations on your system

To open the web interface

http://localhost:6878/webui/app/password/server

About

ACEstream docker Fork From LordStream

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • Python 83.8%
  • Dockerfile 14.5%
  • Shell 1.7%