Michał Kochman

Results 15 comments of Michał Kochman

So far it is something new for me too :D So far about sample stream I cannot provide it, we have some test sample that is created inside company and...

Ok, I have something, about SGAI integration and player integration sample, shaka player: https://github.com/shaka-project/shaka-player/blob/7f8b4c82678363d5ea902d6f0e6e17873d13ab06/lib/ads/interstitial_ad_manager.js some, I will say primitive way of doing that, because it seems they are creating multiple...

Source will be a little bit different because of the different type ![Image](https://github.com/user-attachments/assets/6d6339a7-34c2-41d4-8bac-fbbca79b3ec1) As for SSAI, so yospace, access will get ads and main stream builder: ![Image](https://github.com/user-attachments/assets/70eff28a-dc90-41d8-9ac4-74d62153e252) [ssai_manifest.txt](https://github.com/user-attachments/files/19186372/ssai_manifest.txt) [csai_manifest.txt](https://github.com/user-attachments/files/19186396/csai_manifest.txt)

One tip, I see that when preroll is discarded by API(we have preroll discarding when they are watched too much) for SSAI subtitles works fine 🤔 So only something is...

I've added some additional logs inside rx player and it seems that parsing itself is ok but some subtitle cues are disappearing from the list ![Image](https://github.com/user-attachments/assets/b030d31c-5ad8-4147-9c6b-4f4a2f1edae3) `playr123` is this place:...

It seems that this part of code is responsible for subtitles issue that I have ![Image](https://github.com/user-attachments/assets/9401804d-b7df-46af-b350-25b1cb46856b) After code block comment it started to work as expected

Hi @TomaszKowalik Could you tell what stream configuration had an impact on that and what adjustment you made? I have quite a problem with stream start also for Tizen 2020...

I need this for the live stream, for normal vod I can calculate proper position because I know range for the stream. For live stream it is much more complicated,...

Summarizing the main problem, live streaming is tricky due to a DVR window. Best results occur when the start position is within this range. If the start time is outside...