Michał Kochman
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  As for SSAI, so yospace, access will get ads and main stream builder:  [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  `playr123` is this place:...
It seems that this part of code is responsible for subtitles issue that I have  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...
Oh, good to know Thank you
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...