Welcome! Log In Create A New Profile

Advanced

Re: Nginx + proxy_store + flv/mp4

Maxim Dounin
October 05, 2009 02:42PM
Hello!

On Mon, Oct 05, 2009 at 01:19:10PM -0400, benjinx wrote:

> To be clear, I'm actually specifically using the h264/mp4 module now. As far as I've understood
> you don't seek through bytes but rather time when you seek flv/mp4 files since byte!=time... perhaps
> I'm mistaken and those flv/mp4 mods are unnecessary?

For flv, player just reports byte position to start downloading
from, as calculated (by the player) from embedded metadata.

Basically player may do the same thing without any server modules -
just by using normal http partial downloads via Range header. No
idea why they don't do this - probably the reason is limited http
client support inside Flash.

For mp4, player reports times, and this won't work without module
which is able to parse mp4 file content and convert this to byte
positions (and a bunch of server-side work otherwise unneeded).
No idea why people use this for streaming.

Maxim Dounin
Subject Author Posted

Nginx + proxy_store + flv/mp4

benjinx October 05, 2009 12:04PM

Re: Nginx + proxy_store + flv/mp4

Maxim Dounin October 05, 2009 12:44PM

Re: Nginx + proxy_store + flv/mp4

benjinx October 05, 2009 01:19PM

Re: Nginx + proxy_store + flv/mp4

Maxim Dounin October 05, 2009 02:42PM

Re: Nginx + proxy_store + flv/mp4

benjinx October 05, 2009 02:56PM

Re: Nginx + proxy_store + flv/mp4

Maxim Dounin October 05, 2009 06:22PM



Sorry, only registered users may post in this forum.

Click here to login

Online Users

Guests: 174
Record Number of Users: 8 on April 13, 2023
Record Number of Guests: 421 on December 02, 2018
Powered by nginx      Powered by FreeBSD      PHP Powered      Powered by MariaDB      ipv6 ready