Desktop Java

Xuggler Development Tutorials

Hey guys,

With this post I would like to introduce some new cool tutorials that are coming up at JavaCodeGeeks. They will be about media (audio/video) manipulation with Xuggler, FFmpeg and Wowza. I am going to keep track of all the related tutorials in this post.

You can have a first crash on these technologies by checking Pat’s older post about RTMP To RTSP re-stream using Wowza and Xuggler. Please note that this is kind of intermediate level. However, the subsequent posts will begin from a novice level, since I am also a beginner.

Stay tuned for more, here at JavaCodeGeeks!

Relevant Tutorials:

Want to know how to develop your skillset to become a Java Rockstar?

Join our newsletter to start rocking!

To get you started we give you our best selling eBooks for FREE!

 

1. JPA Mini Book

2. JVM Troubleshooting Guide

3. JUnit Tutorial for Unit Testing

4. Java Annotations Tutorial

5. Java Interview Questions

6. Spring Interview Questions

7. Android UI Design

 

and many more ....

 

Receive Java & Developer job alerts in your Area

I have read and agree to the terms & conditions

 

Ilias Tsagklis

Ilias is a software developer turned online entrepreneur. He is co-founder and Executive Editor at Java Code Geeks.
Subscribe
Notify of
guest

This site uses Akismet to reduce spam. Learn how your comment data is processed.

3 Comments
Oldest
Newest Most Voted
Inline Feedbacks
View all comments
Rajesh K
9 years ago

Hi,
Using Java xuggler compressing large video file taking 16 minutes 714mb size 1hour 20min length

I’m newbie to xuggler and have done some experimental xuggler api using Java. I’m using Converter.java to compress video file found converter.java here https://github.com/artclarke/xuggle-xuggler/blob/master/src/com/xuggle/xuggler/Converter.java. Need to compress large video files 1 to 2 minutes. If anybody knows how to do this.Please infrm me vid my email address.

Sadh
Sadh
8 years ago

Hi ,
How can i get the stream packet fom webcamera to wowza server .i tried but not getting stream in wowza server

Ram
Ram
7 years ago

Hi everyone,
I am developing an android application which sends RTSP/RTMP stream to WOWZA server and WOWZA server finally sends that stream to desktop web JWPlayer. It’s been 4 months, I have been trying dozens streaming libraries (Like libstreaming, Vitamio, etc.) But none helped me.
I finally landed here and heard something about Xuggle-Xuggler, But I have no idea whether my scenario (mentioned above) would be possible using xuggler or not.
Please help If it is possible. If possible then gimme a way, how can I start with xuggler. Today only I heard about Xuggler.
Awaiting for response. Thank you.

Back to top button