Comment on How I Made Porn Video Streaming More Efficient with Python and CparentComments−toptalgergely13yNo, 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.−MBCook13yIsn't that pretty close to how HTTP Live Streaming works?−toptalgergely13yYou mean the apple protocol? Not sure, but I looked at that when I designed it. What I did was just the most intuitive
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