Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Now accepting applications for the Qlik Luminary and Partner Ambassador Programs: Apply by July 6!
cancel
Showing results for 
Search instead for 
Did you mean: 
abc2
Contributor II
Contributor II

Qlik Sense 'Video Player', play videos which are not on YouTube

Hi there,

I would like to understand how to embed a training video on to qlik sense app. From whatever I have seen until now, we can embed videos which are on youtube. How can I embed a training video (for eg: a zoom recording) using Video Player object? I would like to understand where should I place the recording and what should be the URL.

 

Thanks...

Siva Chagaleti
Labels (2)
1 Solution

Accepted Solutions
Frank_S
Support
Support

Does this help?

Please remember hit the 'Like' button and for helpful answers and resolutions, click on the 'Accept As Solution' button. Cheers!

View solution in original post

5 Replies
saso70
Partner - Creator II
Partner - Creator II

Hi , you can add your video in Content folder on Desktop add the video on following path C:\Users\HP\Documents\Qlik\Sense\Content\Default on the Server open QMC and in Content add your video.

You can use following URL Desktop : http://localhost:4848/Content/Default/yourvideo.mp4

URL Server: https://your_domain_name/Content/yourvideo.mp4

 

abc2
Contributor II
Contributor II
Author

Hi @saso70 , Thanks for your response. We are on qlik cloud, could you please tell me where/how to upload the video? If it is through management console, can you please add a screenshot? 

Thanks

Siva Chagaleti
Frank_S
Support
Support

Does this help?

Please remember hit the 'Like' button and for helpful answers and resolutions, click on the 'Accept As Solution' button. Cheers!
Joshua5-alt
Contributor
Contributor

If your training video isn’t on YouTube, you’ll first need to host it somewhere that can provide a direct video link or an embeddable player.
A common approach is:

  1. Upload the video to a server or cloud storage that supports public streaming (e.g., AWS S3, Vimeo, or a private hosting service).

  2. Get the direct MP4 link or the iframe embed code from that host.

  3. In Qlik Sense, add the Video Player object and paste that link or embed code.

The key is that Qlik Sense can only play videos if the source allows streaming via a public or authorized link.

If you want full control over hosting, streaming quality, and security for training videos, a video streaming app built with VPlayed can give you a direct embed link and adaptive streaming that integrates smoothly with Qlik Sense or any other platform. This way, you’re not limited to YouTube or public platforms.

jerrygen
Contributor II
Contributor II

If your training video isn’t on YouTube, you’ll first need to host it somewhere that can provide a direct video link or an embeddable player.
A common approach is:

  1. Upload the video to a server or cloud storage that supports public streaming (e.g., AWS S3, Vimeo, or a private hosting service).

  2. Get the direct MP4 link or the iframe embed code from https://theytpremiumapk.com/

  3. In Qlik Sense, add the Video Player object and paste that link or embed code.

The key is that Qlik Sense can only play videos if the source allows streaming via a public or authorized link.

If you want full control over hosting, streaming quality, and security for training videos, a video streaming app built with VPlayed can give you a direct embed link and adaptive streaming that integrates smoothly with Qlik Sense or any other platform. This way, you’re not limited to YouTube or public platforms.


Thanks Joshua it works for me.