Hacker News new | ask | show | jobs
by jallmann 4791 days ago
> I extract the FLV tags, which I could use to multicast

I assume you don't really mean IP multicast (which would, incidentally, be one approach to edge-origin mirroring for the popular marketing campaigns you mentioned, at least within a data center).

Anyway that makes sense, simply sending the FLV is clever. What's the method of delivery -- chunked HTTP? Does it play well with proxies?

1 comments

No, not IP multicast. Imagine it as a web server that serves FLV files which always start at the current stream position. This is what it did.

Actually bringing up the proxy issue is interesting. I'm not sure if it does. Essentially forbidding all caching would make it play nice.

Isn't that pretty close to how HTTP Live Streaming works?
You mean the apple protocol? Not sure, but I looked at that when I designed it. What I did was just the most intuitive