JMF stands for the Java Media Framework.
0
votes
0answers
8 views
Java Media Framework stop or hide video in JPanel
I got problem with JMF I try play movie, and on keyPressed I want to stop playing movie, and back to main program.
This is my function to play movie:
public void grajFilm(boolean czyGrac){
URL ...
-1
votes
0answers
7 views
jmf video audio capture difficulty in windows,perfectly fime in windows xp [closed]
I am working on my final year project titled live streaming using cloud.It basically involves audio video capture using jmf where in I create a server program which acts as my local cloud and ...
1
vote
0answers
23 views
JMF Music Player
I'm trying to create a simple mp3 player by the JMF library for a school project, but I always have this error. The path to the file is correct.
java.lang.NullPointerException
at ...
0
votes
0answers
11 views
JMF NoPlayerException
Hi I'm trying to play an AVI video file in Java, currently I use the JMF,
but it always shows these errors:
javax.media.NoPlayerException: Cannot find a Player for :video.avi
here is my code :
...
0
votes
0answers
8 views
Record and store video in local using JMF
I am new to JMF. I am developing java application and i want to record video with audio using usb camera and store it in local using JMF.
Please give me some best materials, tutorials or sample ...
0
votes
1answer
36 views
Play MP4 video using JMF
How to play MP4 video using JMF?
I am creating java application. I want to play mp4 file using JMF. I tried to play mp4 file but it throws exception
Could not create player for filename.mp4
mpg ...
-1
votes
0answers
22 views
How to Access video capture card using Java JMF [closed]
Is it possible to access video capture card using Java JMF?
Actually I have camera with only one yellow pin which is video input, I want to stream to view or record or for transmission.
Is there any ...
0
votes
0answers
53 views
Jar file failed to run when exported from MyEclipse
I have written a program which I used Java Media Framework (JMF) Library to capture video from camera and display the video, when I run the program in Eclipse it work will, but when I export the ...
0
votes
0answers
37 views
Errors: Can't open webcam for capturing video/image
Hello guys here i have errors while running this code i cant get applet for capturing video from my webcam so anyone there to help me where is my mistake?? I am also posting the stacktrace.
import ...
0
votes
0answers
17 views
Compressing IP/UDP/RTP Headers in JMF
I am working on Voip application using JMF. For the low bandwidth dial up connection we need to compress IP/UDP/RTP headers (IETF standards).
IETF standard RTP header compression
How can I ...
1
vote
1answer
56 views
Creating RTP packets
I'm working on a project relates Real-Time multimedia Streaming where the video is divided into rtp packets and sent to the client . In the client the rtp packets are extracted and are reassembled ...
1
vote
1answer
38 views
Call Applet.getMethod() with javascript throws error msg : TypeError: Applet.getMethod() is not a function
I have an applet that use JMF libraries, called like this :
<object id="cameraViewer"
classid="java:MyApplet.class"
type="application/x-java-applet"
archive="myapplet.jar" ...
0
votes
0answers
31 views
how to transmit video Via JMF to Android phone
I want to see my webcam preview in my android app. I'm using JMF which is detecting my webcam and also I'm transmitting the video but how to receive at android phone.
At server side i"m transmitting ...
0
votes
0answers
23 views
JMF Jitter Buffer Controling
I am working on a VoIP project using JMF .Here I am not able to control Jitter Buffer at the receiving end.
By using BufferControl the length of buffer can be control streams before transmit.But ...
0
votes
0answers
32 views
Playing a Video file in JMSTUDIO
I have just installed JMF 2.1.1 and JMStudio for my project.When i open any video/audio file in JMStudio, i am getting an
Exception:java.io.IOException :File not found
And an *error :
...
0
votes
0answers
55 views
“Error creating player” when using JMF from JAR to play video
I am making a game engine and pretty much finished it up. One last thing I wanted to do however was add video support, so I used the JMF. Now, I am using Netbeans and have got everything working fine ...
1
vote
2answers
135 views
Eclipse missing imports (javax.media.* and com.sun.media.*)
I have this old java applet that i need to debug, yet i have some problems with import.
The import javax.media.* cannot be resolved.
The import com.sun.media.* cannot be resolved
After some ...
0
votes
0answers
102 views
JMF Error - The method getDeviceList returns a Vector whose size is 0
I am developing an application that should capture images from a webcam in Java, for that I am using JMF (Java Media Framework). I'm having trouble recognizing the WebCam.
Vector devices = ...
0
votes
1answer
55 views
Jmf Mp3 files not streaming on rtp
The player mp3 gives error:
RTP Handler internal error: javax.media.ControllerErrorEvent[source=com.sun.medi
a.content.unknown.Handler@baf4ae,message=Internal module com.sun.media.BasicRend
...
0
votes
1answer
92 views
Java Media Framework - MP3 Issues
Im using Windows 7 and can "Java Platform SE Binary" in my sound mixer but yet still no sound seems to play.
My code is:
import javax.media.*;
import java.io.File;
import java.io.IOException;
import ...
0
votes
0answers
78 views
Audio not transmit to destination over Network usin RTP and JMF
I working with JMF and connected two computer in a LAN with a wireless access point.
for transmit and receive audio using the below code, this code working when I running both of class on the same ...
0
votes
0answers
172 views
Cannot find a Player for :vfw:Microsoft WDM Image Capture (Win32):0
I'm trying to get a picture with your webcam, but I get an error:
javax.media.NoPlayerException: Cannot find a Player for :vfw:Microsoft
WDM Image Capture (Win32):0
I have a simple standard ...
0
votes
0answers
97 views
JMF. How To Stream RTP video highter than 320*240?
I'm developing webcam p2p chat with JMF. But I caught a problem when tried to send stream:
SendStream sendStream = rtpManager.createSendStream(dataOutput, 0); // only one track is available and it's ...
0
votes
0answers
29 views
Requested format not supported Exception in thread main, JMF
package l2bot;
/**
* Show the original webcam image using AWT (not Swing)
*/
import java.awt.*;
import java.awt.event.*;
import java.awt.image.*; // BufferedImage
import jmfdemo.*;
public class ...
0
votes
0answers
27 views
How to use RTPHeader JMF
Is there anyone who have ever tried RTPHeader class in JMF? I instantiated this class and set the extension byte, but I got nothing on the receiver. When do I have to instantiate this class?
Here is ...
0
votes
0answers
21 views
JMF Header Size
I would like to ask, how many bytes of the header on rtp DatagramPacket in JMF?
I assumed that there are 24 bytes on the header. Am I correct? Because I want to modify only the data in DatagramPacket ...
0
votes
0answers
93 views
Implementing Steganography on Audio Streaming
I'm new here..
I'm trying to implement steganography on audio streaming using JMF so I modify datagrampacket data on the server and directly send it. Why I can't get the stream on the receiver? My ...
0
votes
0answers
25 views
JMF unable to release resources
I really need help.
I am trying to build a media player in Java using Java Media Framework.
I don't prefer switching over to other alternatives like JLayer, etc.
I can play the files without any ...
0
votes
0answers
42 views
How can I access multiple cameras at the same time with JMF? [closed]
I wish to use multiple webcams at the same time in Java using JMF, passing the video stream through some image processing algorithm.
However, JMF does not seem to allow me to access three cameras at ...
0
votes
0answers
59 views
How to re-transmit a rtp session using the one/ the same processor in JMF?
Good evening, I am implementing a JMF project which can ping and transmit audio in the same time. I am having some issues. Everything seem fine when I try to transmit the audio across the network and ...
0
votes
2answers
233 views
Setting up JMF in Windows 7 64 bit
I have searched high and low trying to figure out how to get this stupid thing working. I downloaded, and ran, the Windows installer for JMF and set both my PATH and CLASSPATH environmental variables ...
0
votes
0answers
48 views
How to convert dataSink transmission into SessionManager transmission in JMF?
Good Evening, I am interested to learn and master the JMF before I move on to study others rtp transmission technology. There is something I'm confuse with, can I convert:
try {
...
0
votes
0answers
31 views
Distribute JMF with application windows performance pack
Is there any possible way to repack the JMF windows performance pack (perhaps as a ".jar") with my application so that the user does not have to install the JMF but it will be a part of the ...
0
votes
1answer
89 views
How to interrupt an audio rtp session in JMF?
Good evening, I am implementing a JMF project which runs 2 rtp session on the same computer. The rtp session can be initialize and start, but how can I interrupt one of them. Instead of don't run 2 ...
0
votes
0answers
51 views
Unable to play JMF rtp sessions in other pc in network
package simpleaudioplayer;
import javax.media.*;
import java.io.File;
import java.io.IOException;
import java.net.URL;
import java.net.MalformedURLException;
public class SimpleAudioPlayer {
...
0
votes
1answer
80 views
web cam is not identified by jmf
i used jmf jar file to run my web cam. here my code.It doesnt show my web cam when run this code? can anyone give me a solution ? Thanks
CaptureDeviceInfo di = ...
0
votes
0answers
109 views
Unable to handle format: MJPG
I am trying to capture webcam using JMF. But when i try to run my code i get this,
Unable to handle format: MJPG, 640x480, FrameRate=15.0, Length=921600 0 extra bytes
Failed to realize: ...
0
votes
0answers
156 views
Could not create/find processor in audio capture program Java/JMF
I try to run the sample program which perform a simple media/audio capture in JMF. I had change the path of the JMF2.1.1e folder to C:\JMF2.1.1e instead of C:\Program Files (x86)\JMF2.1.1e due to some ...
0
votes
1answer
263 views
How to send rtcp bye message using Java Media Framework (JMF)?
I am using a java application to set up a SIP session with nuance speech server using JAIN SIP java API. Then I prepared the system for recognition by setting it up by sending some MRCP commands like ...
0
votes
1answer
230 views
JMF + mp3plugin.jar mp3 files is not playing
I have this code :
package test;
import java.io.File;
import javax.media.Format;
import javax.media.Manager;
import javax.media.MediaLocator;
import javax.media.Player;
import ...
0
votes
2answers
113 views
How to remove vocal from a sound track prefereably mp3
Did anyone ever tried or worked on an app that removes vocal data from the mp3 file leaving the midi/the background music track.
Is there any open source lib for that to accomplish and how far this ...
1
vote
1answer
115 views
How to access webcam with SWT
I am going to access webcam in SWT, but in Java it needs to use JMF to play video, music or open webcame, but these are addable in swing component, is there any way to play video with SWT without JMF? ...
0
votes
1answer
229 views
Merge webcam stream and a video file and send the result by RTP or RTSP
Hi,
We are students working on a Java project where we have to:
Capture the video stream from a webcam
Merge this stream with a video file (we take the average of colors of each pixel, so the two ...
0
votes
1answer
328 views
How to make java JMF work to make a video using multiple images?
I'm trying to use JMF to make a video using multiple jpg images.
These images are also saved using ImageIO of Java itself.
Unfortunately, I cannot find a code sample or a working code/class to ...
0
votes
0answers
129 views
Integrating SWT and JMF in Eclipse
Trying to build a simple MP3 player with a GUI front end. Basically I can get an mp3 to play fine using JMF but when I import/use org.eclipse.swt it just refuses to play the mp3. I am guessing that ...
1
vote
1answer
72 views
Do I have to implement Java Media Framework interfaces?
I've been reading about Java Media Framework and I am confused about it. For instance, the interfaces Player and Processor. Do I have to implement the start() method for these interfaces?
0
votes
0answers
150 views
RTP synchronizing audio and video at the receiver
I am trying to build an application with Java Media Framework. I am going to send audio and video data in separate RTP sessions. I am not sure how I should synchronize the audio and video at the ...
0
votes
0answers
138 views
How to work with JMF or play video in swing?
I will be very glad.If somebody helps me in my video management project.
Actually i didn't know or aware to work with JAVA MEDIA API. to embed video in swing..
So if any one send me a code of 'playing ...
0
votes
0answers
42 views
JMF API on the compile-time class path
I have made a game that consists of a few different screens, start screen, menu screen and play screen, I want a portion of my menu screen to be a video without any controls so that it looks like an ...
0
votes
1answer
172 views
Embedding a video in my Java GUI
I have made a simple game, it is a state based game meaning I have many different states (screens) such as the start-up screen, menu screen and the actual game, my menu screen is boring at the moment ...

