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!

link to install RTMP on ubuntu

sc0tsman

Extended Member
Ext. Member
Joined
Sep 19, 2019
Messages
655
Reaction score
805
Points
104
Location
spain
Does anyone have a link to install RTMP on ubuntu I have tried every one on google and no joy
 
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?
 
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 @changcdn
1000 cnx / 500€ 20Gbps / 700€ 40CPU-128GRAM 20Gbps / €980 http://coronaserver.com
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
Back
Top