Skip to content
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
wants to merge 12 commits into
base: master
Choose a base branch
from
Open

adding RTMP support #8

wants to merge 12 commits into from

Conversation

XxMARSxX
Copy link

adding RTMP support for using with shortcode

XxMARSxX and others added 3 commits January 17, 2015 18:03
adding rtmp support
adding RTMP help
add help for RTMP
@mmcc
Copy link

mmcc commented Jan 17, 2015

Thanks for the PR! This looks good to me, so I'll pull this in and release next week.

XxMARSxX and others added 6 commits January 18, 2015 00:32
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 =
@XxMARSxX
Copy link
Author

updated Video.js to latest version and some changes

XxMARSxX and others added 3 commits January 20, 2015 00:18
	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
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants