Welcome to World of IPTV

With

+23k members
+11k threads
+106k posts

we are the most popular IPTV community on the web. 

IMPORTANT NOTE:
WE HAVE RECENTLY NOTICED THAT TOO MANY DOUBLE FAKE ACCOUNTS ARE CREATED IN THE PAST.
TO PREVENT THIS ISSUE THE DECISION WAS MADE THAT IN THE FUTURE A ANNUALLY FEE 20 EURO WILL BE RAISED FOR NEW MEMBERSHIPS.

Join now to the World of IPTV

Forum Rules

Before you start, check out the forum rules first

Account upgrade

Upgrade your account to get access to full features

Advertising

Would you like to place your advertisement with us ?

Resources Manager

Hundreds of IPTV scripts and apps are available for download
Resource icon

Script RTMP Decoder Boot Script

THE BASH

Extended Member
Ext. Member
Joined
Nov 5, 2019
Messages
36
Reaction score
636
Points
94
Location
India
Does anybody want boot script for RTMP raspberry pi?

You need to install omxplayer.

for debian command is: sudo apt-get install omxplayer


 
This resource has been reported as working in 0 time(s), and as not-working 0 time(s) this month.
(0 time(s) working and 0 time(s) not-working in total)
Last edited:
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 @changglobize
1000 cnx / 500€ 20Gbps / 700€ 40CPU-128GRAM 20Gbps / €980 http://coronaserver.com
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 @changglobize
1000 cnx / 500€ 20Gbps / 700€ 40CPU-128GRAM 20Gbps / €980 http://coronaserver.com
D

DM 3

Guest
Why would anyone want to decode an rtmp URL to the HDMI monitor all the time on boot, seems a bit odd and the wrong way around to me
 

sureshece

Extended Member
Ext. Member
Joined
Jul 27, 2019
Messages
10
Reaction score
78
Points
24
Location
In
Does Any One Have Raspberry Pi Rtmp , Udp , Http Decoder Software
 
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 @changglobize
1000 cnx / 500€ 20Gbps / 700€ 40CPU-128GRAM 20Gbps / €980 http://coronaserver.com

medobay

Extended Member
Ext. Member
Joined
Nov 22, 2019
Messages
66
Reaction score
190
Points
44
Location
DE
Thank you, that looks cool! Thank you for share!
 

vijay

Basic Member
Basic Member
Banned
Joined
Apr 8, 2020
Messages
68
Reaction score
126
Points
44
Location
india
I've cleaned up your code a bit and put some sanity check in, auto omxplayer installer and added some comments to help people understand what each line is doing. I also corrected some syntax errors in your code

PHP:
#!/bin/sh
clear
stty -isig
echo "For Details Visit: https://www.worldofiptv.com/"

# omxplayer sanity check
command -v omxplayer >/dev/null 2>&1 || { sudo apt-get install -y -qq omxplayer; } >> $LOG

# dont flood the system
sleep 2

# check online status
ping -c1 -s1 www.google.com
pingStatus=$?

# results of online status check
if [ $pingStatus = "0" ] then
    # we are online, lets stream

    #clear the screen contents
    clear

    echo "Stream Starting Please wait..."

    # launch the stream
    omxplayer -o hdmi --no-keys --vol 600 rtmp://localhost:1935/live/mystream
else
    # internet appears offline, launch mp4 placeholder

    #clear the screen contents
    clear

    echo "Internet disconnected. Please check Internet"

    # dont flood the system
    sleep 1

    echo "Starting Promo"

    # dont flood the system
    sleep 1

    # launch mp4 placeholder
    omxplayer -o hdmi --no-keys --vol 600 /home/pi/promo.mp4
fi


Thanks,,I will test the same with my Rpi3
 
shape1
shape2
shape3
shape4
shape5
shape6
Top
AdBlock Detected

We know, ad-blocking software do a great job at blocking ads. But our site is sponsored by advertising. 

For the best possible site experience please take a moment to disable your AdBlocker.
You can create a Account with us or if you already have account, you can prefer an Account Upgrade.

I've Disabled AdBlock