-
Notifications
You must be signed in to change notification settings - Fork 137
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
How to add skin #1922
Comments
Hi @paladox, Thank for you reporting an issue and helping improve Kaltura! To get the fastest response time, and help the maintainers review and test your reported issues or suggestions, please ensure that your issue includes the following (please comment with more info if you have not included all this info in your original issue):
and paste the output.
For general troubleshooting see: If you only have a general question rather than a bug report, please close this issue and post at: Thank you in advance, |
Hi,
In order to customise the player style without touching the code you can either:
Please let me know if you need any additional assistance. |
How could I add it. Since Timedmediahandler handles the embedplayerand timedtext. And mwemedsupport handles what the name says. But I am having a hard time loading the css for the player since it works in v1 but v2 no.and so when I load the player it loads but doesent show any control bar or even a play button just plain video player with just the video image then you click it to play and click it again to pause. |
Can you send me a test page showing what you described? |
I don't see the Kaltura player loading here - only a video tag with its native controls. Are you using the Kaltura embed code at all? |
Yes but i am doing it in the format of the extension meaning that i am not using the full download of kaultra just the embedplayer and timedtext and mwemebedsupport folders. I am not sure how to get skin to work since it is not the default any more. |
@itaykinnrot, @mdale - I'm not familiar with this workflow. Can you please advise? |
I belive that kaultra and Wikimedia were developing a video player for Wikimedia use like for Wikipedia which does but it needs to be upgraded to stay current in the technology these days. |
Paladox, this will be a bit more complicated. Timed media handler would need to bring in a the "KalturaSupport" module into TMH, have a way for TMH to supply entries to player via embed services or equivalent. https://github.com/kaltura/embed-services or via JSON mediaProxy override. This is because the kaltura player has more dependencies on normalized metadata. You can see all the stuff that goes into instantiation of a player this page: |
Hi how can I add the skin for the player since the old default was removed for version 2. But the skin that is included in v2 is basic doesent support control panel or doesent do what the prevous skin did. Where do I get the skin and how can I update it for TimedMediaHanlder and MwEmbedSupport for mediawiki. Since some of the required files are in different locations in this repo now. not sure which ones to include.
The text was updated successfully, but these errors were encountered: