Menu
Menu
DaniWeb
Log In
Sign Up
Read
Contribute
Meet
Search
Search
About 345 results for
jmf
- Page 1
JMF won't detect built-in webcam
Programming
Software Development
12 Years Ago
by Krokcy
…) System.out.println("No Capture devices known to
JMF
"); else { System.out.println("The following …+ info.size() + " capture devices are known to the
JMF
"); for (int i = 0; i < info.…, however not sure whether
JMF
is basically i just added the
JMF
.jar to the project path…
JMF question: question about the unrealized player
Programming
Software Development
20 Years Ago
by chatt
… just got a problem in running my first
JMF
java program. I wanted to create a player and play … well before I could realy write my own player using
JMF
? If it is, could you kindly give me some hint…
Re: JMF and Eclipse
Programming
Software Development
17 Years Ago
by cms271828
Yeh, currently I'm adding the
jmf
.jar to the build path, but its not really adding … path to use C:/Program Files/JMF2.1.1e/lib/
jmf
.jar. So when I jar up the project, and a… user downloads it, it will know where to look for
jmf
.jar. Isn't there another way, like by adding the…
Re: JMF won't detect built-in webcam
Programming
Software Development
12 Years Ago
by Krokcy
…*, my problem is just that i cant get the library
JMF
to detect my web cam. Basically when i use the…
Re: JMF won't detect built-in webcam
Programming
Software Development
12 Years Ago
by harinath_2007
can you post your entire code..it may be useful to comment further about your problem.. as far as i understand , i dont feel that it is the problem of
jmf
library..
JMF and Eclipse
Programming
Software Development
17 Years Ago
by cms271828
… by installing JMF2.1.1e, and then I add its
jmf
.jar file to the build path of the project within… jdk1.4(or higher) installed, without having to install the
JMF
. So basically I would like to try and add the…
Re: JMF and Eclipse
Programming
Software Development
17 Years Ago
by Ezzaral
… really don't want to realy on the users installing
JMF
to a particular place. It's much easier to manage… zip or tar your project into a structure that includes
JMF
in a /lib folder and use that with your class…
Jmf audio capture problem
Programming
Software Development
14 Years Ago
by adina_m
Hi! I read the
jmf
tutorial for how to capture an audio. I tried to … didn't find a device to record with? I used
JMf
Studio to record an audio file with the same parameters…
Re: JMF and Eclipse
Programming
Software Development
15 Years Ago
by mlikesit
Actually you CAN add Jars on your path to the Jar when you Jar up a Project. I do it all the time using FatJar (Eclipse Plugin) and it makes it way easy. I'm also trying to get a
JMF
app that can run anywhere without any setup on the end machine. In this case it's for code I'm going to run on company servers, not a user's machine.
Jmf Frame Grabbing
Programming
Software Development
16 Years Ago
by chetan_8187
… the code is just standard code to present media in
JMF
. */ public boolean open(MediaLocator ml) { try { p = Manager.createProcessor(ml…
JMF application
Programming
Software Development
16 Years Ago
by justluck
Hi, anyone knows how to use java
jmf
to get the client side screen resolution? The server and client are setup already but i just dunno how to automatically get the client's screen resolution. Thanks !
JMF live output
Programming
Software Development
16 Years Ago
by PhiberOptik
Hi Guys, I am using
JMF
and a guide ( [url]http://www.mutong.com/fischer/java/usbcam/[/url] ). The problem I am facing is that I can't figure out how to output the data live as I take it in. Basically, I want to use my webcam as a mirror. Thanks PO
JMF Installation fail
Hardware and Software
Linux and Unix
13 Years Ago
by hakeemtunde
I was wandering if someone have ever install
JMF
on ubuntu before using the .bin package from sun site. I've being having problem while installing it. THe error it show was 309 file not found during extraction.
Re: JMF Installation fail
Hardware and Software
Linux and Unix
13 Years Ago
by rubberman
Well, on my system (an RHEL 6 clone) it shows up in the repositories as ant-
jmf
.
Re: Remote Webcam Access Through JMF
Programming
Software Development
10 Years Ago
by stultuske
JMF
is ancient. they stopped supporting it years ago. you may want to look for a somewhat more 'up to date' technology. So, you tried something, but it's not successful. Can you show us what you tried and tell us what exactly went wrong?
Re: JMF Audio
Programming
Software Development
11 Years Ago
by sankubha
No i didnt started yet..... i just used
jmf
to play audio files..... If
JMF
is out of date means... which technology is good to do that.......
Re: JMF Audio
Programming
Software Development
11 Years Ago
by stultuske
well ... first it's good thing to know that
jmf
is pretty out of date, and hasn't been updated for years. the "how to do that" is most likely a lot more to explain than you want to read in a simple post. what have you got so far? have you already started on your code?
Re: Jmf not working properly
Programming
Software Development
11 Years Ago
by stultuske
it throws 'an error' .... what error? what's in the stack trace? my recommendation: even though
JMF
can be an asset, it's an unmaintained legacy library, which hasn't been updated for years (and there are also no plans to do so). it might be a good idea to see whether or not you can find an alternative.
java for cairo (jre, jdk, jmf, jsapi) - sound.jar not found in jmf 2.1.1
Programming
Software Development
15 Years Ago
by johnyjj2
…/projects/cairo/install.html[/url]). The first thing is about
JMF
. I downloaded jmr-2_1_1e-linux-i586.bin (the other thing… [url]http://www.luniks.net/luniksnet/html/java/jtvd/doc/
jmf
.html[/url] . I executed bin file in /usr/lib as…/projects/cairo/install.html[/url]) says "This will install
jmf
.jar and sound.jar to the lib/ext directory of…
Re: Problem playing MPEG 4 in JMF over HTTP?
Programming
Software Development
18 Years Ago
by jyotirmoy
…://fobs.sourceforge.net/index.html[/URL]) 3.
JMF
plugin SJMF([URL="http://www.salyens.com/&…]) After adding any of these plugins, the
JMF
studio on my machine can now play any…play movie over HTTP is documented for some
JMF
plugins also. Now I want to know …whether there is any
JMF
plugin that supports it. Or is there any…
Re: video format supported in JMF
Programming
Software Development
20 Years Ago
by cosi
…video formats, take a look at FOBS for
JMF
[url]http://fobs.sourceforge.net/[/url]. It uses…capture? I've been meaning to post my
JMF
Video capture code for a while now.... …one more question. I tested in my java
JMF
program just now. I found that AVI and …MOV format are supported by
JMF
. Whereas the WMA format is not supported at…
Re: video format supported in JMF
Programming
Software Development
20 Years Ago
by rohit_macharlra
… one more question. I tested in my java
JMF
program just now. I found that AVI and …MOV format are supported by
JMF
. Whereas the WMA format is not supported at all…Thanks.[/QUOTE] hai I developed a player in
JMF
but i failed to run avi and MOV formats… in the
JMF
player. U said that for u those formats…
When I'm running this Video Chat, JMF player and my webcam don't open
Programming
Software Development
11 Years Ago
by ysaburou
… will receive RTP UDP packets and stream * them to the
JMF
RTP Player or (RTPSM) which is not aware of the… it lights) but after that, neither the webcam nor the
JMF
player opens. I have taken into consideration the JAR files… and put the
jmf
.properties in the same folder where the JAR files are…
Re: how to use jmf play avi file?
Programming
Software Development
17 Years Ago
by jessen
I download
jmf
jmf
-2_1_1e-windows-i586.exe from [url]www.sun.com,but[/url] i find that mpegămp3 and mpg are supported,and the
jmf
is the latest version
Re: Help with JMF? (Playing audio file)
Programming
Software Development
15 Years Ago
by JamesCherrill
Sorry adatapost, but I have the
jmf
mp3 plugin installed and working on my Windows system. [url]…http://java.sun.com/javase/technologies/desktop/media/
jmf
/mp3/download.html[/url]
Jmf
should be capable of doing all the stuff…
video format supported in JMF
Programming
Software Development
20 Years Ago
by chatt
…, Just got one more question. I tested in my java
JMF
program just now. I found that AVI and MOV format… are supported by
JMF
. Whereas the WMA format is not supported at all. May…
Setting preset for a JMF Player
Programming
Software Development
20 Years Ago
by vrc_sekhar
Hello EveryBody, I ve Created a
JMF
supported Audio/Video Player, now i want to set presets like Rock,Jazz,etc. for my player using
JMF
API. Can anyone help me out in this regard.
how to use jmf play avi file?
Programming
Software Development
17 Years Ago
by jessen
Just got one more question. I tested in my java
JMF
program just now. I found that AVI format are not supported by
JMF
. and also wmv,wma; who can help me? thank you!!!
Re: how to use jmf play avi file?
Programming
Software Development
16 Years Ago
by jessen
I found the answer,the avi is supported by
JMF
;but many avi file are formated from other types;thank you very much,I find I get the new question now,many avi are not supported by
jmf
;
Play avi file in JMF
Programming
Software Development
16 Years Ago
by ramkumarm
Hi, i am using
JMF
,, how to play avi files in
JMF
, I have already install mp3plugin jar in jre.. still i got error as Failed to configure: com.sun.media.PlaybackEngine@b8df17 Bad header in the media: Currently files with no idx1 chunk are not supported Error: Unable to realize com.sun.media.PlaybackEngine@b8df17
1
2
3
6
Next
Last
Search
Search
Forums
Forum Index
Hardware/Software
Recommended Topics
Programming
Recommended Topics
Digital Media
Recommended Topics
Community Center
Recommended Topics
Latest Content
Newest Topics
Latest Topics
Latest Posts
Latest Comments
Top Tags
Topics Feed
Social
Top Members
Meet People
Community Functions
DaniWeb Premium
Newsletter Archive
Markdown Syntax
Community Rules
Developer APIs
Connect API
Forum API Docs
Tools
SEO Backlink Checker
Legal
Terms of Service
Privacy Policy
FAQ
About Us
Advertise
Contact Us
© 2025 DaniWeb® LLC