harrypython / itsagramlive

It's A Gram Live is a Python script that create a Instagram Live and provide you a rtmp server and stream key to streaming using sofwares like OBS-Studio.
GNU General Public License v3.0
175 stars 51 forks source link

replace stream_key #60

Open hennn opened 2 years ago

hennn commented 2 years ago

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

hennn commented 2 years ago

i want to replace automaticly everytime thanks

hennn commented 2 years ago

does any body have a solution?