-
Notifications
You must be signed in to change notification settings - Fork 3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Vod video HLS #5
Comments
It should work with HLS VOD. Though, it seems there is a little regression with Firefox desktop (with HLS VOD). I will investigate on this issue ASAP. |
I having multiple problems with hls vod. |
You are correct, there is an issue with HLS VOD. It works with Google Chrome,but i have similar issue with Firefox (desktop) and Safari (on mac). I am pretty sure it worked previously. I will investigate on this issue. |
@ctaity i released a temporary workaround. Could you try with |
works now !!!!! Thanks |
1 question, on live streaming still dont work? |
pre-roll should work on live streaming |
@kslimani clappr-ima-plugin@0.2.3, this version is autoPlay video but mid-roll ad finished keep on running post-roll ad.Skipped the remain video play time go to post-roll ad. |
@YuThandar could you please try with the current latest version 0.2.11 ? If this does not still works, please open a new issue, providing steps to reproduce it. |
@kslimani I'm Ok in version 0.2.4.This version is everything Ok. Latest version is not supported autoPlay after play ads the video pause. Thank you Sir. |
@YuThandar could you please elaborate about the 0.2.11 not working ? (if something is broken, i should be able to fix it) |
@kslimani Firstly,the pre-roll ad autoPlay is OK and then the ad finished.The video automatically pause.You are going to test with m3u8 file. |
@YuThandar i am testing locally with HLS source and i can't reproduce this issue. Are you experiencing this issue on mobile device or desktop ? (which os version and browser version) |
@kslimani desktop is OK. Only mobile device this error. |
@YuThandar do you have For example : var player = new Clappr.Player({
// [...]
playback: {
playInline: true,
recycleVideo: Clappr.Browser.isMobile,
},
}); |
@kslimani No, I did not test this feature. I will test this feature tomorrow. |
@kslimani Yes, I did insert this feature in my code.And I used IMA latest version can't support in mobile |
I did some additional tests on mobile devices but i can't reproduce the issue you described (ie: video is paused after ad). Would you mind sharing the code you are using to create the player and also provide which mobile model / operating system it is ? |
@kslimani Sorry Sir, for late replying.Please, see the below my code link. Please check this code in mobile device.After 10sec preroll and then the video stop.This is IMA latest version. |
@YuThandar thank you for providing the link. I was able to reproduce your issue locally. I created a new issue to continue this conversation. |
This plugin is tested with HLS VOD ?
The text was updated successfully, but these errors were encountered: