You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Aug 15, 2022. It is now read-only.
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: