Welcome! Log In Create A New Profile

Advanced

Re: MP4 pseudostreaming - seek delay

191919
April 18, 2012 04:30AM
I wrote such a tool which generates mp4 file-series, it is simple if you are familiar with libgpac.

You have to keep an array which maps time to file indexes, when a user wants to seek to a specific position, just convert the timestamp (e.g. 01:15:14) to file index (movie_2314_segment_519.mp4) then request it from the server.

You can also use FLVs which contain H264 and AAC if Flash Player is your only client.

--
191919


Le mercredi, avril 18, 2012 à 2:29 PM, ragivan a écrit :

> Do you know a tool for doing this? Something that will work on a unix
> system. Also, what if the user wants to jump to the end of the movie? I
> suppose that won't be possible as the user must click to the end of each
> segment until reaching the last segment.
>
> 191919 Wrote:
> -------------------------------------------------------
> > You can split the big movie file into small
> > pieces, thus you have smaller index for each small
> > movie file.
> >
> > In the player, when current part is about to end,
> > load next part, when current part is over, play
> > the next part. So the movie is played seamlessly,
> > you save network traffics, and your users feel
> > better. You need to modify your movie player, but
> > it is not a very hard work.
> >
> > Be caution: you must split your movie file at
> > offsets of key-frame.
> >
> > --
> > 191919
> >
> >
> > Le mercredi, avril 18, 2012 à 9:23 AM, ragivan a
> > écrit :
> >
> > > That was back in 2008, they didn't have 2 hour
> > long videos. But what I
> > > was talking about what regarding the technology,
> >
> >
> > lighttpd and nginx both
> > > do pseudo streaming. The moov atom is about 5 MB
> >
> >
> > so it takes about 10
> > > seconds to download that before playing the
> >
> >
> > video. Is there some
> > > technique to start playing the video after
> >
> >
> > partial download of the moov
> > > atom? Or is it possible to cache the moov atom
> >
> >
> > into memory for faster
> > > retrieval?
> > >
> > > Posted at Nginx Forum:
> >
> > http://forum.nginx.org/read.php?2,223375,225453#ms
> > g-225453
> > >
> > > _______________________________________________
> > > nginx mailing list
> > > nginx@nginx.org (mailto:nginx@nginx.org)
> > > http://mailman.nginx.org/mailman/listinfo/nginx
> >
> >
> >
> >
> >
> > _______________________________________________
> > nginx mailing list
> > nginx@nginx.org (mailto:nginx@nginx.org)
> > http://mailman.nginx.org/mailman/listinfo/nginx
>
>
>
> Posted at Nginx Forum: http://forum.nginx.org/read.php?2,223375,225459#msg-225459
>
> _______________________________________________
> nginx mailing list
> nginx@nginx.org (mailto:nginx@nginx.org)
> http://mailman.nginx.org/mailman/listinfo/nginx



_______________________________________________
nginx mailing list
nginx@nginx.org
http://mailman.nginx.org/mailman/listinfo/nginx
Subject Author Posted

MP4 pseudostreaming - seek delay

dagr March 05, 2012 01:53AM

Re: MP4 pseudostreaming - seek delay

Igor Sysoev March 05, 2012 02:10AM

Re: MP4 pseudostreaming - seek delay

ragivan April 17, 2012 08:08PM

Re: MP4 pseudostreaming - seek delay

Justin Dorfman April 17, 2012 08:32PM

Re: MP4 pseudostreaming - seek delay

ragivan April 17, 2012 09:23PM

Re: MP4 pseudostreaming - seek delay

191919 April 18, 2012 02:10AM

Re: MP4 pseudostreaming - seek delay

ragivan April 18, 2012 02:29AM

Re: MP4 pseudostreaming - seek delay

191919 April 18, 2012 04:30AM

Re: MP4 pseudostreaming - seek delay

Igor Sysoev April 18, 2012 02:40AM

Re: MP4 pseudostreaming - seek delay

dagr April 18, 2012 03:40AM

RE: MP4 pseudostreaming - seek delay

Lukas Tribus April 18, 2012 05:02AM

Re: RE: MP4 pseudostreaming - seek delay

dagr April 18, 2012 09:26AM

Re: RE: MP4 pseudostreaming - seek delay

crirus November 20, 2012 02:57AM

Re: RE: MP4 pseudostreaming - seek delay

dagr November 20, 2012 01:00PM

Re: MP4 pseudostreaming - seek delay

dagr March 05, 2012 02:44AM



Sorry, only registered users may post in this forum.

Click here to login

Online Users

Guests: 193
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