• 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

How to stream live and offline videos using java client and server?

 
Ranch Hand
Posts: 806
MySQL Database Spring Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi all, I am Chaitanya, I want to learn live video streaming using java. What I am thinking is I need to write a client-server program. The client connects to the server and server sends the video packets. A person will be giving a lecture and the video cam will be recording it. Video cams are connected to USB port, but java does not support USB api on windows. How to do this? can anyone help me from where to start.

I will be thankful to you people a lot and thanks in advance. Have a good day.
 
chaitanya karthikk
Ranch Hand
Posts: 806
MySQL Database Spring Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I suggest programmers who are interested in this area to learn JMF.

Few links 1 2 3 4

::goodluck::
 
Greenhorn
Posts: 9
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Did you develop video chatting website. I have plans too.
Any pointers would be great

tnx
 
chaitanya karthikk
Ranch Hand
Posts: 806
MySQL Database Spring Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
@Martin: Hi, I dint yet start working with JMF. Many days back I have run a sample code. The articles in the web sites said it can play .avi files also. The player wasn't able to play. It only played .mp3 files. So I left.

If you want to really do with me I am always ready. You can ping me on my yahoo messenger. You can find it in my profile. We shall have a discussion and we will start.
 
Rancher
Posts: 43081
77
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

chaitanya karthikk wrote:Video cams are connected to USB port, but java does not support USB api on windows.


Really? The numerous libraries linked in the JavaIoFaq lead me to believe otherwise.
 
The only taste of success some people get is to take a bite out of you. Or this tiny ad:
a bit of art, as a gift, the permaculture playing cards
https://gardener-gift.com
reply
    Bookmark Topic Watch Topic
  • New Topic