Results 1 to 1 of 1
Thread: java client-server jmf
- 03-16-2011, 02:02 AM #1
Member
- Join Date
- Nov 2009
- Posts
- 3
- Rep Power
- 0
java client-server jmf
hi java-forums! :) it's glad too be back..i need all you help guys
i am developing this client server app. basically, i have a client who requests webcam the wabcam feed from a remote camera and shows it in its panel. so far, here is the code:
this works when the server uses the JMF studio to transmit video to this client. which means, it has to know the address of this client.Java Code:MediaLocator ml = new MediaLocator("rtp://192.168.2.100:49150/video"); Player p = Manager.createRealizedPlayer(ml); p.start(); if(p.getVisualComponent()!=null) streamer_jpnl.add(p.getVisualComponent());
but i have to create a dynamic code for the server, wherein it listens to a client request then responses to it. (only 1 client is expected)
any ideas pls?
Similar Threads
-
Java Server/C Client
By FallenBlade in forum NetworkingReplies: 13Last Post: 03-10-2011, 11:22 PM -
server-client; client sends a username to the server.
By lkcz in forum New To JavaReplies: 2Last Post: 09-24-2010, 11:31 AM -
java server and c client ?????????
By biebo in forum NetworkingReplies: 7Last Post: 07-24-2010, 04:35 AM -
Java Server Client with database
By cliff in forum NetworkingReplies: 2Last Post: 02-08-2010, 11:17 PM -
Java Server, Flash Client
By matbuckland in forum New To JavaReplies: 3Last Post: 09-01-2009, 09:58 AM


LinkBack URL
About LinkBacks
Reply With Quote

Bookmarks