Secure links with access control profile, scheduling and moderation
We intend to secure the download link with the access control defined in the KMC. Especially we would like to check if the referer of the request is one defined domains in the access control...
View ArticlePlaylist Name and Image
I have created a Playlist in KMC. Is there an iOS Kaltura API, which I can use to get Playlist name? Is there a way to add an image associated with playlist not its content and later extract it using...
View ArticleSecure links with access control profile, scheduling and moderation
Hello @roger78, By: roger78: We would like to implement a solution in the right part of the code. Where could we achieve a solution for this? Do you mean you'd like to set up access control and...
View ArticlePlaylist Name and Image
Hi, All playlist operations are done using the API playList service.Not sure what you mean by mauligulati: Is there a way to add an image associated with playlist not its content and later extract it...
View ArticleSecure links with access control profile, scheduling and moderation
We would like to apply the restrictions of the access control profile, scheduling and moderation in th KMC to these links which serves the video players.The cause of this is, these links are always...
View ArticlePlaylist Name and Image
Thanks for replying. I meant while creating Playlist we give it a name. First question: Is there a way to add an image also to a playlist? Second, which playlist service API should I use to extract...
View ArticlePlaylist Name and Image
Hello, Playlists consist of a list of entries, as such, they can contain video, audio or image entries.As you can see here:https://developer.kaltura.com/api-docs/#/playlist, you should use...
View ArticleUnable to display a video with a custom player
HiIn the studio I defined my own player without social sharing buttons. On a content, when I click on preview and I choose this playerI click on play to check the videoThen in kaltlog I got : ]...
View ArticleUnable to display a video with a custom player
Hi, The issue stems from a failure to reach the Nginx which loads the VOD module, which is needed in order to play content using HLS. The problem is here:GET...
View ArticleUnable to log on KMC with the admin user
When I log with the admin user I get a screen with few links, no css loaded...in kaltlog I have 9zC5TfjDsWge017-01-11 16:54:39 [0.000207] [10.0.2.2] [748371862] [24] [PS2] [sfView->initialize]...
View ArticleUnable to display a video with a custom player
vpnAmetys@cccccccccc:~$ ps -edf | grep nginx root 1052 1 0 15:01 ? 00:00:00 nginx: master process /opt/kaltura/nginx/sbin/nginx kaltura 1053 1052 0 15:01 ? 00:00:00 nginx: worker process kaltura 1054...
View ArticleUnable to log on KMC with the admin user
Please see: https://forum.kaltura.org/t/white-page-after-login-to-the-kmc/5785You shouldn't use the Admin creds provided during the installation to log onto KMC but rather, log in to Admin Console and...
View ArticleUnable to display a video with a custom player
Is http://xxxx-streaming.xxxx.fr:88/hls accessible from the machine you're trying to play from?If it is not, then that's the problem, if it is, make a request to...
View ArticleUnable to display a video with a custom player
Yes, it is probably a problem of open ports, I will check and let you know.Thank you
View ArticleUnable to display a video with a custom player
OK, note you can reconfigure Nginx to use a different port if you'd like but then you'll have to adjust the kaltura.delivery_profile records accordingly.
View ArticleUnable to display a video with a custom player
http://........:88/hls/p/101/sp/10100/serveFlavor/entryId/0_hf3et0j6/v/2/flavorId/0_k7k4h8pm/name/a.mp4/index.m3u8It does not work on port 88 but it works on port 80
View ArticleUnable to display a video with a custom player
Port 80 is used by the Apache which runs the Kaltura API and web interfaces. Port 88 is used by Nginx to serve HLS, HDS and DASH manifests for playback.Both need to be accessible from all clients you...
View ArticlePlaylist Name and Image
Sorry, I am new to Kaltura and have been trying to play with it and get insight. Please bare with me, hoping to get answers to all my questions I have been trying to use service = playlist and action...
View ArticlePlaylist Service and List action - iOS Swift
I have been trying from last 7+ hours to get the list of playlist. I am working on an iOS project and using following:-...
View Article