aspose file tools
The moose likes Java in General and the fly likes Java video Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login
JavaRanch » Java Forums » Java » Java in General
Reply Bookmark "Java video" Watch "Java video" New topic
Author

Java video

Martin joe
Greenhorn

Joined: Sep 20, 2007
Posts: 9
Is there a way a web page can read clients cam and start streaming.
If this can be done, can you suggest me the java technologies that needs to be used.

thanks
Bear Bibeault
Author and ninkuma
Marshal

Joined: Jan 10, 2002
Posts: 56162
    
  13

From a web page? If there's a way to do it (I really have no idea) it'd have to be an applet; and probably a signed one. Technologies such as servlets and JSP run on the server and have no access to the client machine or its peripherals.

Or you might consider a desktop application that can be loaded via Java Web Start.


[Smart Questions] [JSP FAQ] [Books by Bear] [Bear's FrontMan] [About Bear]
Martin joe
Greenhorn

Joined: Sep 20, 2007
Posts: 9
Like Gmail a web application, is providing video chat on web. (it's not providing on th desktop client chat)
I was thinking of doing it the same way..

Any suggestions, please.

tnx
Bear Bibeault
Author and ninkuma
Marshal

Joined: Jan 10, 2002
Posts: 56162
    
  13

"Am Joe", please check your private messages for an important administrative matter.
Bear Bibeault
Author and ninkuma
Marshal

Joined: Jan 10, 2002
Posts: 56162
    
  13

gmail chat uses a browser plugin.
 
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.
 
subject: Java video
 
Similar Threads
Page directive language
reverse a string in-place
Why is everyone using logic:iterate?
JavaFX has an API of it own?
MDA?