SlideShare a Scribd company logo
1 of 56
Download to read offline
Live Video Streaming
                                   A How-to-Guide




Wednesday, February 20, 13
Wednesday, February 20, 13
Two phrases



Wednesday, February 20, 13
Hire someone



Wednesday, February 20, 13
Swagit.com
                             Sportsgram.net
                             Local Radio
                             Edgecast

Wednesday, February 20, 13
Good Enough



Wednesday, February 20, 13
$89.99




Wednesday, February 20, 13
$699.99




Wednesday, February 20, 13
The More You Want
                             The More It Will Cost



Wednesday, February 20, 13
What do I want?



Wednesday, February 20, 13
Stream from your website



Wednesday, February 20, 13
Stream to mobile devices



Wednesday, February 20, 13
More than one camera



Wednesday, February 20, 13
Graphic Overlays



Wednesday, February 20, 13
No Ads
                             (At Least Not Other People’s)



Wednesday, February 20, 13
Anatomy of a Stream



Wednesday, February 20, 13
Wednesday, February 20, 13
Camera       Something you already own

                             Consumer Grade Camera


Wednesday, February 20, 13
USB     Firewire




                 Capture




                             BlackMagic   Matrox


Wednesday, February 20, 13
Encoder
                                           Flash Media
                             Wirecast
                                          Live Encoder




                             Livestream    Ustream
                             Procaster     Producer

Wednesday, February 20, 13
Bandwidth


                             1.5 Mbps
                              Minimum

                 Upload
                             3.0 Mbps
                             Recommended




Wednesday, February 20, 13
Server




Wednesday, February 20, 13
Video      Audio


                              h.264
                               Codec       AAC
                                           Codec

                             640x360
                  Stream
                              Resolution
                                           96
                                           Kbps

                               30FPS


Wednesday, February 20, 13
Player




                             JW Player
Wednesday, February 20, 13
Wednesday, February 20, 13
3   Suggested Solutions



Wednesday, February 20, 13
Solution #1
                             Quick, Easy, Free


Wednesday, February 20, 13
Wednesday, February 20, 13
Solution #2
                             Quick, Easy, $50



Wednesday, February 20, 13
Wednesday, February 20, 13
Solution #3
                        I’m a Pro, Charge the Big Bucks



Wednesday, February 20, 13
JW Player

                             Wirecast
Wednesday, February 20, 13
Lessons Learned



Wednesday, February 20, 13
SMU Centennial Celebration:

                      Get a wired internet connection


Wednesday, February 20, 13
Dali Lama Lecture:

                 Have someone monitoring stream


Wednesday, February 20, 13
2012 Rockwall ISD Graduation:

                             Offer feedback channel


Wednesday, February 20, 13
2012 Memorial Day Celebration:

                             Get the audio right


Wednesday, February 20, 13
Get the audio right


                             Recording can be hard


                             Newtek Tricaster
Wednesday, February 20, 13
Acknowledgements
                      Money designed by Lemon Liu from The Noun Project



                      Computer from The Noun Project



                      Laptop from The Noun Project



                      Ipad designed by Jason Schmitt from The Noun Project



                      Tips designed by Lemon Liu from The Noun Project




Wednesday, February 20, 13
Contact me


                             james.vandyke@rockwallisd.org

                                    @jamesvandyke

                                   jamesvandyke.com




Wednesday, February 20, 13
Resources
            http://store.livestream.com/pages/livestream-audio-video-101
            http://blog.ianbeyer.com/category/streaming/
            http://speedtest.net
            http://aws.amazon.com
            http://wowza.com
            http://blackmagicdesigns.com
            http://telestream.net/wirecast




Wednesday, February 20, 13
Extras



Wednesday, February 20, 13
Launching a Wowza Instance



Wednesday, February 20, 13
Wednesday, February 20, 13
Wednesday, February 20, 13
Wednesday, February 20, 13
Wednesday, February 20, 13
Wednesday, February 20, 13
Wednesday, February 20, 13
Wednesday, February 20, 13
Wednesday, February 20, 13
Wowza URLs


                 •      Address:
                        rtmp://54.235.172.108:1935/live/
                        rtmp://ipaddress:1935/live/

                 •      Stream: myStream.sdp




Wednesday, February 20, 13
AWS EC2 Security Settings




Wednesday, February 20, 13
Wowza Instance Limits




Wednesday, February 20, 13
Origin and Edge Instances


                 •      Origin is where you push the stream to

                 •      Edge instances were copies of the streams are for additional capacity.

                 •      A load balancer routes traffic to the various instances




Wednesday, February 20, 13
JW Player Code
                     <script type='text/javascript' src='http://www.rockwallisd.com/wp-content/plugins/risd-stream/
                     includes/jwplayer.js?ver=5.9.2118'></script>

                     <div id='player'>This text will be replaced</div>
                     <script type='text/javascript'>
                         jwplayer('player').setup({
                           height : 360,
                           width: 640,
                           players: [{
                             config: {
                               file: 'myStream.sdp',
                               streamer: 'rtmp://54.235.172.108:1935/live'
                               },
                             type: 'flash',
                             src: 'http://www.rockwallisd.com/wp-content/plugins/risd-stream/includes/player.swf'
                           },{
                             config:{
                               file: 'http://54.235.172.108/live/myStream.sdp/playlist.m3u8'
                               },
                           type: 'html5'
                           }],
                         });
                     </script>




Wednesday, February 20, 13

More Related Content

Viewers also liked

Javascript coding-and-design-patterns
Javascript coding-and-design-patternsJavascript coding-and-design-patterns
Javascript coding-and-design-patternsHernan Mammana
 
Front End Good Practices
Front End Good PracticesFront End Good Practices
Front End Good PracticesHernan Mammana
 
Ee2 chapter14 ic_counters
Ee2 chapter14 ic_countersEe2 chapter14 ic_counters
Ee2 chapter14 ic_countersCK Yang
 
RTSP Analysis Wireshark
RTSP Analysis WiresharkRTSP Analysis Wireshark
RTSP Analysis WiresharkYoss Cohen
 
RTP -- Real-time Transport Protocol
RTP -- Real-time Transport ProtocolRTP -- Real-time Transport Protocol
RTP -- Real-time Transport ProtocolAdrià López
 
HTML5 - Just the basics
HTML5 - Just the basicsHTML5 - Just the basics
HTML5 - Just the basicsJames VanDyke
 
JavaScript regular expression
JavaScript regular expressionJavaScript regular expression
JavaScript regular expressionHernan Mammana
 
Web topic 1 internet
Web topic 1  internetWeb topic 1  internet
Web topic 1 internetCK Yang
 
Preparing images for the Web
Preparing images for the WebPreparing images for the Web
Preparing images for the Websdireland
 
Web topic 27 class test
Web topic 27  class testWeb topic 27  class test
Web topic 27 class testCK Yang
 
Web topic 31 setup remote site
Web topic 31  setup remote siteWeb topic 31  setup remote site
Web topic 31 setup remote siteCK Yang
 
Web topic 33 publish websites
Web topic 33  publish websitesWeb topic 33  publish websites
Web topic 33 publish websitesCK Yang
 
Web topic 11 importance of html validation
Web topic 11  importance of html validationWeb topic 11  importance of html validation
Web topic 11 importance of html validationCK Yang
 
Regular Expressions 101
Regular Expressions 101Regular Expressions 101
Regular Expressions 101Raj Rajandran
 

Viewers also liked (15)

Javascript coding-and-design-patterns
Javascript coding-and-design-patternsJavascript coding-and-design-patterns
Javascript coding-and-design-patterns
 
Front End Good Practices
Front End Good PracticesFront End Good Practices
Front End Good Practices
 
Ee2 chapter14 ic_counters
Ee2 chapter14 ic_countersEe2 chapter14 ic_counters
Ee2 chapter14 ic_counters
 
RTSP Analysis Wireshark
RTSP Analysis WiresharkRTSP Analysis Wireshark
RTSP Analysis Wireshark
 
RTP -- Real-time Transport Protocol
RTP -- Real-time Transport ProtocolRTP -- Real-time Transport Protocol
RTP -- Real-time Transport Protocol
 
HTML5 - Just the basics
HTML5 - Just the basicsHTML5 - Just the basics
HTML5 - Just the basics
 
JavaScript regular expression
JavaScript regular expressionJavaScript regular expression
JavaScript regular expression
 
Web topic 1 internet
Web topic 1  internetWeb topic 1  internet
Web topic 1 internet
 
Preparing images for the Web
Preparing images for the WebPreparing images for the Web
Preparing images for the Web
 
Web topic 27 class test
Web topic 27  class testWeb topic 27  class test
Web topic 27 class test
 
Web topic 31 setup remote site
Web topic 31  setup remote siteWeb topic 31  setup remote site
Web topic 31 setup remote site
 
Web topic 33 publish websites
Web topic 33  publish websitesWeb topic 33  publish websites
Web topic 33 publish websites
 
Web topic 11 importance of html validation
Web topic 11  importance of html validationWeb topic 11  importance of html validation
Web topic 11 importance of html validation
 
RTP & RTCP
RTP & RTCPRTP & RTCP
RTP & RTCP
 
Regular Expressions 101
Regular Expressions 101Regular Expressions 101
Regular Expressions 101
 

Live streaming