Welcome to World of IPTV

Join us now to get access to all our features. Once registered and logged in, you will be able to create topics, post replies to existing threads, give reputation to your fellow members, get your own private messenger, and so, so much more. It's also quick and totally free, so what are you waiting for?

Forum Rules

Our Rules: Read to avoid getting banned!

Advertising

Introduce Yourself to the World with Us!

Resource Database

Find the newest resources around IPTV!

Account upgrade

Upgrade your account to unlock more benefits!

Tutorial MPDPlayer Updated instructions for correct FFMPEG Version and Server Reboot

Borsti92

Basic Member
Basic Member
Joined
Mar 16, 2023
Messages
21
Reaction score
18
Points
14
Location
Germany
Use Ubuntu 18

You need the MPDPLAYER package here from forum.

UPLODAD offer_500.deb in /home

COMMANDS OVER SSH:
sudo apt-get update
sudo apt-get install software-properties-common
sudo add-apt-repository ppa:linuxuprising/java
sudo apt update
sudo apt install oracle-java17-installer

touch /home/reboot.sh
vi /home/reboot.sh
Press command: i to insert content
paste:

mkdir /tmp/ramdisk
chmod 777 /tmp/ramdisk
mount -t tmpfs -o size=5000M tmpfs /tmp/ramdisk
/opt/mpdplayer/bin/restartService.sh

Close Vi with command: wq!
chmod 777 /home/reboot.sh

cd /home
dpkg -i *.deb
wget https://www.johnvansickle.com/ffmpeg/old-releases/ffmpeg-5.1.1-amd64-static.tar.xz
tar -xf ffmpeg-5.1.1-amd64-static.tar.xz
cd ffmpeg-5.1.1-amd64-static/
mv ffmpeg /usr/bin/
mv ffprobe /usr/bin/

WEB INTERFACE:
http:127.0.0.1:8989/ui
admin:123


crontab -e
Please copy
@reboot /home/reboot.sh
0 5 * * * /opt/mpdplayer/bin/restartService.sh

Reboot SERVER to test if it comes up automatically.

USEFUL COMMANDS:
systemctl start mpdplayer
systemctl stop mpdplayer
systemctl restart mpdplayer


I's mean every Morning at 5:00am mpdplayer going restart and at restart it will create the ramdisk by launching the script.
You can take more then 50 Streams now because Ramdisk large enough.

Always check htop to see how much cpu is needed. Do not overload.
Remember some channels stuck but reason seems always source because always same channel stuck. No solution for rebooting specific channel so far.

Enjoy and not sell solution.

You can now use internal and external HLS
Some channels much more stable with external ffmpeg
Some channels like Spectrum only run well with internal.


If you like to thank you send me DRM Script not already available here.
 
Hi i have downloaded panel but I seem to be missing options why would this be?
 

Attachments

  • IMG_20230330_185412.jpg
    IMG_20230330_185412.jpg
    194.8 KB · Views: 222
Hi i have downloaded panel but I seem to be missing options why would this be?
Don't open it on mobile device, the panel framework is not responsive!
 
Channels MatchTime Unblock CDN Offshore Server Contact
100 cnx / 90€ 5Gbps / 180€ 48CPU-256GRAM 10Gbps 569€ Skype live:giefsl
500 cnx / 350€ 10Gbps / 350€ 48CPU-128GRAM 5Gbps / 349€ TG @changcdn
1000 cnx / 500€ 20Gbps / 700€ 40CPU-128GRAM 20Gbps / €980 http://coronaserver.com
yeh is true lol.............
 
Channels MatchTime Unblock CDN Offshore Server Contact
100 cnx / 90€ 5Gbps / 180€ 48CPU-256GRAM 10Gbps 569€ Skype live:giefsl
500 cnx / 350€ 10Gbps / 350€ 48CPU-128GRAM 5Gbps / 349€ TG @changcdn
1000 cnx / 500€ 20Gbps / 700€ 40CPU-128GRAM 20Gbps / €980 http://coronaserver.com
streams are not playing!
Add a provider which actually means internal or external ffmpeg

