Issue with decode() and decode_proxy() functions
souravsingla opened this issue · 3 comments
Using decode() or decode_proxy(), both functions are giving below error:
File "proxy_d35.py", line 6, in
sp.decode_proxy()
File "/usr/local/lib/python3.6/dist-packages/threefive/stream.py", line 127, in decode_proxy
cue = self._parser(pkt)
File "/usr/local/lib/python3.6/dist-packages/threefive/stream.py", line 186, in _parser
return self._parse_scte35(pkt, pid)
File "/usr/local/lib/python3.6/dist-packages/threefive/stream.py", line 219, in _parse_scte35
packet_data = self._mk_packet_data(pid)
File "/usr/local/lib/python3.6/dist-packages/threefive/stream.py", line 147, in _mk_packet_data
packet_data["pts"] = round(self._prog_pts[prgm], 6)
Is than an issue in release or something I might be doing wrong?
Richard,
will you confirm this is fixed and close it?
souravsingla ,
I will do a pip package later today with Richard's fix.
Let us know if you still have the problem.
Your feedback is always welcome here.
This issue is fixed with my PR that will be released by you later today.
Thanks @souravsingla for reporting.