Hung

Results 31 comments of Hung

So for sure you have 404, because those file (real file) will not be there.

well, try_files has higher priority. I mean if try_files cannot find any available object on disk, a 404 will be return. I debug but that request does not come to...

@arty777 do you know any module that works with try_files the way you want to do? Maybe I can learn from them.

I understand your requirement, I will try to find another way to solve this problem

Mpegts uses mpeg2. In estreaming module, what I do is simply give libavcodec ts extension and let it decide which codec can be used to decode and encode, in this...

`1. But, the problem is with the source MP4 files.` I understand. The problem is that you encoded your video with mpeg-v1 and not mpeg-v2, but HLS which uses mpegts...

I think it's possible by manually specify input format for libavcodec, but at this time I am busy doing another project, lets see if I can make it in next...

please show your detail error log.

Can you test against newest commit?