Re: xuggler 5.5 jar

1,769 views
Skip to first unread message

M R

unread,
Jun 17, 2013, 5:34:51 AM6/17/13
to xuggle...@googlegroups.com
I´ve found this somewhere :)

Am Montag, 10. Juni 2013 19:53:16 UTC+2 schrieb ayalcinkaya:
Hi xuggler users,

I try to build the 5.5 version of xuggler, but I could not success. I waste a lot of time trying to build xuggler.

If someone success to make xuggler 5.5 jar , please share it with us ?
xuggle-xuggler-5.5.jar

Vyse220

unread,
Jun 28, 2013, 4:08:31 AM6/28/13
to xuggle...@googlegroups.com
Does this version solve the problems with Ivy Bridge processors?
Is it an official release? I know that xuggler is no more updated but It really needs a fixed version of the 5.4 that works on modern processors too, 
at last they should write on their website that xuggler 5.4 doesn't work on Ivy Bridge (an maybe others) processors.
I've spent 2 months working on a project and now I can't use it because my server mounts an Intel Xeon E3-1230v2, I really hope they fix it and fast.

jonjc...@gmail.com

unread,
May 21, 2014, 2:37:46 PM5/21/14
to xuggle...@googlegroups.com, ahm...@gmail.com
I was able to successfully BUILD version 5.5.... that being said i don't know how to then create the jar from the compiled project. If someone can share their knowledge on how to do that, i'd gladly share the jar... It's probably really simple with the built project but I've never built a project like this before...

Hugo Flambó

unread,
May 22, 2014, 1:33:16 AM5/22/14
to xuggle...@googlegroups.com
ant dist ?

Sent from my iPhone
--
You received this message because you are subscribed to the Google Groups "xuggler-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to xuggler-user...@googlegroups.com.
To post to this group, send email to xuggle...@googlegroups.com.
Visit this group at http://groups.google.com/group/xuggler-users.
For more options, visit https://groups.google.com/d/optout.

Ed St. Louis

unread,
May 24, 2014, 11:42:06 PM5/24/14
to xuggle...@googlegroups.com, ahm...@gmail.com
Building the code should generate the jar files and put them in your build-directory-here/target directory. 

-Ed St. Louis

Sent from my iPhone
--

jonjc...@gmail.com

