Lighttpd:視頻無法正常流式傳輸 (Lighttpd: Videos not streaming properly)


問題描述

Lighttpd:視頻無法正常流式傳輸 (Lighttpd: Videos not streaming properly)

I am streaming my videos through port 81, however, when I click on the middle of a video I do not get what I was expecting (forwarding). Does this have to do with my lighttpd installation, or with the software I am using? I am using a framework where all that has to be done is set a '1' on a lighttpd streaming value, and it should be good to go if lighttpd is installed correctly (in fact I already did this for another installation and worked, and I don't know what's the problem now).

I am using lighttpd 1.5 on CentOS. Streaming through port 81. Here are some of the lines that I added to lighttpd.conf and modules.conf: http://paste.lighttpd.net/2517

From what I can see in firebug, the video is being streamed through mydomain.com:81. The Live HTTP headers of Firefox also show no problem; they display the video being streamed using lighttpd and octet/stream as application.

Any input that could help me deal with this?

Thank you very much!


參考解法

方法 1:

Very old question, yet quite interesting since I had to solve the very same problem.

Lighttpd doesn't support forwarding / pseudo streaming inherently when you don't use the HTML5 player. 

You need to add a module for lighttpd, which can be found here: http://h264.code-shop.com/trac/wiki

You will have to merge some files build lighttpd by yourself, its written on their website. Don't use the sources of lighttpd-1-4-18, you won't be able to build because of a bug, use 1.4.28 instead.

Also interesting: http://flash.flowplayer.org/plugins/streaming/pseudostreaming.html

(by luqitaLama)

參考文件

  1. Lighttpd: Videos not streaming properly (CC BY-SA 3.0/4.0)

#lighttpd #video-streaming






相關問題

Lighttpd 單個子域重定向/重寫 (Lighttpd single subdomain Redirect/rewrite)

在 lighttpd 中包含許多重寫指令 (Including many rewrite directives in lighttpd)

lighttpd:禁用 CGI 緩衝 (lighttpd: disable CGI buffering)

lighttpd:身份驗證後如何將端口(僅對本地主機可見)轉發到 WAN? (lighttpd: How to forward port (visible only to localhost) to WAN after authentication?)

在centos 404錯誤中安裝Lighttpd (install of Lighttpd in centos 404 error)

在 Lighttpd 中配置子域 (Configure subdomains in Lighttpd)

如何根據用戶登錄重定向 Lighttpd webdav 掛載 (How can I redirect a Lighttpd webdav mount depending on user login)

如何在 Windows 2003 上使用 mongrel、lighttpd 和 iis 設置負載平衡的 Rails Web 服務器 (how do i set up a load balanced Rails web server using mongrel, lighttpd and iis on windows 2003)

Lighttpd:視頻無法正常流式傳輸 (Lighttpd: Videos not streaming properly)

Apache、lighttpd、nginx、切諾基,什麼是最好的組合? (Apache, lighttpd, nginx, cherokee, what's the best combination?)

web.py + lighttpd + matplotlib 不工作 (web.py + lighttpd + matplotlib not working)

在 lighttpd 中重寫後得到錯誤的 PATH_INFO (Get wrong PATH_INFO after rewriting in lighttpd)







留言討論