Win a copy of Getting started with Java on the Raspberry Pi this week in the Raspberry Pi forum!
  • 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
  • Tim Cooke
  • Jeanne Boyarsky
Sheriffs:
  • Rob Spoor
  • Devaka Cooray
  • Liutauras Vilda
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Tim Moores
  • Mikalai Zaikin
Bartenders:
  • Piet Souris

Help On Video Conference, JMF

 
Greenhorn
Posts: 12
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi guys,
I am doing a video conference project that is in Java. One Server and mulitiple clients.
Any client could send continuous video data captured from its webcam to the server, the server should be able to deliver this video to all other listening clients, so that the other listening clients could rend to their screesn.
In my plan,I think Server would be possible to catch the incoming stream from the client that are sending data. Then it clone the stream it get and feed to mulitiple processors that are ued send data to other listening clients.
Is this possible in JMF? Thanks very much for your suggestion.
BTW,it would be very very nice of you if similiar codes could be supplied to help me.
Sincerely yours
Rui
 
I'm gonna teach you a lesson! Start by looking at this tiny ad:
Low Tech Laboratory
https://www.kickstarter.com/projects/paulwheaton/low-tech-0
reply
    Bookmark Topic Watch Topic
  • New Topic