如果我公开发布亚马逊s3 MP4资源,然后在资源的URL周围抛出Html5视频标签,它会流吗?这真的很简单吗?有很多"编码"api,比如pandastream和zencoder,我不确定这些公司到底做了什么.他们只是管理带宽分配(升级/降级流质量和交付率/跨平台优化吗?)或者编码服务做得更多.
不确定我应该怎么做.任何帮助,将不胜感激
I'm writing a backend for a mobile web-app based in Java and I was wondering as far as scalability and ease of use go what are the pros and cons associated with using WebSockets versus Long-Polling solutions like comet. Another option would also be implementing my own solution using TCP. From what I've read it seems that you need to run Long-polling solutions on dedicated servers as they don't run well in Tomcat/Jetty when you start dealing with large numbers …