Also check if the link is available with info button. it should show the resolutions.

After that add the keyid and keys for the steam
 
staying
Also check if the link is available with info button. it should show the resolutions. >is ok this
 

Attachments

  • 1680606840291.png
    1680606840291.png
    28.9 KB · Views: 195
streams are not playing!
Are you able to pull info from the channels? That is usually a good sign to see if your server is connecting correctly. Also, could be your script. I can confirm the aboce steps do help with stability for sure.
 
Channels MatchTime Unblock CDN Offshore Server Contact
100 cnx / 90€ 5Gbps / 180€ 48CPU-256GRAM 10Gbps 569€ Skype live:giefsl
500 cnx / 350€ 10Gbps / 350€ 48CPU-128GRAM 5Gbps / 349€ TG @changcdn
1000 cnx / 500€ 20Gbps / 700€ 40CPU-128GRAM 20Gbps / €980 http://coronaserver.com
in my case i'm not using /opt/mpdplayer/bin/restartService.sh , because after restart all streams are stopped and need to be restarted manually
 
in my case i'm not using /opt/mpdplayer/bin/restartService.sh , because after restart all streams are stopped and need to be restarted manually
I have same problem, do you find fix for this?
 
Channels MatchTime Unblock CDN Offshore Server Contact
100 cnx / 90€ 5Gbps / 180€ 48CPU-256GRAM 10Gbps 569€ Skype live:giefsl
500 cnx / 350€ 10Gbps / 350€ 48CPU-128GRAM 5Gbps / 349€ TG @changcdn
1000 cnx / 500€ 20Gbps / 700€ 40CPU-128GRAM 20Gbps / €980 http://coronaserver.com
If you follow my step by step your tmp/ramdisk should have 777 read/write rights.
 
Are you able to pull info from the channels? That is usually a good sign to see if your server is connecting correctly. Also, could be your script. I can confirm the aboce steps do help with stability for sure.
yeh getting info but stil no playing 1680883333035.png
 
staying wiht get status and nothing hapen 1680883507348.png
 
Channels MatchTime Unblock CDN Offshore Server Contact
100 cnx / 90€ 5Gbps / 180€ 48CPU-256GRAM 10Gbps 569€ Skype live:giefsl
500 cnx / 350€ 10Gbps / 350€ 48CPU-128GRAM 5Gbps / 349€ TG @changcdn
1000 cnx / 500€ 20Gbps / 700€ 40CPU-128GRAM 20Gbps / €980 http://coronaserver.com
staying wiht get status and nothing hapen


Add internal HLS as provider.

some channels need also the VIDEO REPRESENTATION INDEX. Put 4 = 1920x1080 in your case.

IF everything is correct and still not start then
KEYs wrong or expired or region block.
 
in my case i'm not using /opt/mpdplayer/bin/restartService.sh , because after restart all streams are stopped and need to be restarted manually
same problem.
 
Check permissions on ramdisk mount, try changing to use tmp folder only and not ramdisk
my /tmp/ramdisk have permission 777, and no problem for writing, but if i'll restart all stream appear down =(
 
Channels MatchTime Unblock CDN Offshore Server Contact
100 cnx / 90€ 5Gbps / 180€ 48CPU-256GRAM 10Gbps 569€ Skype live:giefsl
500 cnx / 350€ 10Gbps / 350€ 48CPU-128GRAM 5Gbps / 349€ TG @changcdn
1000 cnx / 500€ 20Gbps / 700€ 40CPU-128GRAM 20Gbps / €980 http://coronaserver.com
the keys must be blocked by country try to use a proxy from that country to see if the channel connects
 
in my case i'm not using /opt/mpdplayer/bin/restartService.sh , because after restart all streams are stopped and need to be restarted manually
Are You using MPD Player V3?
 
shape1
shape2
shape3
shape4
shape5
shape6
Back
Top