Advertisement
Guest User

Untitled

a guest
May 29th, 2019
529
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.09 KB | None | 0 0
  1. 2019-05-29 21:25:07 INFO (MainThread) [homeassistant.components.stream] Started stream: rtsp://192.168.2.73:554/stream0/mobotix.mxp
  2. Exception in thread stream_worker:
  3. Traceback (most recent call last):
  4. File "/usr/lib/python3.6/threading.py", line 916, in _bootstrap_inner
  5. self.run()
  6. File "/usr/lib/python3.6/threading.py", line 864, in run
  7. self._target(*self._args, **self._kwargs)
  8. File "/usr/local/lib/python3.6/dist-packages/homeassistant/components/stream/worker.py", line 49, in stream_worker
  9. container = av.open(stream.source, options=stream.options)
  10. File "av/container/core.pyx", line 275, in av.container.core.open
  11. File "av/container/core.pyx", line 227, in av.container.core.Container.__cinit__
  12. File "av/container/core.pyx", line 129, in av.container.core.ContainerProxy.__init__
  13. File "av/container/core.pyx", line 195, in av.container.core.ContainerProxy.err_check
  14. File "av/utils.pyx", line 105, in av.utils.err_check
  15. av.AVError: [Errno 825242872] Server returned 401 Unauthorized (authorization failed): 'rtsp://192.168.2.73:554/stream0/mobotix.mxp' (16: rtsp)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement