Giter Site home page Giter Site logo

ckeditor-html5-video's People

Contributors

bahriddin avatar bebest123 avatar burhanbvk avatar darxide-pl avatar halfhope avatar jenzener avatar jhuguco avatar katapofatico avatar matthtavares avatar nabikaz avatar nmpetkov avatar smartcorestudio avatar valadas avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar

ckeditor-html5-video's Issues

Upload videos failed - no authorization header in request

I'm facing the issue with the plugin when uploading Videos. It appears that no authorization header was presented in the upload api request which is causing 401 unauthorized

image

Uploading pictures is working fine. Can you please advise.

Play once only

I am looking for one feature in an audio plugin.
I need a means to allow an audio file to be played only once.
I just need to hold this in the browser session so if page refresh is hit it won't replay.

if the user leaves the site and comes back at a later time that is fine to play once again.

asking if anyone has a clue how to do this or is there a developer that can help with this.

Missed controlList parameter

allowedContent: 'div[data-responsive](!ckeditor-html5-video){text-align,float,margin-left,margin-right}; video[src,poster,controls,autoplay,width, height,loop]{max-width,height};',

I think this line must be
allowedContent: 'div[data-responsive](!ckeditor-html5-video){text-align,float,margin-left,margin-right}; video[src,poster,controls,autoplay,width,controlslist,height,loop]{max-width,height};',

video list must contained controlslist, otherwise plugin can't parse this parameter from stored html, and always set it to "True"

muted option

Am I missing something with being able to set muted on the video tag?

if not is there away to add this feature as I would love to be able to set autoplay and have the video muted.

CKEditor HTML5 Audio For Chinese language

CKEDITOR.plugins.setLang( 'html5video', 'cn', {
button: '发布HTML5视频',
title: 'HTML5视频',
infoLabel: '视频信息',
allowed: '支持格式: MP4, WebM, Ogv',
urlMissing: '视频url',
videoProperties: '视频属性',
upload: '上传视频',
btnUpload: '上传',
advanced: '高级',
autoplay: '自动播放',
yes: '是',
no: '否',
responsive: '自动宽度'
} );

Feature: Add support for hiding the controls

The html5 video tag can show controls or not, when using the video tag to place an animated banner without sound, it would be nice to have an option to not show the controls.
I will try to do it and submit a pull request if I can.

Disable Upload/Browse

Is there any way to disable the upload and browse functionality on this particular widget individually? I would like my people to be able to upload/browse images, but not upload/browse videos.

We want to have control over where and when videos are uploaded and then just use this plugin as an easy way for them to paste the URL in to create a clean video tag and configure their autoplay/downloadable/etc.

Configure a dedicated filebrowser?

I'd like to have filebrowser point straight to Videos when called from the plugin dialog.
Something analogous to config.filebrowserImageBrowseUrl = '…'; of image plugin.

Invalid extension

Hi,

When i try to upload .mp4 file to ckeditor i'm getting this error
"small.mp4 has invalid extension. Only doc, docx, xls, out, dos, pdf, rar, zip, tar, tar.gz, swf are allowed."

Can't figure out how to fix this. Thanks

Embedd Youtube Video

I want to embedd youtube video on my website using the youtube video link.
Is it possible using this plugin? If not, is the plugin supposed to be updated in near future to add that feature? Again if not, what changes need I to do in the code??

Support for Drupal integration

Hi Bahriddin,

Great work. After looking into the potential video plugins for the CKEditor, I found yours most fitting to the functionality I require for a Drupal installation.
Unfortunately integrating two systems isn't always straitforward and I ran into some problems. After writing a simple Drupal module to integrate the html5video plugin and enabling it through the Drupal inteface, the button didn't show up on the CKEditor toolbar. I found out that the widgets "button:" property isn't correctly supported/handled.
Attached is a patch for the adjusted code which does bring the button to the toolbar in Drupal and doesn't break the functionality in a CKEditor setting. Part of it is that I renamed the edit dialog to include the word 'Dialog'. This isn't required, but it took me some time to get the difference between html5video and html5video. If you agree, I can push it to the server, or you can apply the patch if you want. I will continue my development for the Drupal module, so there may come more.

Regards,
Eelco

ckeditor-html5-video-1.patch

Responsive video

Hi Bahriddin! Don't you think about adding "Responsive" option?
I think it can be easily implemented
video { width:100%; max-width:500px; height:auto; }
max-width is optional of course. If you'll like the idea and need help - feel free to ask me, I'll try if I can

Support for toolbar items

It appears that this plug-in can only be used if using a toolbar group. Can you please add support for toolbar items so I can load and position this in a toolbar instead of using the group feature?

Permissions on uploaded videos

I have successfully added the HTML5 Video plugin to CKEditor in my Django project, and am able to use it to upload videos (thank you!), however the video files are being uploaded with permissions set to 600, meaning that they cannot be played (403 error). If I manually change the permissions of the uploaded file to 755 it all works well, but I need this to be done automatically for files uploaded by my users. Any advice would be much appreciated.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.