You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hey, thanks for this repo.
I tried it on AWS ECS Fargate it seems working but only part of jitsi view was streamed (like only a quarter West corner showing).
So did you facing with this issue?
This is my log starting:
`---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
timestamp
message
1620376191549
[s6-init] making user provided files available at /var/run/s6/etc...exited 0.
1620376191582
[s6-init] ensuring user provided files have correct perms...exited 0.
2021-05-07 01:29:53.312 FINE: [16] org.jitsi.jibri.webhooks.v1.WebhookClient.log() Updating 0 subscribers of status
1620376193552
2021-05-07 01:29:53.552 INFO: [1] org.jitsi.jibri.api.xmpp.XmppApi.log() Jibri reports its status is now JibriStatus(busyStatus=IDLE, health=OverallHealth(healthStatus=HEALTHY, details={})), publishing presence to connections `
The text was updated successfully, but these errors were encountered:
This seems to be an issue with ffmpeg resolution. Are you changing the resolution to 1280*720?
I faced this issue when I tried to change the ffmpeg resolution to 1280 * 720 using env variable but in the xorg-dummy it was 1920 * 1080 hence I had to change it here as well. Please check the example/jjbri-k8s directory.
Thanks @prayagsingh, after copy xorg-video-dummy.conf and 10-config file it working perfectly.
I'm able to run on Fargate now and scale it. Ton of thanks :)
Hey, thanks for this repo.
I tried it on AWS ECS Fargate it seems working but only part of jitsi view was streamed (like only a quarter West corner showing).
So did you facing with this issue?
This is my log starting:
`---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
The text was updated successfully, but these errors were encountered: