Questions tagged [kaltura-player]

Kaltura Player is a family of video players developed and published by Kaltura, the open source VPaaS (Video Platform as a Service) company. Use this tag when asking about Kaltura's players (AKA PlayKit).

Kaltura Player is a family of video players developed and published by Kaltura, the open source VPaaS (Video Platform as a Service) company. Use this tag when asking about Kaltura's players (AKA PlayKit).

See also .

8 questions
1
vote
1 answer

Kaltura thumbnail video in a script tag not working in react but displaying empty space

I am using a Kaltura Thumbnail embed in React which is a script tag when I am using the same script tag in Basic HTML page it is working fine but when I am using the same script tag in React, It is showing an empty space instead of video, when I did…
M. Saran
  • 13
  • 1
  • 6
1
vote
1 answer

Using Kaltura VPaaS API, how to get READY status after uploading video?

Once the video is uploaded, the media status is CONVERTING. on the KMC dashboard. after a while, the status would be READY, How can I check the status? I mean how to get the status is READY.
Great Coder
  • 397
  • 3
  • 14
0
votes
0 answers

Kaltura Playkit JS - Loading videos from other accounts

Can anyone explain to me why the following codepen Kaltura example works? https://codepen.io/Chuckles89/pen/zYMXXrY It seems as though if the javascript library is loaded up which brings in the playkit & uiconfig setup/styles from that account, but…
0
votes
0 answers

Kaltura Player Error: “Source Video Not Found” even though Status is “ready”

I’m having an issue with the Kaltura player in my application. We’re using the KalturaClient to fetch video information from the Kaltura server. Although the KalturaEntryStatus response object shows that the video status is 2 so “ready”, inside the…
0
votes
0 answers

How to listen for SCTE-35 events in Kaltura Javascript Player?

I'm using kaltura javascript player in my website. I got the player documentation from here https://github.com/kaltura/kaltura-player-js I have a m3u8 stream where scte-35 markers (cue-in & cue-out) are present. I want to listen to these events…
0
votes
0 answers

How is this background video implemented without showing up in the HTML source or the console resources/network tabs? [LINK]

If you go here (link: https://yle.fi/uutiset/3-11555155) and scroll down this news article, you will see there is a rather long background video that plays as you scroll showcasing some nodes and boxes. However the initial page load is very fast and…
0
votes
1 answer

Calling Playkit-js player not showing in browser

After spending some 12 hours, I think I have successfully built playkit-js player (https://github.com/kaltura/playkit-js), and obtained a new folder "dist" and new "playkit.js". There's a folder called "src" which also contains "playkit.js". Can…
Anay Bose
  • 880
  • 1
  • 14
  • 24
0
votes
1 answer

Video quality change not reflecting immediately in Kaltura player in iOS

I am using Kaltura library to integrate video streaming in my app. I tried changing the video quality of the video by using the following syntax: // player = PlayerController() from Kaltura player.settings.network.preferredPeakBitRate =…
Nishu_Priya
  • 1,251
  • 1
  • 10
  • 23