| From | Sent On | Attachments |
|---|---|---|
| dagr | Mar 4, 2012 10:52 pm | |
| Igor Sysoev | Mar 4, 2012 11:07 pm | |
| dagr | Mar 4, 2012 11:44 pm | |
| ragivan | Apr 17, 2012 5:07 pm | |
| Justin Dorfman | Apr 17, 2012 5:29 pm | |
| ragivan | Apr 17, 2012 6:22 pm | |
| 191919 | Apr 17, 2012 11:06 pm | |
| ragivan | Apr 17, 2012 11:28 pm | |
| Igor Sysoev | Apr 17, 2012 11:37 pm | |
| dagr | Apr 18, 2012 12:39 am | |
| 191919 | Apr 18, 2012 1:27 am | |
| Lukas Tribus | Apr 18, 2012 2:00 am | |
| dagr | Apr 18, 2012 6:25 am | |
| crirus | Nov 20, 2012 8:44 am | |
| dagr | Nov 20, 2012 9:59 am |
| Subject: | Re: MP4 pseudostreaming - seek delay | |
|---|---|---|
| From: | ragivan (ngin...@nginx.us) | |
| Date: | Apr 17, 2012 11:28:44 pm | |
| List: | ru.sysoev.nginx | |
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 ngi...@nginx.org (mailto:ngi...@nginx.org) http://mailman.nginx.org/mailman/listinfo/nginx
_______________________________________________ nginx mailing list ngi...@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 ngi...@nginx.org http://mailman.nginx.org/mailman/listinfo/nginx





