dsfe167834 2016-05-20 06:14
浏览 70

Lighttpd mod_secdownload给出了404错误

I am developing site under Clipbucket cms. I am trying to stream videos via lighttpd :81, and rest website operated via httpd.

Now I am able to change port and now videos are working correctly, now I am trying to add sec_download mod. in code. The issue is I am able to get url in correct format like <uri-prefix>/<token>/<timestamp-in-hex>/<rel-path> But when I open videos in browser in debug it shows 404 not found error. I am thinking server is actually looking for that dynamic folder that is created with link, but its just a virtual link right?

How do I enable this dynamic link, understanding in server? Do I have to rewrite in .htaccess?

  • 写回答

1条回答 默认 最新

  • duanji9378 2016-12-08 13:56
    关注

    Yes, you are going to have to write htaccess rule to redirect that URL and load your video files. By default, ClipBucket URL are accessed directly (no secure streaming at the moment) and strings that you are providing in URL are confusing CB and hence, it can pick the video file.

    Hope that helps.

    评论

报告相同问题?

悬赏问题

  • ¥15 我想咨询一下路面纹理三维点云数据处理的一些问题,上传的坐标文件里是怎么对无序点进行编号的,以及xy坐标在处理的时候是进行整体模型分片处理的吗
  • ¥15 CSAPPattacklab
  • ¥15 一直显示正在等待HID—ISP
  • ¥15 Python turtle 画图
  • ¥15 关于大棚监测的pcb板设计
  • ¥15 stm32开发clion时遇到的编译问题
  • ¥15 lna设计 源简并电感型共源放大器
  • ¥15 如何用Labview在myRIO上做LCD显示?(语言-开发语言)
  • ¥15 Vue3地图和异步函数使用
  • ¥15 C++ yoloV5改写遇到的问题