Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Xuggler Repository Link Broken

In my JAVA application, i am using Xuggler for ScreenCapture and other functionality. Now its a maven project so i put Xuggler as dependency in Pom.xml as told in this Link.

Now few days ago i cleaned my system, so when i again imported my project, now it is showing "Missing artifact xuggle:xuggle-xuggler:jar:5.4". Though in pom file, repository link is there. I explored more and found out that http://xuggle.googlecode.com/svn/trunk/repo/share/java/xuggle/xuggle-xuggler/5.4/xuggle-xuggler-5.4.jar is showing 404 error(Not Found).

Now my whole JAVA Application requires Xuggler, so can anyone please share me current working link from where i can download "xuggle-xuggler-5.4.jar" or any other method(s) so that in future i don't face such problem again.

Thank You.

like image 324
Saikat Dey Avatar asked Jun 08 '16 08:06

Saikat Dey


2 Answers

from http://www.xuggle.com/downloads change the url: <url>https://files.liferay.com/mirrors/xuggle.googlecode.com/svn/trunk/repo/share/java/</url>

like image 158
Archie Semillano Avatar answered Nov 18 '22 02:11

Archie Semillano


It doesn't seem anyone is maintaining Xuggler any more: the last blog post says "Xuggler development is on hiatus. Probably permanently."

If you are good with Maven and suchlike you might be able to build Xuggler yourself. The source code is available from the Google Code archive.

like image 3
Ben Avatar answered Nov 18 '22 03:11

Ben