Whenever I try to run client_stream_pv.py I get this error, however I can stream other sensors like vlc. I saw another post with a similar issue, but Iit seemed like their's just started working, so it didn't help resolve the error. I'm using a virtual machine on a mac with Miniconda python version 3.10, and I have all the libraries downloaded as well. I checked the connectivity with the HoloLens using the IP Address, but I get this error when trying to run client_stream_pv.py
Traceback (most recent call last):
File "/home/eleanor/Downloads/hl2ss-main/viewer/client_stream_pv.py", line 102, in
data = client.get_next_packet()
File "/home/eleanor/Downloads/hl2ss-main/viewer/hl2ss.py", line 1788, in get_next_packet
data = super().get_next_packet(wait)
File "/home/eleanor/Downloads/hl2ss-main/viewer/hl2ss.py", line 829, in get_next_packet
data = self._client.get_next_packet(wait)
File "/home/eleanor/Downloads/hl2ss-main/viewer/hl2ss.py", line 454, in get_next_packet
self._unpacker.extend(self._client.recv(self._chunk_size))
File "/home/eleanor/Downloads/hl2ss-main/viewer/hl2ss.py", line 347, in recv
chunk = self._socket.recv(chunk_size)
ConnectionResetError: [Errno 104] Connection reset by peer
Any ideas of what could fix this issue?
Thank you!
Whenever I try to run client_stream_pv.py I get this error, however I can stream other sensors like vlc. I saw another post with a similar issue, but Iit seemed like their's just started working, so it didn't help resolve the error. I'm using a virtual machine on a mac with Miniconda python version 3.10, and I have all the libraries downloaded as well. I checked the connectivity with the HoloLens using the IP Address, but I get this error when trying to run client_stream_pv.py
Traceback (most recent call last):
File "/home/eleanor/Downloads/hl2ss-main/viewer/client_stream_pv.py", line 102, in
data = client.get_next_packet()
File "/home/eleanor/Downloads/hl2ss-main/viewer/hl2ss.py", line 1788, in get_next_packet
data = super().get_next_packet(wait)
File "/home/eleanor/Downloads/hl2ss-main/viewer/hl2ss.py", line 829, in get_next_packet
data = self._client.get_next_packet(wait)
File "/home/eleanor/Downloads/hl2ss-main/viewer/hl2ss.py", line 454, in get_next_packet
self._unpacker.extend(self._client.recv(self._chunk_size))
File "/home/eleanor/Downloads/hl2ss-main/viewer/hl2ss.py", line 347, in recv
chunk = self._socket.recv(chunk_size)
ConnectionResetError: [Errno 104] Connection reset by peer
Any ideas of what could fix this issue?
Thank you!