I have a little trouble with this plugin.
If i want play ts-stream, then the receiver can not reproduce because sRef should be something like "1:0:..." and he filed his "4097:0:...".
If edited line
self._service = eServiceReference(4097, 0, changed["source"])
to
self._service = eServiceReference(1, 0, changed["source"])
in file "renderer.py",
then ts-stream works, but all other don`t.
Please solve this?
Thanks
Log in to post a comment.
I have a little trouble with this plugin.
If i want play ts-stream, then the receiver can not reproduce because sRef should be something like "1:0:..." and he filed his "4097:0:...".
If edited line
self._service = eServiceReference(4097, 0, changed["source"])
to
self._service = eServiceReference(1, 0, changed["source"])
in file "renderer.py",
then ts-stream works, but all other don`t.
Please solve this?
Thanks