Search:

Type: Posts; User: shanalikhan

Search: Search took 0.17 seconds.

  1. how to recive data from multiple clients in server

    Hi ,
    Suppose there is one server and r multiple client in chat room.
    Server will have to get one client msg and send that msg to all clients.
    how i can make server threads that it will receive...
  2. Replies
    3
    Views
    1,488

    Re: unable to add elements in jlist

    class UIServer extends JFrame{
    private Server ser=null;
    Thread my=null;
    DefaultListModel clients= new DefaultListModel();

    public UIServer(Server ser) {
    initComponents();
    ...
  3. Replies
    3
    Views
    1,488

    unable to add elements in jlist

    UNable to add elements in jlist
    in constructor
    getting jlist blank
    following is my code :


    private Server ser=null;
    Thread my=null;
    DefaultListModel clients= new...
  4. Replies
    8
    Views
    5,006

    Re: how to send video from sockets

    In this API there is not any thing written for sending in streams.
    I used cam object which is object of Webcam class which is used in API
    Can you please tell me any other API which can be used for...
  5. Replies
    8
    Views
    5,006

    Re: how to send video from sockets

    Yes im writing and reading from sockets.
    Im using webcam-capture API for it.
    Following is my code for server sending webcam. When following server thread run it opens webcam panel and show webcam...
  6. Replies
    8
    Views
    5,006

    Re: how to send video from sockets

    anyone please reply provide me reference , tutorials etc
  7. Replies
    8
    Views
    5,006

    how to send video from sockets

    Hi ,
    I am using webcam-capture api in order to connect with webcam.
    How i can send the webcam from sockets live streaming from server to client.
  8. Re: getting closed server socket in client thread

    i got error actually closing the streams close the socket , is ther any way i can close stream without closing the socket and reopen the stream
    thanks
  9. Re: getting closed server socket in client thread

    in first code : there is server thread waiting for client to connect. the second part is client main class which connects with ser and do write name , server update the clients name and send all the...
  10. Re: unable to get server socket in client thread

    Hi ,
    I am developing client server based application.
    After reading the data from the server clients open the thread and starts it in the thread im unable to get data from server when i do it says...
  11. getting closed server socket in client thread

    Hi ,
    I am developing client server based application.
    After reading the data from the server clients open the thread and starts it in the thread im unable to get data from server when i do it says...
  12. unable to get server socket in client thread

    Hi ,
    I am developing client server based application.
    After reading the data from the server clients open the thread and starts it in the thread im unable to get data from server when i do it says...
Results 1 to 12 of 12