-
Notifications
You must be signed in to change notification settings - Fork 23
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
adding RTMP support #8
Open
XxMARSxX
wants to merge
12
commits into
zencoder:master
Choose a base branch
from
XxMARSxX:master
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
adding rtmp support
adding RTMP help
add help for RTMP
Thanks for the PR! This looks good to me, so I'll pull this in and release next week. |
Added ability to select RTMP stream in the visual editor
* Update youtube plugin to latest version * Some fixes in video-js.php modified: video-js.php new file: video-js.php.orig modified: videojs/demo.html modified: videojs/font/vjs.eot modified: videojs/font/vjs.svg modified: videojs/font/vjs.ttf modified: videojs/font/vjs.woff new file: videojs/lang/ar.js new file: videojs/lang/de.js new file: videojs/lang/es.js new file: videojs/lang/fr.js new file: videojs/lang/hu.js new file: videojs/lang/it.js new file: videojs/lang/ja.js new file: videojs/lang/ko.js new file: videojs/lang/nl.js new file: videojs/lang/pt-BR.js new file: videojs/lang/ru.js new file: videojs/lang/uk.js new file: videojs/lang/zh.js modified: videojs/video-js.css modified: videojs/video-js.less modified: videojs/video-js.min.css modified: videojs/video-js.swf modified: videojs/video.dev.js modified: videojs/video.js modified: videojs/vjs.youtube.js
change my nick to name
add changelog = 4.11.3 =
updated Video.js to latest version and some changes |
modified: mce-button.js
the code: if(typeof videojs != "undefined") { videojs.options.flash.swf = "'. plugins_url( 'videojs/video-js.swf' , __FILE__ ) .'"; } doing nothing and removed from head to the 'data-setup' attribute to automatically set up the video when the page is ready the code: document.createElement("video");document.createElement("audio");document.createElement("track"); not needed because it is called in firs rows of video.js modified: video-js.php
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
adding RTMP support for using with shortcode