This repository was archived by the owner on Aug 15, 2022. It is now read-only.

Description
hi
i use the nginx rtmp module and i want to stream to instagram by this script
and i use this code but idont know what i replaced by key stream
exec python3 /root/itsagramlive-master/live_broadcast.py;
exec /usr/bin/ffmpeg -re -i rtmp://localhost:1935/live/name -codec copy -f flv rtmp://127.0.0.1:19350/rtmp/{stream_key};
i dont know what i use instead {stream_key} ?
thanks