Help coderanch get a
new server
by contributing to the fundraiser
  • 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
  • Ron McLeod
  • Paul Clapham
  • Devaka Cooray
  • Liutauras Vilda
Sheriffs:
  • Jeanne Boyarsky
  • paul wheaton
  • Henry Wong
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Tim Moores
  • Carey Brown
  • Mikalai Zaikin
Bartenders:
  • Lou Hamers
  • Piet Souris
  • Frits Walraven

JMF : How to capture videos

 
Greenhorn
Posts: 27
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi All,

I want to develop an application to capture video from external device like webcam, video camera.
And compress them and save in the server machine and view to the users by streaming.

I think its better to use JMF to develop this application.(to capture video).
Video compression can be done by using third party java wrapper framework named JAVE. http://www.sauronsoftware.it/projects/jave/manual.php

But my problem is...

1. Once user attach web cam or video camera, how JMF recognize that device ?
2. I would not like to use JMF Registry to register the devices because I cannot force to users to do that.

Can anyone help ??

Thanks in advance,
Dilan.
reply
    Bookmark Topic Watch Topic
  • New Topic