Skip to content

Latest commit

 

History

History
36 lines (23 loc) · 1.03 KB

README.md

File metadata and controls

36 lines (23 loc) · 1.03 KB

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