Cannot resume from preroll when switching to an HLS stream #4329
Labels
status: archived
Archived and locked; will not be updated
status: duplicate
A duplicate of another issue; should be closed after linking to the original issue
Have you read the FAQ and checked for duplicate open issues?
Yes.
What version of Shaka Player are you using?
v3.1.2
Can you reproduce the issue with our latest release version?
Yes.
Can you reproduce the issue with the latest code from
main
?I haven't tried it.
Are you using the demo app or your own custom app?
My own custom app.
If custom app, can you reproduce the issue using our demo app?
Yes.
What browser and OS are you using?
Chrome 87 on webOS Simulator. It also happens on iPhone SE in Safari.
For embedded devices (smart TVs, etc.), what model and firmware version are you using?
Also seems to be an issue on Samsung Model UN50MU6100G. Tizen is in version 3.2.1.
What are the manifest and license server URIs?
The video URL is https://multiplatform-f.akamaihd.net/i/multi/will/bunny/big_buck_bunny_,640x360_400,640x360_700,640x360_1000,950x540_1500,.f4v.csmil/master.m3u8
The ad URL is https://pubads.g.doubleclick.net/gampad/ads?iu=/21775744923/external/vmap_ad_samples&sz=640x480&cust_params=sample_ar%3Dpremidpost&ciu_szs=300x250&gdfp_req=1&ad_rule=1&output=vmap&unviewed_position_start=1&env=vp&impl=s&cmsid=496&vid=short_onecue&correlator=
As for the license server, I'm not really sure.
What configuration are you using? What is the output of
player.getConfiguration()
?What did you do?
I started a video using a HLS stream as its source, waited for the preroll to reach its end, and couldn't proceed to the content. The ad is stalled and doesn't trigger an "ended" event.
What did you expect to happen?
I expected the ad to end, fire IMA's "AD_COMPLETED" event, and resume to the content.
What actually happened?
I can't proceed to the content when the ad ends. The ad is stalled and doesn't trigger an "ended" event. I'm stuck in the preroll ad.
On the webOS Simulator, this doesn't happen with a common mp4 video. I've only been able to reproduce the issue with HLS or DASH streams. Setting the ad's "currentTime" to its duration actually ends it and fires the event, but I can't proceed to the content.
The text was updated successfully, but these errors were encountered: