This week's book giveaway is in the Agile and other Processes forum. We're giving away four copies of The Mikado Method and have Ola Ellnestam and Daniel Brolund on-line! See this thread for details.
when i am trying to use my head phone and webcam using jmf it will give me error like
how to resloved it
is there any problem with os or webcam is not supported
java.io.IOException: mark/reset not supported
at java.util.zip.InflaterInputStream.reset(Unknown Source)
at com.ici.media.MediaPlayer$PanelPrefetchImpl.call(MediaPlayer.java:498)
at com.ici.media.MediaPlayer$PanelPrefetchImpl.call(MediaPlayer.java:483)
at java.util.concurrent.FutureTask$Sync.innerRun(Unknown Source)
at java.util.concurrent.FutureTask.run(Unknown Source)
at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(Unknown Source)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.lang.Thread.run(Unknown Source)
urgently
thanks
Ulf Dittmer
Marshal
Joined: Mar 22, 2005
Posts: 35252
7
posted
0
The stack trace doesn't contain any JMF classes - what makes you think that it is involved at all? Have you read the documentation of whatever com.ici.media.MediaPlayer is?
I'm not sure what to explain: the stack trace does not contain any JMF classes, so it looks to me as if JMF is not involved. That's why I asked why you think that it is. What the stack trace *does* contain is a class com.ici.media.MediaPlayer - a (possibly commercial) class for which documentation -maybe including working sample code- of some kind should be available wherever you got that class.
nayan rami
Ranch Hand
Joined: Dec 28, 2010
Posts: 30
posted
0
no document is provided to me so and some one say that application working in his system so when i stated application it will give me error like that and after that it will give a error message in swing like it will not detect webcam an headphone but will work fine in my system i will check it on different platform also that
i think that webcam or microphone is not suppoted with jmf
i it possible?
Ulf Dittmer
Marshal
Joined: Mar 22, 2005
Posts: 35252
7
posted
0
no document is provided to me so
Then we can't help with that, since we know nothing about this class.
i think that webcam or microphone is not suppoted with jmf
JMF supports audio and video input, but nothing you've said so far indicates that JMF is involved. So I ask once more: Why do you think this is a JMF issue?
nayan rami
Ranch Hand
Joined: Dec 28, 2010
Posts: 30
posted
0
because my client side this application works fine and my side it create problem.
so i think like that.
Ulf Dittmer
Marshal
Joined: Mar 22, 2005
Posts: 35252
7
posted
0
because my client side this application works fine and my side it create problem.
I'm sorry, but this doesn't make sense. Saying "the code works at location A, but it doesn't work at location B, therefore it is a JMF problem" is like saying "this car ran fine on Monday, but it did not run well on Tuesday, therefore Toyota is at fault" when the car actually appears to be from Tata. I don't think anyone can help without knowing a lot more about the problem (for example, seeing the code in question).
nayan rami
Ranch Hand
Joined: Dec 28, 2010
Posts: 30
posted
0
thanks
for your and help and your value able time thanks so much
I agree. Here's the link: http://ej-technologies/jprofiler - if it wasn't for jprofiler, we would need to
run our stuff on 16 servers instead of 3.