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

link to install RTMP on ubuntu

sc0tsman

Extended Member
Ext. Member
Joined
Sep 19, 2019
Messages
655
Reaction score
826
Points
104
Location
spain
Does anyone have a link to install RTMP on ubuntu I have tried every one on google and no joy
 

GeekItTillItMhz

Extended Member
Ext. Member
Joined
Oct 23, 2019
Messages
39
Reaction score
70
Points
29
Location
NW, USA
RTMP is a communication protocol like HTTP:// or FTP:// not something to be installed. Can you give me more info on what you are trying to accomplish?
 

yxyx1980

Extended Member
Ext. Member
Joined
Sep 11, 2019
Messages
41
Reaction score
88
Points
44
Location
nowhere
I think I know what he means. It is that not that complicated: he is just asking if he can install rtmp on an ubunto server to push streams to. Since xc is off, most of people lost that option as no other panels do offer it yet. I hope I am right about it as this is what I understood of it.
 
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

Euro-iptv

Extended Member
Ext. Member
Joined
Sep 27, 2019
Messages
71
Reaction score
180
Points
44
Location
12345678
sudo apt-get install build-essential libpcre3 libpcre3-dev libssl-dev

cd /usr/src
wget http://nginx.org/download/nginx-1.12.2.tar.gz
wget https://github.com/arut/nginx-rtmp-module/archive/master.zip

sudo apt-get install unzip

tar -zxvf nginx-1.12.2.tar.gz
unzip master.zip

cd nginx-1.12.2

./configure --with-http_ssl_module --add-module=../nginx-rtmp-module-master

make
sudo make install

sudo wget https://raw.github.com/JasonGiedymin/nginx-init-ubuntu/master/nginx -O /etc/init.d/nginx
sudo chmod +x /etc/init.d/nginx
sudo update-rc.d nginx defaults

sudo service nginx restart
sudo service nginx stop

and edit config file for your settings
 
  • Like
Reactions: TCM
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