A Flash Developer Resource Site

Results 1 to 2 of 2

Thread: Please help me about the video stream question!!

  1. #1
    Member
    Join Date
    Jun 2002
    Posts
    67

    Please help me about the video stream question!!

    How do I do that if clientA push a button,how to show clientA's view in clientB? ClientA and ClientB use the same .swf file.

    Now I just can recive clientB's view in clientA when clientA push the button. However I only can do the single way to recive the view. If you have any ideas please tell me. It must great in my application.

    Best regards,

    softip

  2. #2
    ASR | FlashComm Ceasar Aware0's Avatar
    Join Date
    Aug 2002
    Location
    Aurora, Colorado, USA
    Posts
    110
    It's a bit hard to understand your english, however if I understand you correctly, you want a two way video conference. Am I correct?

    If so, I would have both clients log into the server. This creates a unique refrence to each client. Then you can create dynamic streams for each client and connect to the opposite stream from the clients.

    So clientA would create a stream called clientA_ns and publish it. ClientB would make a stream called clientB_ns. ClientA would connect to the stream clientB_ns and clientB would connect to the stream clientA_ns.

    I don't even know if this was what you were asking, but I hope I got it right.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  




Click Here to Expand Forum to Full Width

HTML5 Development Center