I try to connect via NGINX and STUNNEL to Kick.com and didnt get it work.
My NGINY Config is as follow abd the Stream to Facebook is working, what me confused more and more that kick not is working:
rtmp {
server {
listen 1978;
chunk_size 8192;
application hcvej48939 {
live on;
record off;
allow publish all;
#Twitch
push rtmp://live-cdg.twitch.tv/app/live_XXXXXX;
#Steam
push rtmp://ingest-rtmp.broadcast.steamcontent.com/app/steam_xxxxxxx;
#Boosty
push rtmp://vsu.mycdn.me/input/XXXXXXXXX;
#Facebook
push rtmp://127.0.0.1:1948/rtmp/XXXXXXXXX;
#Trovo
#push rtmp://livepush.trovo.live/live/xxxxxxxxx;
#TrovoOld
push rtmp://livepush.trovo.live/live/xxxxxxxxxx;
#Kick
push rtmp://127.0.0.1:1935/sk_us-west-2_XXXXXXXX;
}
}
}
The STUNNEL Config is as follow:
pid = /var/run/stunnel4/stunnel.pid
output = /var/log/stunnel4/stunnel.log
setuid = stunnel4
setgid = stunnel4
# https://www.stunnel.org/faq.html
socket = r:TCP_NODELAY=1
socket = l:TCP_NODELAY=1
debug = 4
[fb-live]
client = yes
accept = 1948
connect = live-api-s.facebook.com:443
verifyChain = no
[kick-live]
client = yes
accept = 1935
connect = XXXXXX.global-contribute.live-video.net:443
verifyChain = no
So can any one pls help to get it solved.... thanks!
I have try to change the Ports, to do it with Port 443 in the Stunnel Config and without.
At Time i try to test with Verifychain. But when i start the Stream, i cant stop it, so the Viewers think is bad to go on or offline.this Time i will start a third OBS and watsh if i get traced the rout to kick, to get out if there is another Port they use.
EDIT: I have try it only with OBS without Ports or anything and it works.... Did some one know the Settings from Port etc. what be used?