unread,
May 26, 2014, 8:02:15 PM5/26/14
to xuggle...@googlegroups.com, ahm...@gmail.com
Thanks Ed, you are correct! When I build for Linux everything goes great, tests all pass 100% and the jar is generated...
However I'd really like to build for windows. I've been following this tutorial: http://riaconnection.wordpress.com/2012/03/17/how-to-cross-compile-xuggle-xuggler-for-windows-7-64-bit/#comment-312
... but every time i run the ant run-tests for the windows 64 bit build, it always fails for one reason or another (usually something to do with mingw that i can't find any solid answers on). Do you know if that link is still accurate enough to follow? I noticed it was posted before the "no-install" builds came out, but i don't know if that really changes anything.

Thanks

Ed St. Louis

unread,
May 28, 2014, 12:37:53 AM5/28/14
to xuggle...@googlegroups.com, ahm...@gmail.com
Jon,

I was able to successfully build 32 and 64 bit versions of Xuggler for both Windows and Linux a few months ago. I was even able to modify the version of gcc and g++ so that the binaries work correctly on CentOS based systems (they didn't work the first time I built Xuggler). I wrote a StackOverflow post to detail all the steps I took. It may be useful for you. 



-Ed St. Louis

Sent from my iPhone

Jonathan Corbin

unread,
May 28, 2014, 9:03:53 AM5/28/14
to xuggle...@googlegroups.com, ahm...@gmail.com
Ed, thanks for the link, i'll take a look at what you did to see if i'm missing a step or something. 
Just to clarify one thing, it looks like in your Stack Overflow post that you built the 64 bit Windows from the 32 bit Linux virtual machine, and that the 64 bit Ubuntu is just for building the 64 bit Linux build? If that is the case then that may be my problem, I've been trying to build for Windows from a 64 bit Linux VM... which would explain why only the 64 bit Linux build has been successful so far. 

Thanks


--
You received this message because you are subscribed to a topic in the Google Groups "xuggler-users" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/xuggler-users/Nfnl-a0_z6I/unsubscribe.
To unsubscribe from this group and all its topics, send an email to xuggler-user...@googlegroups.com.

jonjc...@gmail.com

unread,
May 29, 2014, 9:30:13 AM5/29/14
to xuggle...@googlegroups.com, ahm...@gmail.com
Update:
I installed Ubuntu 11.10 on a VirtualBox to try out these steps EXACTLY. The only problem is that 11.10 is now end of life and apparently you can no longer update package lists or download/install packages (unless I'm missing something).
So I went ahead and installed 12.04 instead but run into a familiar error "ERROR: libopencore_amrnb not found", even after installing libopencore-amrnb-dev. 
Has anyone ever actually been able to cross compile on newer versions of Ubuntu? The only success stories i've actually seen are from 11.10....


On Wednesday, May 28, 2014 8:03:53 AM UTC-5, Jonathan Corbin wrote:
Ed, thanks for the link, i'll take a look at what you did to see if i'm missing a step or something. 
Just to clarify one thing, it looks like in your Stack Overflow post that you built the 64 bit Windows from the 32 bit Linux virtual machine, and that the 64 bit Ubuntu is just for building the 64 bit Linux build? If that is the case then that may be my problem, I've been trying to build for Windows from a 64 bit Linux VM... which would explain why only the 64 bit Linux build has been successful so far. 

Thanks
On Tue, May 27, 2014 at 11:37 PM, Ed St. Louis  wrote:
Jon,

I was able to successfully build 32 and 64 bit versions of Xuggler for both Windows and Linux a few months ago. I was even able to modify the version of gcc and g++ so that the binaries work correctly on CentOS based systems (they didn't work the first time I built Xuggler). I wrote a StackOverflow post to detail all the steps I took. It may be useful for you. 


On May 26, 2014, at 6:02 PM, wrote:

Thanks Ed, you are correct! When I build for Linux everything goes great, tests all pass 100% and the jar is generated...
However I'd really like to build for windows. I've been following this tutorial: http://riaconnection.wordpress.com/2012/03/17/how-to-cross-compile-xuggle-xuggler-for-windows-7-64-bit/#comment-312
... but every time i run the ant run-tests for the windows 64 bit build, it always fails for one reason or another (usually something to do with mingw that i can't find any solid answers on). Do you know if that link is still accurate enough to follow? I noticed it was posted before the "no-install" builds came out, but i don't know if that really changes anything.

Thanks

On Saturday, May 24, 2014 10:42:06 PM UTC-5, Ed St Louis wrote:
Building the code should generate the jar files and put them in your build-directory-here/target directory. 

-Ed St. Louis

Sent from my iPhone

On May 21, 2014, at 12:37 PM,  wrote:

I was able to successfully BUILD version 5.5.... that being said i don't know how to then create the jar from the compiled project. If someone can share their knowledge on how to do that, i'd gladly share the jar... It's probably really simple with the built project but I've never built a project like this before...

On Monday, June 10, 2013 12:53:16 PM UTC-5, ayalcinkaya wrote:
Hi xuggler users,

I try to build the 5.5 version of xuggler, but I could not success. I waste a lot of time trying to build xuggler.

If someone success to make xuggler 5.5 jar , please share it with us ?

--
You received this message because you are subscribed to the Google Groups "xuggler-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to xuggler-user...@googlegroups.com.
To post to this group, send email to xuggle...@googlegroups.com.
Visit this group at http://groups.google.com/group/xuggler-users.
For more options, visit https://groups.google.com/d/optout.

--
You received this message because you are subscribed to the Google Groups "xuggler-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to xuggler-users+unsubscribe@googlegroups.com.

To post to this group, send email to xuggle...@googlegroups.com.
Visit this group at http://groups.google.com/group/xuggler-users.
For more options, visit https://groups.google.com/d/optout.

--
You received this message because you are subscribed to a topic in the Google Groups "xuggler-users" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/xuggler-users/Nfnl-a0_z6I/unsubscribe.
To unsubscribe from this group and all its topics, send an email to xuggler-users+unsubscribe@googlegroups.com.

Ed St. Louis

unread,
May 30, 2014, 12:44:04 AM5/30/14
to xuggle...@googlegroups.com
That is correct. I only use the 64-bit VM to build the 64-bit Linux version. 


-Ed St. Louis

Sent from my iPhone

Ed St. Louis

unread,
May 30, 2014, 12:47:34 AM5/30/14
to xuggle...@googlegroups.com, ahm...@gmail.com
It must have just recently EOL'd. You can modify apt-get to point to an older archive server so that everything still works. 

I can't remember exactly how to do it, but I'm sure you can find it on Google. 


-Ed St. Louis

Sent from my iPhone

jonjc...@gmail.com

unread,
May 30, 2014, 9:32:33 AM5/30/14
to xuggle...@googlegroups.com, ahm...@gmail.com
Hmmm I guess that's probably worth looking into since I've had no luck with the later versions of Ubuntu. 

Thanks again for your help Ed, I really appreciate it!

--
You received this message because you are subscribed to a topic in the Google Groups "xuggler-users" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/xuggler-users/Nfnl-a0_z6I/unsubscribe.
To unsubscribe from this group and all its topics, send an email to xuggler-user...@googlegroups.com.

To post to this group, send email to xuggle...@googlegroups.com.
Visit this group at http://groups.google.com/group/xuggler-users.
For more options, visit https://groups.google.com/d/optout.

Ed St Louis

unread,
May 30, 2014, 10:42:41 AM5/30/14
to xuggle...@googlegroups.com
Here is a link that can lead you to pointing your apt-get repositories to the correct archive: http://superuser.com/questions/339537/where-can-i-get-therepositories-for-old-ubuntu-versions

If you are still unable to get it working, I may be able to clone the virtual machines I used to build Xuggler and send them your way. Let me know.
Ed St. Louis
Cell: 801-999-8844
Home: 801-964-1855

jonjc...@gmail.com

unread,
May 30, 2014, 11:53:47 AM5/30/14
to xuggle...@googlegroups.com
I found a similar link (here) earlier and was able to set up the VM just like yours was. 

And an hour later I successfully got the Windows 32-bit version built! Building the Windows 64-bit version now. 
I'll start messing around with them soon to see if they actually work, but i'll take the build success as a good sign!

Thank you so much for your help, I'd buy you a drink if I could!

sebastien...@telemis.com

unread,
Apr 1, 2015, 5:58:13 PM4/1/15
to xuggle...@googlegroups.com
Hi everybody,

I need the xuggle5.5.jar (for windows 32- and 64-bits and for iOS) too, but Idon't succeed in the building of it.
Can anayone give a clear procedure to do it ?

Thank you,

Seb

Ed St. Louis

unread,
Apr 1, 2015, 6:33:17 PM4/1/15
to xuggle...@googlegroups.com
Reply all
Reply to author
Forward
0 new messages