Skip to content
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

Closed
ctaity opened this issue Jul 11, 2019 · 20 comments
Closed

Vod video HLS #5

ctaity opened this issue Jul 11, 2019 · 20 comments
Assignees
Labels
bug Something isn't working

Comments

@ctaity
Copy link

ctaity commented Jul 11, 2019

This plugin is tested with HLS VOD ?

@kslimani
Copy link
Owner

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.

@kslimani kslimani added the bug Something isn't working label Jul 11, 2019
@kslimani kslimani self-assigned this Jul 11, 2019
@ctaity
Copy link
Author

ctaity commented Jul 11, 2019

I having multiple problems with hls vod.
You can test with this m3u8: https://cdn-vod.tvpublica.com.ar/out/2019/06/24/rJSGGORyB/main.m3u8
And i am using the tag of demo page.
After preroll, the video never starts, keep buffering with the 3 points on the screen.

@kslimani
Copy link
Owner

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.

@kslimani
Copy link
Owner

@ctaity i released a temporary workaround. Could you try with https://cdn.jsdelivr.net/npm/clappr-ima-plugin@0.2.3/dist/clappr-ima-plugin.min.js (set version in url as jsDelivr may take some hours to update cache).

@ctaity
Copy link
Author

ctaity commented Jul 11, 2019

works now !!!!! Thanks

@ctaity
Copy link
Author

ctaity commented Jul 11, 2019

1 question, on live streaming still dont work?

@kslimani
Copy link
Owner

pre-roll should work on live streaming
(midroll and postroll is not supported with live stream source).

@YuThandar
Copy link

@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.

@kslimani
Copy link
Owner

@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.

@YuThandar
Copy link

@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.

@kslimani
Copy link
Owner

@YuThandar could you please elaborate about the 0.2.11 not working ? (if something is broken, i should be able to fix it)

@YuThandar
Copy link

@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.

@kslimani
Copy link
Owner

@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)

@YuThandar
Copy link

@kslimani desktop is OK. Only mobile device this error.

@kslimani
Copy link
Owner

@YuThandar do you have recycleVideo Clappr playback option set to true with mobile ?

For example :

var player = new Clappr.Player({
  // [...]
  playback: {
    playInline: true,
    recycleVideo: Clappr.Browser.isMobile,
  },
});

@YuThandar
Copy link

@kslimani No, I did not test this feature. I will test this feature tomorrow.

@YuThandar
Copy link

@kslimani Yes, I did insert this feature in my code.And I used IMA latest version can't support in mobile
device.

@kslimani
Copy link
Owner

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 ?

@YuThandar
Copy link

@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.
https://staging.duwun.com.mm/static/clappr/clappr-latest.html

@kslimani
Copy link
Owner

kslimani commented Feb 4, 2020

@YuThandar thank you for providing the link. I was able to reproduce your issue locally. I created a new issue to continue this conversation.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

3 participants