Tagged Questions

JMF stands for the Java Media Framework.

learn more… | top users | synonyms

12
votes
5answers
7k views

Video playback in Java ( JMF, Fobs4JMF, Xuggler, FMJ )

I need simple video playback in Java. Here are my requirements: PRODUCTION QUALITY Open and decode video files whose video and audio codecs can be chosen by me. I.E I can pick well behaving codecs. ...
7
votes
1answer
4k views

How to capture video using JMF, but without installing JMF

A videoconferencing project I was working on used JMF to capture video and audio, and transmit it to another endpoint. An issue was that my team didn't want the user of the product to have to install ...
5
votes
3answers
1k views

Webcam control in java

I am thinking of creating a project for controlling my integrated webcam in java. I have tried searching and found that we need to use JMF for this kinda stuff. But i couldn't find any good tuts ...
5
votes
4answers
2k views

Detect WebCam device using with java

I am using JMF to operate my web cam.My usb webcam works perfectly with JMF, I used it in JMStudio however,when I make this call from my java code deviceListVector = ...
4
votes
1answer
294 views

How to play 3gp file in Java?

It is a Java question. I try to use Fobs4jmf to play 3gp. I can see the video but without any sound. Is there any solution? And I try a newer library called xuggler, but I only see how to manipulate ...
4
votes
2answers
1k views

JMF replacement

JMF is old, and doesn't support a lot of codecs properly. I get by these days by using FFMPEG in the background, but I would like to switch to a native java solution if one exists, does anyone know of ...
4
votes
4answers
4k views

Video Thumbnails in Java

I want to generate a thumbnail preview of videos in Java. I'm mostly JMF and video manipulation alienated. Is there an easy way to do it? What about codecs? Will I have to deal with it? Any video ...
3
votes
1answer
119 views

How to capture video with audio from webcam in Processing

I'm trying to capture video with audio from a webcam using Processing. I'm able to capture video using Processing's video library but there's no way of capturing audio along the video with that ...
3
votes
1answer
149 views

JMF Video Capture on Macbook Air

I'm trying to work with the webcam on my Macbook Air via JMF, but jmfinit can't seem to find it. I get the following output: Looking for Audio capturer Finished detecting javasound capturer Looking ...
3
votes
3answers
545 views

which is better? JMF or VLCJ. especially for streaming youtube videos

I am an average java developer and i am trying to come up with a browser that is developed entirely in java. I want that my browser must be able to play youtube videos, and for that i was planning to ...
3
votes
1answer
1k views

MP3 won't stream with JMF

Basic idea is to access .mp3 file and send it through RTP stream to other client, who will want to play that song. Here is RTPServer.java, which I found online and modified it to my liking. ...
3
votes
1answer
262 views

Run Java ScreenGrabber example

I'm trying to test the Screen Grabber sample from JMF. Could anyone tell me how to write the main method to run this example?. I have reviewed a lot in Google and have not found a way to make it ...
3
votes
2answers
117 views

Movie ended on JMF,now terminate program

I want my program to terminate itself once the movie played has ended, using system.exit(0). is there a way of doing that? I dont want to use Timer.
3
votes
1answer
517 views

Video Streaming in Android

I have made an Application in Java that transmits video (JMF= "JAVA MEDIA FRAMEWORK"). Now I want an Android client for receiving video. What steps do i follow to make such client. I have seen ...
3
votes
3answers
237 views

Is there an equivalent to Java Media Framework in C#?

Is there an equivalent to Java Media Framework in C#?
3
votes
1answer
2k views

Webcam access from JavaFx

Does the latest JavaFx version support streaming webcam video? Is it possible to get it through JMF in fx?
3
votes
0answers
2k views

Reading raw data from a video capture in JMF

I'm trying to read raw video frames from a video capture device using JMF - the Java Media Framework. I've successfully written the "capture" part - using a Player object created by Manager, I can ...
2
votes
0answers
20 views

Why JMF is not working on Audio streaming with Mjsip?

