Push to RTMPS using NGINX and Stunnel
Автор: Gabriel Gomez
Загружено: 2020-02-09
Просмотров: 5700
Описание:
Use NGINX to push your RTMP stream to an RTMPS only service such as Facebook. Multistreaming.
Links:
Written instructions: https://docs.google.com/document/d/1b...
NGINX download: https://github.com/illuspas/nginx-rtm...
Stunnel download: https://www.stunnel.org/downloads.html
MSVCR100.dll is missing then donwload...: http://www.microsoft.com/de-de/downlo... (x86) and http://www.microsoft.com/en-us/downlo... (x64)
Code:
Section for NGINX.conf -
rtmp {
server {
listen 1935;
chunk_size 4096;
application live {
live on;
record off;
}
}
}
Push command thing for FACEBOOK RTMPS -
push rtmp://127.0.0.1:19350/rtmp/your_facebook_stream_key;
Push command thing for RTMP -
push rtmp://rtmp_address_thing/your_stream_key;
Section for Stunnel conf -
[fb-live]
client = yes
accept = 127.0.0.1:19350
connect = live-api-s.facebook.com:443
verifyChain = no
OBS custom streaming service URL -
rtmp://127.0.0.1/live
Повторяем попытку...
Доступные форматы для скачивания:
Скачать видео
-
Информация по загрузке: