2023-06-07 14:25:01,997 [1;31mERROR [0m
Change pipeline state error GstcError
2023-06-07 14:25:01,997 [1;31mERROR [0m
Unable to play requested pipeline M1065-L-192-168-0-250_15745_ai
2023-06-07 14:25:01,998 [1;31mERROR [0m
Traceback (most recent call last):
File "/usr/lib/python3/dist-packages/pygstc/tcp.py", line 115, in send
raise socket.error("Socket read error happened")
OSError: Socket read error happened
The above exception was the direct cause of the following exception:
Traceback (most recent call last):
File "/usr/lib/python3/dist-packages/pygstc/gstc.py", line 232, in _send_cmd_line
jresult = self._ipc.send(cmd_line, timeout=self._timeout)
File "/usr/lib/python3/dist-packages/pygstc/tcp.py", line 137, in send
from e
ConnectionRefusedError: Server did not respond. Is it up?
The above exception was the direct cause of the following exception:
Traceback (most recent call last):
File "/usr/lib/python3/dist-packages/edgestream/controller/mediamanager.py", line 93, in play_pipeline
self._gstd_client.pipeline_play(
pipeline_descriptor.name)
File "/usr/lib/python3/dist-packages/pygstc/gstc.py", line 953, in pipeline_play
self._send_cmd_line(['pipeline_play'] + parameters)
File "/usr/lib/python3/dist-packages/pygstc/gstc.py", line 244, in _send_cmd_line
from e
pygstc.gstcerror.GstcError: ('Failed to communicate with Gstd', <GstcErrorCode.GSTC_UNREACHABLE: -2>)