Skip to content

Sir-Thom/rtmpserverMagic-eye

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Rtmp Server

FOSSA Status

Description

this is the rtmp server for the live streaming you send a rtmp stream use something like

gst-launch-1.0 videotestsrc ! videoconvert ! videoscale ! video/x-raw,width=800,height=800 ! x264enc tune=zerolatency ! flvmux ! rtmpsink location=rtmp://{your ip}:{port}/live/stream

API

Create a new stream

http://{ip}:3030/rtmp/rtmp_servers/create_rtmp_server/{number_of_streams}

get all streams

http://{ip}:3030/rtmp/rtmp_servers/

get a specific stream

http://{ip}:3030/rtmp/rtmp_servers/{stream_id}

License

FOSSA Status