Results 1 to 4 of 4

Thread: Video Chat using socket!!!

  1. #1

    Thread Starter
    Fanatic Member
    Join Date
    Jul 2005
    Posts
    840

    Question Video Chat using socket!!!

    anyone know how is the code for video chat using socket? am i right using socket?

  2. #2
    Lively Member
    Join Date
    May 2005
    Posts
    90

    Re: Video Chat using socket!!!

    Yes, you'd need to use sockets, but it won't be easy. You'll have to either stream actual realtime video to be interpreted by something else (windows media player or some stream-able format that works for free), or send compressed frame captures (easier). Either way, it won't be uberfun if you still need to learn sockets - try planetsourcecode.com for socket examples.

    As a side note, this place is a breeding ground for foreign coders - no offense, but I'm helping guys who are decreasing my chance for a good job as I enter and leave college in the upcoming years

  3. #3

    Thread Starter
    Fanatic Member
    Join Date
    Jul 2005
    Posts
    840

    Re: Video Chat using socket!!!

    Active X can use as the media to video chat?

  4. #4

    Thread Starter
    Fanatic Member
    Join Date
    Jul 2005
    Posts
    840

    Re: Video Chat using socket!!!

    how is the code look like?

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