-
Notifications
You must be signed in to change notification settings - Fork 159
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
Anyone get this working with BBB 2.6? #169
Comments
we did not test 2.6 yet - does your config work with older BBB versions? |
I have another machine running 2.3 and found I get the same error. I tried using both the external and internal meeting id: docker-compose up |
all the urls in the environment variables can be resolved and pinged. I am sending the rtmp stream to a youtube studio url: a.rtmp.youtube.com .... |
I started over on a debian bullseye machine, tested again on both BBB 2.3 and 2.6.8 and got the same result: docker-compose up |
I've tried Oracle and Debian servers, an Ubuntu server running BBB 2.3 and in every case I get the exact same errors as above. |
Hey, I tried this with both 2.3 and 2.6 and got this-
any idea how to fix this ? |
Describe the bug
I have installed docker, etc on Oracle 8.5 and setup according to instructions but I can't seem to get the stream to appear in youtube studio
To Reproduce
Steps to reproduce the behavior:
Server (please complete the following information):
Additional context
screen log when invoked without "-d", seemst to be complaining about name resolution but DNS is working fine on the server.
docker-compose up
[+] Running 1/0
⠿ Container liveStreaming Created 0.0s
Attaching to liveStreaming
liveStreaming | Skipping nsswrapper setup - already initialized
liveStreaming | Starting pulseaudio...
liveStreaming | Waiting for pulseaudio to start...
liveStreaming | Skipping nsswrapper setup - already initialized
liveStreaming | Traceback (most recent call last):
liveStreaming | File "/usr/lib/python3.6/urllib/request.py", line 1325, in do_open
liveStreaming | encode_chunked=req.has_header('Transfer-encoding'))
liveStreaming | File "/usr/lib/python3.6/http/client.py", line 1281, in request
liveStreaming | self._send_request(method, url, body, headers, encode_chunked)
liveStreaming | File "/usr/lib/python3.6/http/client.py", line 1327, in _send_request
liveStreaming | self.endheaders(body, encode_chunked=encode_chunked)
liveStreaming | File "/usr/lib/python3.6/http/client.py", line 1276, in endheaders
liveStreaming | self._send_output(message_body, encode_chunked=encode_chunked)
liveStreaming | File "/usr/lib/python3.6/http/client.py", line 1042, in _send_output
liveStreaming | self.send(msg)
liveStreaming | File "/usr/lib/python3.6/http/client.py", line 980, in send
liveStreaming | self.connect()
liveStreaming | File "/usr/lib/python3.6/http/client.py", line 1434, in connect
liveStreaming | super().connect()
liveStreaming | File "/usr/lib/python3.6/http/client.py", line 952, in connect
liveStreaming | (self.host,self.port), self.timeout, self.source_address)
liveStreaming | File "/usr/lib/python3.6/socket.py", line 704, in create_connection
liveStreaming | for res in getaddrinfo(host, port, 0, SOCK_STREAM):
liveStreaming | File "/usr/lib/python3.6/socket.py", line 745, in getaddrinfo
liveStreaming | for res in _socket.getaddrinfo(host, port, family, type, proto, flags):
liveStreaming | socket.gaierror: [Errno -3] Temporary failure in name resolution
liveStreaming |
liveStreaming | During handling of the above exception, another exception occurred:
liveStreaming |
liveStreaming | Traceback (most recent call last):
liveStreaming | File "stream.py", line 250, in
liveStreaming | while bbb.is_meeting_running(args.id).is_meeting_running() != True:
liveStreaming | File "/usr/local/lib/python3.6/dist-packages/bigbluebutton_api_python/bigbluebutton.py", line 59, in is_meeting_running
liveStreaming | response = self.__send_api_request(ApiMethod.IS_MEETING_RUNNING, params)
liveStreaming | File "/usr/local/lib/python3.6/dist-packages/bigbluebutton_api_python/bigbluebutton.py", line 135, in __send_api_request
liveStreaming | response = urlopen(url).read()
liveStreaming | File "/usr/lib/python3.6/urllib/request.py", line 223, in urlopen
liveStreaming | return opener.open(url, data, timeout)
liveStreaming | File "/usr/lib/python3.6/urllib/request.py", line 526, in open
liveStreaming | response = self._open(req, data)
liveStreaming | File "/usr/lib/python3.6/urllib/request.py", line 544, in _open
liveStreaming | '_open', req)
liveStreaming | File "/usr/lib/python3.6/urllib/request.py", line 504, in _call_chain
liveStreaming | result = func(*args)
liveStreaming | File "/usr/lib/python3.6/urllib/request.py", line 1368, in https_open
liveStreaming | context=self._context, check_hostname=self._check_hostname)
liveStreaming | File "/usr/lib/python3.6/urllib/request.py", line 1327, in do_open
liveStreaming | raise URLError(err)
liveStreaming | urllib.error.URLError: <urlopen error [Errno -3] Temporary failure in name resolution>
liveStreaming exited with code 1
The text was updated successfully, but these errors were encountered: