Skip to content

samleong123/mediaprima_dailymotion_docker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Media Prima Dailymotion PHP HLS Redirector

This is the docker version of tonton_dailymotion_php which is deprecated because of Dailymotion implementing IP bind on their API

How to use

Requirement :

  1. Docker Installed (Windows / Mac / Linux) on an empty Raspberry Pi / Windows / Linux device
  2. Terminal Access
  3. Internet Access with Malaysia IP
  4. Same internal network with the device using Tivimate / OTT / Kodi / 3rd Party IPTV player

For example , device A installed with Docker and running this image , device B watch the channels generated by this image

Device A and Device B MUST be connected under the same network

Steps :

  1. Pull the docker images from my repository on Docker Hub with the command below on your terminal

docker pull samleong123/mediaprima_dailymotion_hls

  1. Run a container with the image , the default port was set as 45172 to prevent port conflict

docker run -d --name mediaprima -e TZ=UTC+8 -p 45172:8080 samleong123/mediaprima_dailymotion_hls

  1. Head over to http://localhost:45172/ and it should show out the web page

image

  1. You may copy the channels link and replace into your own M3U playlist.

  2. Put the M3U playlist into your own device under the same network to watch it via Tivimate / OTT / Kodi / 3rd Party IPTV player

Docker Hub

https://hub.docker.com/r/samleong123/mediaprima_dailymotion_hls

Credit

Parent image from - https://hub.docker.com/r/trafex/php-nginx

About

Retrieve Media Prima channels's HLS manifest from Dailymotion via Docker to play it locally

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published