Thanks flyingmoose,

There are some interesting points in your comments.

You are probably right about transferring through HTTP. I guess that passing through firewalls does not mean HTTP transfer... and obviously would make the protocol much less efficient because of the inherent HTTP overheads. I agree I thought a little fast. But transferring data through port 80 as an IE plugin is still my idea, because when you get executed inside IE you are seen as part of IE by the local firewall so you won't have to explain how to configure the firewall to the users. (Just recall that ICF will be enabled by default in XP SP2.)

I'd also like to mention that I don't think the processor is the bottleneck in this kind of application and that it is much more probably the network (yep, many users are still having modem connections!)

Well, thanks anyway!

Gaggio

In reply to Re: Re: Re: Re: Designing a webcam video streaming client-server application in Windows by gaggio
in thread Designing a webcam video streaming client-server application in Windows by gaggio

Title:
Use:  <p> text here (a paragraph) </p>
and:  <code> code here </code>
to format your post, it's "PerlMonks-approved HTML":



  • Posts are HTML formatted. Put <p> </p> tags around your paragraphs. Put <code> </code> tags around your code and data!
  • Titles consisting of a single word are discouraged, and in most cases are disallowed outright.
  • Read Where should I post X? if you're not absolutely sure you're posting in the right place.
  • Please read these before you post! —
  • Posts may use any of the Perl Monks Approved HTML tags:
    a, abbr, b, big, blockquote, br, caption, center, col, colgroup, dd, del, details, div, dl, dt, em, font, h1, h2, h3, h4, h5, h6, hr, i, ins, li, ol, p, pre, readmore, small, span, spoiler, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, tr, tt, u, ul, wbr
  • You may need to use entities for some characters, as follows. (Exception: Within code tags, you can put the characters literally.)
            For:     Use:
    & &amp;
    < &lt;
    > &gt;
    [ &#91;
    ] &#93;
  • Link using PerlMonks shortcuts! What shortcuts can I use for linking?
  • See Writeup Formatting Tips and other pages linked from there for more info.