隨手記一下~
不管 flash or html5 player, 當頻寬很低時(10KB)都播幾秒就跳結束了
後來比對 vimeo 的 request header, 發覺他們的 response header 多了
Connection: keep-alive
於是試著把 /home/nginx/conf/nginx.conf 裡的
1 2 |
|
重啟後, 就都播得完了~
隨手記一下~
不管 flash or html5 player, 當頻寬很低時(10KB)都播幾秒就跳結束了
後來比對 vimeo 的 request header, 發覺他們的 response header 多了
Connection: keep-alive
於是試著把 /home/nginx/conf/nginx.conf 裡的
1 2 |
|
重啟後, 就都播得完了~