Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Which framework to use for media

I have a project wherein video has to be recorded and played back with certain features, like play , pause, reset and has to be synchronised with some other process.

Now the other process is already developed in Java and I have to embed the video into it. So when I started exploring the options, I came across JMF and FMJ. I started analysing pros and cons and what I am concerned FMJ project is dead for 3-4 years. JMF I am finding difficult to get tutorials.

Which of the 2 frameworks should i choose ?

like image 960
chai Avatar asked Nov 04 '22 21:11

chai


1 Answers

You can borrow frameworks from jitsi.org, they have extended JMF. See source code for details. There are a lot of good tutorials on JMF you can use that for jitsi. good luck

like image 51
Pujan Avatar answered Nov 12 '22 21:11

Pujan