Open monochromec opened 3 years ago
Is it possible to configure Jibri so that it connects to a different port than 443 (ordinary https)? I haven't found a way to include a port specification in config so that Selenium uses a different port than 443 to dial into a conference (invocation org.jitsi.jibri.selenium.pageobjects.CallPage.log() Visiting url https://example.com/room#config.iAmRecorder=true&config.externalConnectUrl=null&config.startWithAudioMuted=true&config.startWithVideoMuted=true&interfaceConfig.APP_NAME="Jibri"&config.analytics.disabled=true&config.p2p.enabled=false&config.prejoinPageEnabled=false&config.requireDisplayName=false )
Any ProxyPass / RewriteRule approach (I'm running this behind an Apache2 instance) has been futile so far - pointers are appreciated!
Not currently possible from the jibri side, unsure if there's some proxy, etc trick that would do it
Is it possible to configure Jibri so that it connects to a different port than 443 (ordinary https)? I haven't found a way to include a port specification in config so that Selenium uses a different port than 443 to dial into a conference (invocation org.jitsi.jibri.selenium.pageobjects.CallPage.log() Visiting url https://example.com/room#config.iAmRecorder=true&config.externalConnectUrl=null&config.startWithAudioMuted=true&config.startWithVideoMuted=true&interfaceConfig.APP_NAME="Jibri"&config.analytics.disabled=true&config.p2p.enabled=false&config.prejoinPageEnabled=false&config.requireDisplayName=false )
Any ProxyPass / RewriteRule approach (I'm running this behind an Apache2 instance) has been futile so far - pointers are appreciated!