I am using Mjsip to create a softphone. In the code there is three type option for audio straming. Using JMF (Java Media Framework) Using Java Audio Using RAT (Robust Audio Tool) I am not using ...
2
votes
1answer
18 views

Audio channel selection in Java JMF

I am using Java JMF to play a MPEG video with sound. I want to select the left audio channel when playing. How to do that? Thanks.
2
votes
0answers
40 views

Record screen and audio then generate to one video file in java.

I am writting a program as http://www.screencast-o-matic.com/. I used applet and import jmf.jar to my project. When I use it, it couldn't get anything capture devices so it couldn't capture audio and ...
2
votes
2answers
193 views

Streaming video from a webcam with JMF causes Windows 7 to switch to the basic theme

My Java program that opens up a webcam stream and streams the captured video to a Swing component works, but when I launch it, it causes Windows to switch to the Basic theme. This is an excerpt from ...
2
votes
1answer
287 views

Where can I download the mp3plugin.jar to play MP3s in Java code?

I need to Play a MP3 File in Java code under Linux environment (Ubuntu 11.04). I tried to download the MP3plugin.jar file from http://www.oracle.com/technetwork/java/javase/download-137625.html ,but ...
2
votes
1answer
69 views

Video stegnography in java [closed]

I want to implement the functionality of video steganography in java. Can anyone guide me how to start with it ? What kind of background reading i need to do firstly? The functionality i want is the ...
2
votes
1answer
105 views

Why do i get these exceptions while trying to play a mp3 file?

I downloaded JMF MP3 Plugin to play mp3 files in my java program.I included mp3plugin.jar in my project library of netbeans along with JDK. But still i am unable to play mp3 file. When i run my code i ...
2
votes
1answer
397 views

Using JavaFX to capture a video stream from the client browser

i am considering to build a web application that should let users record videos from their webcam and upload (or stream) to the website server. I know about JMF that should help me building the ...
2
votes
1answer
729 views

Netbeans Platform Application doesnt detect webcam devices with JMF

I've been trying to develop an application with Netbeans RCP to grab images from a webcam. Plain and simple, it works in a regular Java project. So first of all the JMF must be installed (I'm on ...
2
votes
1answer
464 views

Generate photo SlideShow in Java and Export as Video

I want to create a cross platform SlideShow maker desktop-application (mainly Windows & Mac), the SlideShow will be generated using a set of images with background music, subtitles/captions and ...
2
votes
1answer
1k views

Recording multiplexed Audio/Video to a file using JMF

I have a project that uses JMF, and records for a short time (a few seconds to a couple of minutes) both the web camera, and audio inputs, and then writes the results to a file. The problem with my ...
2
votes
2answers
406 views

Java FMJ is not cross platfrom ? How can it be fixed?

I was trying to use FMJ (for windows/linux/mac). Where JMF was not working for me (so decided to work with FMJ as it is cross platform). But when ever i am trying FMJ it never works, where you can see ...
2
votes
1answer
107 views

what's the best media solution for java in a chat application?

I'm about to make a decision about the ideal technology for audio/video chat and I need your expert advice, specifically on the client side. java media framework doesn't seem mature enough, fms seems ...
2
votes
0answers
653 views

QuckTime RTSP/RTP over HTTP and Java

I have webcam. I can work with it using RTSP/RTP over HTTP tunneling (because only 80 port is opened for me). QuickTime player plays video. I want to catch this video and save it to disc in AVI ...
2
votes
2answers
734 views

Any legitimate way to get the JMF source code

According to link here , it is possible to get the source code under Sun Community Source Licensing (SCSL); however, I can not find any place to pursuit this and this link is obsolete now. Any ...
2
votes
1answer
836 views

Problems creating an RTP stream with JMF

I'm at the very early stages of a project requiring the broadcasting, using RTP, of a DataStream created from a MediaLocation. I'm following some example code which currently failingin on the ...
2
votes
3answers
1k views

How to learn .wav duration in Java media frame work?

