Quantcast
Channel: Kaltura - Latest topics
Viewing all 2994 articles
Browse latest View live

Trouble with current bitrate js - switchingChangeComplete

$
0
0

@carlotagd wrote:

Hi!
I’m trying to get the bitrate value of a video when a user change its quality.
I’m using:

kpd.kBind('switchingChangeComplete', function (newBitrate) {
   console.log(newBitrate);
});

or

kpd.kBind('switchingChangeComplete', function () {
   console.log(arguments[0]);
});

and it seems like the value that this function returns, is the previous one (If I had 360p selected, when switching to 480p the triggered event reports the bitrate corresponding to 360p quality)
Is there any solution for this? Am I triggering the wrong event?

Also, I experimented that in chrome console, the method kdp.currentBitrate is working perfectly, returning the right value, but when I put it on the js script, the return value is undefined.

Can you help me with this?

Thank you so much for your help.

Posts: 1

Participants: 1

Read full topic


Kaltura CE 15.5.0 released

$
0
0

@jess wrote:

Hello all,

The latest version is now available.

kaltura-base (15.5.0) changelog:

kaltura-kmcng (v5.13.1) changelog:

  • entries/metadata: Fix custom metadata search in refine filter (#858) (8f16be3)

kaltura-html5lib (v2.78) changelog:

  • SUP-18895 - Vertical Space for Thai Captions is too narrow
  • FEC-9241 - [Player_V2][Playback] - When post-roll is finished, the video replays automatically
  • SUP-18987 - When we embed a playlist vertically, the 360 videos show a little wider than when we embed a playlist horizontally.
  • FEC-8849 - V2 - Update HLS.JS to version 12
  • FEC-9034 - V2 player - allow more than one audio asset with same language code
  • FEV-248 [IVQ Player] Welcome screen - need to update text & icons (#4053)
  • FEV-250 change styles for selected multiple-choice button (#4050)

To upgrade, please follow:

RPM based:
https://github.com/kaltura/platform-install-packages/blob/Naos-15.5.0/doc/install-kaltura-redhat-based.md#upgrade-kaltura

Deb based:
https://github.com/kaltura/platform-install-packages/blob/Naos-15.5.0/doc/install-kaltura-deb-based.md#upgrade-kaltura

Or, if running a cluster:
https://github.com/kaltura/platform-install-packages/blob/Naos-15.5.0/doc/rpm-cluster-deployment-instructions.md#upgrade-kaltura
https://github.com/kaltura/platform-install-packages/blob/Naos-15.5.0/doc/deb-cluster-deployment-instructions.md#upgrade-kaltura

Posts: 1

Participants: 1

Read full topic

Tv studio error playing

$
0
0

@jeansalim83 wrote:

Hello Jess,

I have been updating my kaltura CE installation since 4 years (version 9). now I updated to 15.5

But TV platform studio isn’t playing the videos.
I did a fresh installation and it works fine but i can’t use it as it’s empty.
So the error is when i play the video it gives “something went wrong” and session id.
can you help me with the steps to troubleshoot it?

Posts: 1

Participants: 1

Read full topic

KalturaESearchCategoryBaseItem Documentation

LG Smart TV Media Not found

$
0
0

@david.eusse wrote:

Hi,

I’ve been trying to get the LG Smart TV browser playing my VOD entries but I get a “NO Source Video was Found”.

It’s the standard HTML5 setup and hls delivery. I notice that the browser does not call the play manifest at all.

I haven’t been able to find any documentation about the LG browser so any help would be appreciated.

David Eusse

Posts: 1

Participants: 1

Read full topic

liveReports.serveReport Documentation

List videos based on owner's group membership

$
0
0

@benmcramer wrote:

Hey Jess,

I’ve bulk imported several users to a new group via the new group management tool. Now I’m trying to return a list of all the videos uploaded by the members of that group.

I’ve started by using baseEntry.list, because KalturaBaseEntryFilter has the “groupIdEqual” field. I’m having trouble, though, because that query expects an integer, but my group ID is a string (that matches the group name).

So, two questions: 1) is it possible to get a list of videos filtered by owner’s group membership? Then, if so, what is the best way to go about getting that list via api? Or, if not, how best to list videos uploaded by a large group of people, without manually searching for their ID numbers?

Thanks,
Ben

Posts: 1

Participants: 1

Read full topic

Nginx ngx_http_vod_module Kaltura module remote config

$
0
0

@Stiff91x wrote:

Hi guys,
i’m n00b in nginx.conf and i must config my nginx server to serve playlist.m3u8 file from an external .mp4 file.

My server is configured with nginx 1.14.0 (Ubuntu based) and ngx_http_vod_module.so module (only this, no full Kaltura installed, i must use only this module, loaded in nginx.conf file)

The .mp4 file is placed in a reachable server (hostname/mp4folder/mp4file.mp4, i can download this file without any problem but i must take the playlist.m3u8 “on fly” by “hostname/mp4folder/mp4file.mp4/playlist.m3u8” link)

So… how can i config my nginx.conf or my nginx site conf to convert and serve in HLS flavour my mp4file.mp4? I know that i must call it in this way (by browser or Fiddler): hostname/mp4folder/mp4file.mp4/playlist.m3u8

I read https://github.com/kaltura/nginx-vod-module very well but all my tries were fail.

NB: my mp4 uri (hostname/mp4folder/mp4file.mp4) is stored in a var called ngx.var.mediauri, computated by LUA. At the end LUA call ngx.exec("@remoteHls") location, put in my custom site file. It reaches this location with ngx.var.mediauri correctly set but i don’t know how to do ahah every try gives me 404!!!

Thanks :smiley:

Posts: 2

Participants: 2

Read full topic


360 live stream

$
0
0

@david.eusse wrote:

Hello,

I’ve playing with the 360 option and 360 videos work well. Does it work for a 360 live stream ? In theory, it should work or am I wrong.

Thank you for any help,

David

Posts: 3

Participants: 2

Read full topic

KMCng - "Iframe Embed" and "Support for HTTPS Embed Code"

$
0
0

@angober wrote:

I configured in the publisher:
Default Embed Code Type: Iframe Embed

When I went to “Share & Embed” I saw in Advanced Settings by default:
Embed Type: Dynamic Embed
Why isn´t Iframe Embed?

And “Support for HTTPS Embed Code” was activated and “Standalone Preview” the URL is not https://

Posts: 3

Participants: 2

Read full topic

Files fail to ingest Trapped in convert step

$
0
0

@sales_3 wrote:

I have ver 14.4 running successfully until recently. I just uploaded some very short videos. maybe 2-3 min each. They upload fine but never get past the encoding step. It just sits there for hours. any suggestions that might be the issue?

Posts: 5

Participants: 2

Read full topic

Kaltura and SSL Offloading

$
0
0

@david.hahn1 wrote:

Hey all. Long time, no talk. I hope you’re doing well.

I have a Kaltura 13-ish cluster that was set up with no SSL. I am now going to SSL enable it. The strategy I’m using is to use SSL offloading at the bigip load balancers we have instead of configuring SSL on every front end node. This seems to be set up correctly and now I need to reconfigure the front ends to refer to themselves as being behind the SSL offloading LB.

I know I need to change the delivery profiles in the database. However, as far as front end config I have an ans file, but am unsure what I should change in this scenario. I believe i do need to change SERVICE_URL to https, but what about PROTOCOL? I don’t think the IS_NGINX_SSL or IS_SSL should be Y because the kaltura install itself isn’t SSL enabled.

I think I should just have to re-run kaltura-front-config again after modifying the ans, but do I need to run kaltura-base-config as well? I can’t recall.

I am going to just try it and see if it works, but I thought I’d ask the pro’s as well :slight_smile:

Thanks all --dave

Posts: 2

Participants: 2

Read full topic

New thumbnail not updated

$
0
0

@benny_1 wrote:

Hi

I noticed that after changing the default thumbnail, it is not updated only after I restart memcached
The kaltura version is: 11.18.0-2

Posts: 1

Participants: 1

Read full topic

baseEntry.updateThumbnailFromUrl Documentation

media.updateThumbnailFromUrl Documentation


Entry LIVE scheduled - Is it possible to show the date and time scheduled in the player?

$
0
0

@angober wrote:

When I schedule a live broadcast, the player shows a text like the broadcast is scheduled:

I would like to know if it is possible that in addition to that text, the date and time of the event will appear so that the user can see at what time the event will begin.

Posts: 1

Participants: 1

Read full topic

Kaltura CE 15.6.0 released

$
0
0

@jess wrote:

Hello all,

The latest version is now available.

Please note that a new GPG key is now used for signing the packages. Before upgrading the RPM packages, be sure to run:

# rpm -Uhv http://installrepo.kaltura.org/releases/kaltura-release.noarch.rpm

Deb users do not need to take manual actions prior to upgrading.

kaltura-base (15.6.0) changelog:

kaltura-kmcng (v5.15.0) changelog:

  • Multi account menu style fixes (#861) (d6b823b)
  • content/drop-folders: Add drop folders filter by folder name (#863) (fffa4c4)
  • content/entry: In scheduling tab: display entry end date even if entry start date is not specified (45985ea)
  • entries/filters: fix refine filter custom scheduling date picker behavior (d231b8e)
  • content/entries: Load thumbnails restricted by KS

kaltura-html5lib (v2.78.1) changelog:

  • SUP-19347 - Live-stream might freeze on IE11

To upgrade, please follow:

RPM based:
https://github.com/kaltura/platform-install-packages/blob/Naos-15.6.0/doc/install-kaltura-redhat-based.md#upgrade-kaltura

Deb based:
https://github.com/kaltura/platform-install-packages/blob/Naos-15.6.0/doc/install-kaltura-deb-based.md#upgrade-kaltura

Or, if running a cluster:
https://github.com/kaltura/platform-install-packages/blob/Naos-15.6.0/doc/rpm-cluster-deployment-instructions.md#upgrade-kaltura
https://github.com/kaltura/platform-install-packages/blob/Naos-15.6.0/doc/deb-cluster-deployment-instructions.md#upgrade-kaltura

Posts: 1

Participants: 1

Read full topic

How can I select the original caption format?

$
0
0

@angober wrote:

I am creating subtitles with the program “Subtitle Edit” (https://github.com/SubtitleEdit/subtitleedit) and this generates a subtitle in SRT format. For example, I have added 2 texts with the different color style. One red and one blue:

If I add that caption to a entry in Kaltura it ignores the style of the SRT created:

How can I configure the player?:

Posts: 1

Participants: 1

Read full topic

Distribution of Kaltura videos to Youtube via Kaltura distribution module

$
0
0

@esnecca wrote:

Hallo community,

we can not distribute videos to youtube.

We have an enabled distribution profile. In “YouTube Account” we have entered the Youtube-User-Account-Id. “Submit Actions” are all set to “manual”.

Every try to distribute ends with:

|Distribution Submit (5267)|Failed|33|||Error: Could not json decode the token|Engine found [YoutubeApiDistributionEngine]

Error: Could not json decode the token Sep 13, 2019 12:57:08 UTC 0 Sep 13, 2019 12:57:14 UTC Sep 13, 2019 12:57:14 UTC

See also:

BTW:
Any try to authorize api access (rquired for playlists) ends with:
Error: invalid_request Missing required parameter: client_id
from google.

Has somone an idea what is going wrong here and how to fix it? Is there any detailed documentation about this topc?

THX
Werner

Posts: 1

Participants: 1

Read full topic

Configured Access Control Profiles have not functionality

$
0
0

@esnecca wrote:

Hi community,

we have configured some Access Control Profiles and assigned it to several videos.

The goal is, to configure some working geo restrictions.

However, whatever we configure, domans, countries, IPs, no restriction works. There is no effect at all.

So we have two questions:

  1. Howto activate access control in general. Why no restriction works?
  2. Howto get and install ip2location on a kaltura server? see: Access control for embed player
    Is there any actual documentation?

THX
Werner

Posts: 1

Participants: 1

Read full topic

Viewing all 2994 articles
Browse latest View live