-
Notifications
You must be signed in to change notification settings - Fork 6
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Recording & Streaming is not working with latest version of jibri #1
Comments
did you try latest image: kpeiruza/jibri:20210112 |
Me/we did it :-)
El dj., 14 de gen. 2021, 17:21, Cong Thang <[email protected]> va
escriure:
… did you try latest image: kpeiruza/jibri:20210112
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#1 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ADI5TYQSSLSOKCWU6RZAIVDSZ4KXLANCNFSM4VSQJBPA>
.
|
Yes, latest image kpeiruza/jibri:20210112 solved the problem but post recording script to upload recording on dropbox is not enable. It would be great if that can be enabled or you can update this repo so that I can build image from here. |
Hi, I got this error:
Is this prevent jibri to start? |
Looks like some XMPP_ variable is missing.
*--> Failed to initialize and start a MucClient:
java.lang.NumberFormatException: For input string: "<no value>" at
java.lang.NumberFormatException.forInputString(NumberFormatException.java:65) *
Please mind to provide XMPP_PORT=5222 for standard setups using this Docker
Image.
We've modified Jibri to accept passing that port because we're using it in
loadbalancers serving several Jitsi Shards. Otherwise, the variable missing
is a standard one.
Best regards,
Kenneth
Missatge de Cong Thang <[email protected]> del dia dv., 29 de gen.
2021 a les 16:59:
… Hi, I got this error:
[s6-init] making user provided files available at /var/run/s6/etc...exited
0. [s6-init] ensuring user provided files have correct perms...exited 0.
[fix-attrs.d] applying ownership & permissions fixes... [fix-attrs.d] done.
[cont-init.d] executing container initialization scripts... [cont-init.d]
01-set-timezone: executing... [cont-init.d] 01-set-timezone: exited 0.
[cont-init.d] 10-config: executing...
unix:path=/var/run/dbus/system_bus_socket,guid=ab3a70c8876c032652b8ef3860142d96
W: [pulseaudio] main.c: This program is not intended to be run as root
(unless --system is specified). [cont-init.d] 10-config: exited 0.
[cont-init.d] done. [services.d] starting services [services.d] done.
icewm-session: using /root/.icewm for private configuration files
_XSERVTransmkdir: ERROR: euid != 0,directory /tmp/.X11-unix will not be
created. X.Org X Server 1.19.2 Release Date: 2017-03-02 X Protocol Version
11, Revision 0 Build Operating System: Linux 3.16.0-5-amd64 x86_64 Debian
Current Operating System: Linux jibri-5dc647bf84-c7fkb 4.19.0-11-amd64 #1
SMP Debian 4.19.146-1 (2020-09-17) x86_64 Kernel command line:
BOOT_IMAGE=/boot/vmlinuz-4.19.0-11-amd64
root=UUID=4e8b8101-6a06-429a-aaca-0ccd7ff14aa1 ro cgroup_enable=memory
swapaccount=1 nosplash text biosdevname=0 net.ifnames=0 console=tty0
console=ttyS0,115200 earlyprintk=ttyS0,115200 consoleblank=0
systemd.show_status=true Build Date: 30 August 2020 03:55:49PM xorg-server
2:1.19.2-1+deb9u6 (https://www.debian.org/support) Current version of
pixman: 0.34.0 Before reporting problems, check http://wiki.x.org to make
sure that you have the latest version. Markers: (--) probed, (**) from
config file, (==) default setting, (++) from command line, (!!) notice,
(II) informational, (WW) warning, (EE) error, (NI) not implemented, (??)
unknown. (++) Log file: "/tmp/xorg.log", Time: Fri Jan 29 22:45:26 2021
(++) Using config file: "/etc/jitsi/jibri/xorg-video-dummy.conf" (==) Using
system config directory "/usr/share/X11/xorg.conf.d" icewmbg: using
/root/.icewm for private configuration files IceWM: using /root/.icewm for
private configuration files icewmtray: using /root/.icewm for private
configuration files SLF4J: Failed to load class
"org.slf4j.impl.StaticLoggerBinder". SLF4J: Defaulting to no-operation
(NOP) logger implementation SLF4J: See
http://www.slf4j.org/codes.html#StaticLoggerBinder for further details.
2021-01-29 22:45:30.525 SEVERE: [25]
org.jitsi.xmpp.mucclient.MucClient.log() Failed to initialize and start a
MucClient: java.lang.NumberFormatException: For input string: "<no value>"
at
java.lang.NumberFormatException.forInputString(NumberFormatException.java:65)
at java.lang.Integer.parseInt(Integer.java:580) at
java.lang.Integer.parseInt(Integer.java:615) at
org.jitsi.xmpp.mucclient.MucClient.createXMPPTCPConnectionConfiguration(MucClient.java:111)
at
org.jitsi.xmpp.mucclient.MucClient.initializeConnectAndJoin(MucClient.java:250)
at org.jitsi.xmpp.mucclient.MucClient.lambda$start$0(MucClient.java:213) at
java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511) at
java.util.concurrent.FutureTask.run(FutureTask.java:266) at
java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.access$201(ScheduledThreadPoolExecutor.java:180)
at
java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:293)
at
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
at
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
at java.lang.Thread.run(Thread.java:748)
Is this prevent jibri to start?
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
<#1 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ADI5TYUF2RW6NHV657H7NI3S4LLP3ANCNFSM4VSQJBPA>
.
|
Thanks @kpeiruza that error gone when I put XMPP_PORT to 5222 `[s6-init] making user provided files available at /var/run/s6/etc...exited 0. Only local connections are allowed. 2021-02-09 16:06:38.813 SEVERE: [51] org.jitsi.jibri.selenium.JibriSelenium.run() An error occurred while joining the call: org.openqa.selenium.WebDriverException: unknown error: net::ERR_NAME_NOT_RESOLVED (Session info: chrome=86.0.4240.183) Command duration or timeout: 0 milliseconds |
Same error here! i try on version pulse, 20210112 and own compile with base java stretch version Some chrome log errors interesting...
|
@kpeiruza could you share your yaml file of this jibri image? |
@kpeiruza I see new docker file, how to get it run please! |
I'm trying to run it with env and all it by HTTP api. |
Thank you very much for this customization. I was using jibri image from this repo in k8 with auto-scaling enabled from last four months and it was working like a charm.
Now in latest version of jibri, it supports live streaming on any RTMP server. I replaced jibri.jar with new build but it stopped working after that. Will you please have a look and update this repo with latest build.
Thanks in advance.
The text was updated successfully, but these errors were encountered: