Category: RTMP
-
RTMP vs HTTP – in video streaming
RTMP was introduced by Adobe for transferring real time media data. Hence the name Real Time Messaging protocol. RTMP is based on TCP and operates in a typical client-server architecture where client and server do an initial handshake and start sending packets of data – which can contain any object of information – video, audio, […]
-
Simplest RTMP server setup in less than 5 min! (Linux or Windows or Mac)
If you need a simple RTMP server that can do RTMP live, VOD stream (from flv files), or if you need a simple server to just do some random testing on rtmp streams. You can get rtmplite server source from here: https://pypi.org/project/rtmplite3/ Below is video capture of how i got it working.
-
Nginx RTMP Live Server – Fedora Installation
To install nginx rtmp server for streaming in fedora or any RPM based systems like CentOS etc.. follow the below steps: Now you can start streaming to your live* application that you have configured in nginx conf.