-
Notifications
You must be signed in to change notification settings - Fork 12
More informations #1
Comments
The jar file can be build simply using NetBeans, but using an IDE is optional. You can also directly download it from the latest release https://github.com/Afterster/videojs-java/releases/download/0.1.0/videojs-java-0.1.0.zip |
to build the jar, you have to first download JMF from Sun via http://www.oracle.com/technetwork/java/javase/download-142937.html (get the zip file). then you have to make a directory in the java/video-js directory called "lib" and put the jmf.jar and the mediaplayer.jar in there. then you run the ant job via eclipse, intellij, etc. or just run ant in the java/video-js folder. you need java jdk installed on your pc. once done, you'll get a jar file int he folder video.js/dist let me know if you need help or just need the jar file (i compiled with java 1.7) |
I am recently using this on my project, I place the video-js.jar in the same folder with my html and get lots of error as below: |
Unfortunately I will not update the plugin anymore for now. This mean it may not work on VideoJS 5 in current state. All my videojs-* tech plugins was done in attempt/prevision to migrate Ampache from jPlayer to VideoJS but this wasn't done (yet) because of several technical limitations. I really miss time here and had to refocus myself to not fail all 😄. I can transfer project ownership to anyone willing to continue the work. |
@Afterster I did not focus on the back compatibility anymore. : ) anyway, Thank you. |
@DonkeyInBeijing I meet the same problem as you,
|
@andy012 This error occurs in the latest version videojs , according to the file https://github.com/Afterster/videojs-java/blob/master/package.json , you should use an older version
|
I use video.js 5.15.1 and videojs-java.js .I correct the first line code in videojs-java.js "videojs.MediaTechController.extend" to "videojs.getComponent("MediaTechController").extend",and then it thow warns and error like below: video.js:22914 VIDEOJS: WARN: The Java component was added to the videojs object when it should be registered using videojs.registerComponent(name, component) video.js:22914 VIDEOJS: WARN: The Java tech was added to the videojs object when it should be registered using videojs.registerTech(name, tech) video.js:22914 VIDEOJS: ERROR: (CODE:4 MEDIA_ERR_SRC_NOT_SUPPORTED) No compatible source was found for this media. I download the videohs-java.jar on Internet. I cannot find out the problem. |
I'm trying to let videojs support MOV video form via videojs-java.js .but It likes to failed.I try many versions of video.js,throw error "No compatible source was found for this video." all the time.if video.js cannot support play MOV video at all? |
Has anyone got this plugin to work? Has anyone solved this? |
@tarunsharma1 I have the same problem either. |
throw error "No compatible source was found for this video |
@cassiewang01 Nope, i switched standart html5 video. |
@Afterster I would be interested to continue work on this project. is the offer still available? |
Yes it is, just send a PR for starting and then I will make you project manager. Otherwise you can just fork it and keep it alive at your fork. Your decision here, let me know 😄 |
I am very pleased to have this opportunity to be manager of project and very glad to work with you.
… 在 2018年3月6日,上午5:35,Afterster ***@***.***> 写道:
Yes it is, just send a PR for starting and then I will make you project manager. Otherwise you can just fork it and keep it alive at your fork. Your decision here, let me know 😄
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub <#1 (comment)>, or mute the thread <https://github.com/notifications/unsubscribe-auth/ADKLoyA4AHEWEyazbxBOKh7c-c3k_iC-ks5tba-EgaJpZM4GTtnu>.
|
Please provide more informations on how to use this plugin: how to generate the jar file and where to place it.
I'm having problems to make this work.
Thanks
The text was updated successfully, but these errors were encountered: