I get from server HLS manifests:
manifest_1.txt
manifest_2.txt
It's live streaming, but if I use ISA the playback starts from first TS file (not current time). This problem doesn't exist during playback via inputstream.ffmpegdirect.
After adding properties:
play_item.setProperty('ResumeTime', '43200')
play_item.setProperty('TotalTime', '1')
playback started from correct point, but after 10 minutes player back to first segment.
I get from server HLS manifests:
manifest_1.txt
manifest_2.txt
It's live streaming, but if I use ISA the playback starts from first TS file (not current time). This problem doesn't exist during playback via inputstream.ffmpegdirect.
After adding properties:
playback started from correct point, but after 10 minutes player back to first segment.