Hi all, my first post to jitsi.org
jitsi on own VPS. Host OS OpenSuse Leap 15.1, so docker based installation.
As I have an apache in use, installed natively on the host, ports 80/443 are in use already.
SIMPLE config to get started, no auth/letsencrypt/jigasi/SIP/etherpad/jibri. No no reverse proxy on host
first āgoalā is just to get a simple, unauthorized call established, with 2 participants.
exposed ports in .env are 8000/8443 (default)
docker-compose up starts fine, avoided -d to see logs.
I can connect via any browser to https(ColonSlashSlash)meet(dot)example(dot)com:8443, tested with Firefox (WIN and LINUX) and chromium (LINUX)
I CANāT connect via Android app, F-Droid version 20.0.3
App starts. Works fine. at least tested with starting a single participant conf with default server URL meet.jit.si. IMMEDIATELY disconnects when setting server URL to https(ColonSlashSlash)meet(dot)example(dot)com:8443.
-
No log entry appearing in docker, so no entry in nginxās acces_log
-
logcat via usb debugging to Android Studio:
04-02 01:14:28.814 23283-23313/? I/JitsiMeetSDK: [features/base/connection] No connection found while disconnecting.
04-02 01:14:28.987 23283-23313/? E/JitsiMeetSDK: [features/base/lib-jitsi-meet] Failed to load config from https(ColonSlashSlash)meet(dot)example(dot)com:8443/config.js?room=he Error(TypeError){āmessageā:āNetwork request failedā,āstackā:āTypeError: Network request failed\n at anonymous (index.android.bundle:135:7285)\n at call (native)\n at dispatchEvent (index.android.bundle:126:5676)\n at value (index.android.bundle:121:6095)\n at value (index.android.bundle:121:2835)\n at apply (native)\n at anonymous (index.android.bundle:121:5024)\n at apply (native)\n at value (index.android.bundle:50:1280)\n at apply (native)\n at value (index.android.bundle:37:3685)\n at anonymous (index.android.bundle:37:841)\n at value (index.android.bundle:37:2939)\n at value (index.android.bundle:37:813)ā}
04-02 01:14:29.045 23283-23313/? I/JitsiMeetSDK: [features/overlay] The conference will be reloaded after 17 seconds.
04-02 01:14:29.064 23283-23313/? D/JitsiMeetSDK: ExternalAPI Sending event: CONFERENCE_TERMINATED with data: { NativeMap: {āerrorā:āTypeError: Network request failedā,āurlā:āhttps(ColonSlashSlash)meet(dot)example(dot)com:8443/testā} }
04-02 01:14:29.080 23283-23283/? D/JitsiMeetActivity: Conference terminated: {error=TypeError: Network request failed, url=https(ColonSlashSlash)meet(dot)example(dot)com:8443/test}
04-02 01:14:47.797 23283-23313/? I/JitsiMeetSDK: [features/app] Reloading the conference using URL: https(ColonSlashSlash)meet(dot)example(dot)com:8443/
04-02 01:14:47.802 23283-23313/? I/JitsiMeetSDK: [features/base/connection] No connection found while disconnecting.
04-02 01:14:47.940 23283-23313/? E/JitsiMeetSDK: [features/base/lib-jitsi-meet] Failed to load config from https(ColonSlashSlash)meet(dot)example(dot)com:8443/config.js Error(TypeError){āmessageā:āNetwork request failedā,āstackā:āTypeError: Network request failed\n at anonymous (index.android.bundle:135:7285)\n at call (native)\n at dispatchEvent (index.android.bundle:126:5676)\n at value (index.android.bundle:121:6095)\n at value (index.android.bundle:121:2835)\n at apply (native)\n at anonymous (index.android.bundle:121:5024)\n at apply (native)\n at value (index.android.bundle:50:1280)\n at apply (native)\n at value (index.android.bundle:37:3685)\n at anonymous (index.android.bundle:37:841)\n at value (index.android.bundle:37:2939)\n at value (index.android.bundle:37:813)ā}
04-02 01:14:47.942 23283-23313/? W/JitsiMeetSDK: [features/app] Failed to load config but there is no room, applying a fake one
04-02 01:14:47.961 23283-23313/? I/JitsiMeetSDK: [modules/RTC/ScreenObtainer.js] Screen sharing not supported by the current browser: react-native
04-02 01:14:47.973 23283-23313/? I/JitsiMeetSDK: [modules/RTC/ScreenObtainer.js] Desktop sharing disabled
04-02 01:14:47.990 23283-23313/? I/JitsiMeetSDK: [features/base/media] Start muted:
04-02 01:14:48.003 23283-23313/? I/JitsiMeetSDK: [features/base/media] Start audio only set to true
04-02 01:14:48.016 23283-23313/? D/JitsiMeetSDK: [features/analytics] Loaded 0 analytics handlers
04-02 01:14:48.020 23283-23313/? W/JitsiMeetSDK: [modules/statistics/AnalyticsAdapter.js] Disposing of analytics adapter.
04-02 01:14:48.022 23283-23313/? E/JitsiMeetSDK: [features/analytics] Error(Error){āmessageā:āNo analytics handlers created!ā,āstackā:āError: No analytics handlers created!\n at anonymous (index.android.bundle:394:1131)\n at f (index.android.bundle:109:155)\n at anonymous (index.android.bundle:109:882)\n at apply (native)\n at anonymous (index.android.bundle:115:1783)\n at y (index.android.bundle:115:661)\n at C (index.android.bundle:115:1025)\n at callImmediates (index.android.bundle:115:3100)\n at value (native)\n at anonymous (index.android.bundle:37:1283)\n at value (index.android.bundle:37:2939)\n at value (index.android.bundle:37:1253)\n at value (native)ā}
04-02 01:14:48.036 23283-23313/? D/JitsiMeetSDK: [modules/RTC/RTCUtils.js] Available devices: [ { kind: āvideoinputā,
label: āCamera 0, Facing back, Orientation 90ā,
groupId: āā,
deviceId: ā0ā,
facing: āenvironmentā },
{ kind: āvideoinputā,
label: āCamera 1, Facing front, Orientation 270ā,
groupId: āā,
deviceId: ā1ā,
facing: āfrontā },
{ kind: āaudioinputā,
label: āAudioā,
groupId: āā,
deviceId: āaudio-1ā } ]
Any advice would be great