[erlang-questions] Cowboy serve static files [video file] can not fast forward

Bob Ippolito bob@REDACTED
Wed Jul 18 09:58:57 CEST 2018


And if you’re looking for a starting point, other Erlang web servers
implement this feature, so you should be able to copy and paste most of an
implementation. I know mochiweb has it for sure, but yaws or inets may also
implement range requests.
On Tue, Jul 17, 2018 at 23:50 Pierre Fenoll <pierrefenoll@REDACTED> wrote:

> I believe you can create a bounty / pay Loïc to implement this & share it
> with the whole world.
> I'd gladly follow suit.
>
> Cheers,
> --
> Pierre Fenoll
>
> On Wed, 18 Jul 2018 at 08:36, by <by@REDACTED> wrote:
>
>> Well, I see.
>> Is there any existing resolution about this? Maybe third party handler?
>> I believe the requirements for serving video liked content is very common.
>>
>> > 在 2018年7月18日,14:08,Loïc Hoguin <essen@REDACTED> 写道:
>> >
>> > If I recall that's because the static files handler does not support
>> range requests yet.
>> >
>> > On 07/18/2018 05:21 AM, by wrote:
>> >> Hi,
>> >> I am trying to serve a static website via Cowboy, and I followed the
>> guide, it seems works fine.
>> >> The problem is that the static website has a mp4 file, and I play the
>> video on web page.
>> >> It can play, but when I try to click the progress bar to do fast
>> forward, it keeps play on the normal way(not work).
>> >> Do I need add some other configurations for this?
>> >> Same static files works fine with nginx.
>> >> Thanks,
>> >> Yao Bao
>> >> _______________________________________________
>> >> erlang-questions mailing list
>> >> erlang-questions@REDACTED
>> >> http://erlang.org/mailman/listinfo/erlang-questions
>> >
>> > --
>> > Loïc Hoguin
>> > https://ninenines.eu
>>
>> _______________________________________________
>> erlang-questions mailing list
>> erlang-questions@REDACTED
>> http://erlang.org/mailman/listinfo/erlang-questions
>>
> _______________________________________________
> erlang-questions mailing list
> erlang-questions@REDACTED
> http://erlang.org/mailman/listinfo/erlang-questions
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://erlang.org/pipermail/erlang-questions/attachments/20180717/3a755018/attachment.htm>


More information about the erlang-questions mailing list