The Schiebel CAMCOPTER® S-100 / Cineflex Integration with Brain Farm and SnapRoll from Brain Farm
Thank you to all the amazing students and parents! Your smiles inspire great teachers!
Thursday, April 19, 2012
Wednesday, April 11, 2012
HTTP pseudo streaming vs. HTTP adaptive streaming
HTTP pseudo streaming
Both MP4 and FLV videos can be played back with a mechanism called HTTP pseudo streaming. This mechanism allows your viewers to seek (aka "trick play") to not-yet downloaded parts of a video by referencing timescale in the file header. YouTube is an example site that offers this functionality.
HTTP pseudo streaming combines the advantages of straight HTTP "progressive download" (it passes any firewall, viewers on bad connections can simply wait for the download) with the ability to seek to non-downloaded parts. The drawbacks compared to RTSP/RTMP are its reduced security (HTTP is easier to sniff than RTMP) and long loading times when seeking in large videos (durations over 15 minutes).
Both MP4 and FLV videos can be played back with a mechanism called HTTP pseudo streaming. This mechanism allows your viewers to seek (aka "trick play") to not-yet downloaded parts of a video by referencing timescale in the file header. YouTube is an example site that offers this functionality.
HTTP pseudo streaming combines the advantages of straight HTTP "progressive download" (it passes any firewall, viewers on bad connections can simply wait for the download) with the ability to seek to non-downloaded parts. The drawbacks compared to RTSP/RTMP are its reduced security (HTTP is easier to sniff than RTMP) and long loading times when seeking in large videos (durations over 15 minutes).
HTTP adaptive streaming
HTTP pseudo streaming should not be confused with HTTP adaptive streaming. Pioneered by Apple for iOS, it uses master index files (.m3u8) and the segmented mpeg-4 files (.ts). Apple recommended 10-second segments at 30fps (300 frames each), per Apple Technical Note TN2224.
https://developer.apple.com/library/ios/#technotes/tn2010/tn2224.html
HTTP pseudo streaming should not be confused with HTTP adaptive streaming. Pioneered by Apple for iOS, it uses master index files (.m3u8) and the segmented mpeg-4 files (.ts). Apple recommended 10-second segments at 30fps (300 frames each), per Apple Technical Note TN2224.
https://developer.apple.com/library/ios/#technotes/tn2010/tn2224.html
With HTTP adaptive streaming, 5 different bitrates will output 30 segment (.ts) files per minute of video, so a 10-minute video will be 300 files. Because of this, you will probably want to encode each video to a separate destination directory to keep your server organized.
HTTP adaptive streaming has different "brand names", known as Apple (HLS) HTTP Live Streaming, Microsoft Silverlight Smooth Streaming, and Adobe Dynamic Streaming (HDS)
Wowza server fully supports both HTTP pseudo streaming and HTTP adaptive streaming.
More details:
http://phpmotionwiz.com/info/what-is-pseudo-streaming
http://h264.code-shop.com/trac
http://flowplayer.org/plugins/streaming/pseudostreaming.html
http://www.longtailvideo.com/support/jw-player/jw-player-for-flash-v5/12534/video-delivery-http-pseudo-streaming
Wowza server fully supports both HTTP pseudo streaming and HTTP adaptive streaming.
More details:
http://phpmotionwiz.com/info/what-is-pseudo-streaming
http://h264.code-shop.com/trac
http://flowplayer.org/plugins/streaming/pseudostreaming.html
http://www.longtailvideo.com/support/jw-player/jw-player-for-flash-v5/12534/video-delivery-http-pseudo-streaming
Monday, April 9, 2012
7561 Pro HTML5 Test
Embed code
<video controls width="640" height="480">
<source src="http://www.pixelgoat.net/encoding/demos/7561_pro.mp4" type='video/mp4' />
<source src="http://www.pixelgoat.net/encoding/demos/7561_pro.webm" type='video/webm' />
</video>
Thursday, April 5, 2012
Monday, March 19, 2012
Sunday, March 11, 2012
Thursday, February 23, 2012
Subscribe to:
Posts (Atom)