• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

Jmf problem with webcam and microphone

 
Ranch Hand
Posts: 30
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator


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
 
Rancher
Posts: 43081
77
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
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?
 
nayan rami
Ranch Hand
Posts: 30
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
can you please explain me an error ..

i don't know about it more....

thanks for your reply....
 
Ulf Dittmer
Rancher
Posts: 43081
77
  • Likes 1
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
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
Posts: 30
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
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
Rancher
Posts: 43081
77
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

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
Posts: 30
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
because my client side this application works fine and my side it create problem.
so i think like that.
 
Ulf Dittmer
Rancher
Posts: 43081
77
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

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
Posts: 30
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
thanks

for your and help and your value able time thanks so much
 
It runs on an internal combustion engine. This ad does not:
a bit of art, as a gift, the permaculture playing cards
https://gardener-gift.com
reply
    Bookmark Topic Watch Topic
  • New Topic