How do I stream .flv files from SQL database

前端 未结 3 1370
执笔经年
执笔经年 2020-12-25 09:09

I want to store .flv files in the database and not in the file system.

This is what I can do right now:
Successfully convert .wmv and .mpeg to .

3条回答
  •  滥情空心
    2020-12-25 09:49

    Not sure exactly how literally to take "stream directly from the database", but would it work to set the source "file" for the JW Player to "ServeFLV.aspx?id=123", and have ServeFLV.aspx retrieve the bytes from the database, and write them out to the response with no markup?

提交回复
热议问题