Fix use of TLS for input from local RTMP server
This commit is contained in:
parent
8a0521846b
commit
df9ae03900
@ -384,7 +384,7 @@ const getLocalHLS = (config, name) => {
|
||||
};
|
||||
|
||||
const getLocalRTMP = (config) => {
|
||||
return getRTMPAddress(config.rtmp.local, config.rtmp.app, config.rtmp.name, config.rtmp.token, config.rtmp.secure);
|
||||
return getRTMPAddress(config.rtmp.local, config.rtmp.app, config.rtmp.name, config.rtmp.token, false);
|
||||
};
|
||||
|
||||
const getLocalSRT = (config) => {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user