jitsi / jibri

Jitsi BRoadcasting Infrastructure
Apache License 2.0
608 stars 314 forks source link

Clarification: Jibri on non-443 port #399

Open monochromec opened 3 years ago

monochromec commented 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!

bbaldino commented 3 years ago

Not currently possible from the jibri side, unsure if there's some proxy, etc trick that would do it