Streaming video in play framework using videojs

人盡茶涼 提交于 2019-12-04 20:49:31

I think thats a problem with the range support in netty / the play controller handling public folder. ( http://www.w3.org/Protocols/rfc2616/rfc2616-sec14.html#sec14.35 )

You should be able to test this with curl.. e.g. like described in this post http://linuxandfriends.com/2008/11/01/curl-split-a-file-and-download-simultaneously-from-multiple-locations/

However, in production, you're usually fronting play with lighttpd/nginx (to allow to bind port 80) so the files from the public folder get served by something other than play... you shouldn't have a problem then.

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!