I am tyring to merge an .mov file with a .wav file using java media framework, thus I need to know their duration. How can I do this? Any ideas would be appreciated..
2
votes
1answer
856 views

Java Media Framework: extract audio info from mp3 file

I'm analyzing music mp3 files. What I'm doing is extracting the audio data from the file and computing music similarity. I've been using javazoom in order to handle mp3 files. By using audioFormat ...
2
votes
3answers
561 views

'Master Gain not supported' in OpenJDK

We have problems playing audio files using JavaZoom's libraries on OpenJDK in Linux, although it works perfectly on Sun JDK. Is there any workaround for this 'Master Gain not supported' exception? ...
2
votes
6answers
609 views

Java for a video based application: Good choice?

I am in the concept phase of an application that is going to have a lot of Audio/Video input and output. I want to do it in Java; but somehow am not fully convinced yet. What do you think? How bad ...
2
votes
2answers
4k views

where can i find Java JMF tutorial

I'd like to know about basic classes for playing video from webcam I'd also like to play with video buffers pixels where can i find a Java JMF tutorial that will help me achieve that?
1
vote
0answers
57 views

Playing media files in Java?

I've set myself the task of creating a media player in Java. I've seen that the JMF and Xuggler are both quite good ways to implement the actual audio/video playing, among others. My question is that ...
1
vote
0answers
33 views

JMF Plugin for .mkv file type?

Title says it all. Is there one anywhere? I know that JMF is outdated, but I'm using it for a little application, and it can't read mkv files by default. Alternatively, is there a method for ...
1
vote
4answers
179 views

How to load media resources from the classpath in JMF

So, I have a Java application that I want to turn into an executable jar. I am using JMF in this application, and I can't seem to get the sound files working right... I create the jar using jar cvfm ...
1
vote
1answer
247 views

JMF on 64bit java?

I know JMF is pretty much dead and whatnot, but I do know that it can still be used. I intend to use it for personal uses and don't expect that much from it. I have managed to install the 32bit JMF ...
1
vote
0answers
96 views

JMF: Setting FPS for webcam

I have a webcam and java demo to capture the frames. However, I have yet to find a way to set the FPS. I'm setting the FPS using a new VideoFormat and I can see that it is correctly applied by ...
1
vote
1answer
108 views

JMF- no permission to write files from applet

I am creating a application using jmf that will be launched on a user's computer with java web start and a jnlp file. I would like to create a jpg image of a JFrame and then use those images to make a ...
1
vote
1answer
53 views

Java and Multimedia

I am planning to retrieve the frames from a video [mpeg]. The frames captured need to be either .bmp or .jpg images and need to be saved in a folder. How can I proceed with this approach? I am ...
1
vote
1answer
210 views

Tutorials on Java Media Framework

My main goal is to capture video to a data source and place it on the web. I've spent almost eight hours looking for information on JMF. I have found a lot of information on the JMF structure and ...
1
vote
0answers
49 views

fobs4jmf.dll Error in Java Swing playing .avi videos

I recently started helping a colleague with debugging a video crash issue with her Java Swing application. The application makes a native call to fobs4jmf.dll for playing .avi files. Sometimes, not ...
1
vote
1answer
35 views

Obtain a VideoFormat from a File

I saw that I can retrieve information on an audio file in this way: AudioFileFormat fileAudioFileFormat = AudioSystem.getAudioFileFormat(mFile); AudioFormat fileAudioFormat = ...
1
vote
0answers
143 views

bigger resolution in JMF

Hi there guys i got this code in leejava but its only save jpg file with size 320x240 i want it to capture and save with bigger resolution starting at least at 800x600. Can anyone help me?? the code: ...
1
vote
0answers
96 views

What's the proper way to structure an AEC (Acoustic Echo Cancellation) filter for JMF?

I'm working on connecting the Speex Library to JMF for the purpose of doing Voice Activity Detection/Noise reduction, and also for Acoustic Echo Cancellation. (I may adopt the codec at some point in ...

1 2 3 4 5