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

Cloudinary video not display progress bar and ending time. #151

Open
PadharaHitesh opened this issue Apr 29, 2020 · 1 comment
Open

Cloudinary video not display progress bar and ending time. #151

PadharaHitesh opened this issue Apr 29, 2020 · 1 comment
Assignees
Labels

Comments

@PadharaHitesh
Copy link

The issues I am having. When we using the this plugin and initialize the player. cloudinary source loaded but not display the progress bar and ending time.

My source file extension was .webm and .mkv

var cl = new cloudinary.Cloudinary({cloud_name: "cloud _name", secure: true});
       const vplayer = cl.videoPlayers('.video-player-init',{
           streaming_profile: "hd",
           controls: true,
           playbackRates :[1, 1.5, 2]
       });
@d-mendoza
Copy link

d-mendoza commented Apr 30, 2020

@PadharaHitesh This most likely is the result of the stream being generated on-the-fly or that on chrome we stream back the response and we do not know the actual length of the video. What you can do is generate the streaming profile beforehand for that asset and it should contain that information on the first request. Can you try generating it eagerly and make sure that you set an eager_notification_url so you can see when the streaming profile generation is done. More info here on how to do that:
https://cloudinary.com/documentation/upload_videos#eager_video_transformations

@d-mendoza d-mendoza self-assigned this Apr 30, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants