Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

ROCKET LAB LAUNCH 10

"Running Out Of Fingers"

Payloads: 6 x PocketQube nanosatellites, from Alba Orbital.

Launch Target:  29  29 November 2019, 9:20PM (NZ-Time)

Launch Status: Counting downStanding down from launch attempt due to ground system issues.  Awaiting new launch target

We'll embed the official livestream here shortly before the launch, and be posting updates from around noon.

Watch the livestream:

HTML
<div class='embed-container'>
	<div id="playerContainer1"></div>
</div>




HTML
<a class="twitter-timeline" data-tweet-limit="3" data-chrome="noheader nofooter" href="https://twitter.com/kiwispace">Tweets by KiwiSpace</a> <script async src="//platform.twitter.com/widgets.js" charset="utf-8"></script>




HTML
<style>
	.embed-container { position: relative; padding-bottom: 56.25%; height: 0; overflow: hidden; max-width: 100%; } .embed-container iframe, .embed-container object, .embed-container embed { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }
</style>


<script async src="https://www.youtube.com/iframe_api"></script>
<script>
  // Callback is executed by YouTube iFrame API once ready to play
  function onYouTubeIframeAPIReady() {
	// FUNCTION SPEC: onYouTubeIframeAPIReady_V2(theVideoId, elementName, shouldAutoplay, shouldMute);

//onYouTubeIframeAPIReady_V2('gI_Ng4SGyUY', 'playerContainer1', 1, 0);  // MAIN WINDOW - AUTOPLAY
    //onYouTubeIframeAPIReady_V2('gI_Ng4SGyUY', 'playerContainer1', 0, 1);  // MAIN WINDOW - NO AUTOPLAY

	//onYouTubeIframeAPIReady_V2('3mh8ZplzEqk', 'playerContainer2', 0, 1);  // Jan 20 Launch attempt
	//onYouTubeIframeAPIReady_V2('z3Yp1HQicpo', 'playerContainer3', 0, 1);  // Dec 12 Launch attempt
 }
</script>


<script>
	function onYouTubeIframeAPIReady_V2(theVideoId, elementName, shouldAutoplay, shouldMute) {
		var player;
		player = new YT.Player(elementName, {
			videoId: theVideoId, 				// YouTube Video ID
			playerVars: {
				autoplay: shouldAutoplay,       // Auto-play the video on load
				controls: 1,        			// Show pause/play buttons in player
				showinfo: 1,        			// Hide the video title
				modestbranding: 1,				// Hide the Youtube Logo
				loop: 0,            			// Run the video in a loop
				//fs: 0,              			// Hide the full screen button
				cc_load_policy: 0, 				// Hide closed captions
				iv_load_policy: 3,  			// Hide the Video Annotations
				autohide: 0,         			// Hide video controls when playing
				rel: 0							// Hide related videos
			},
			events: {
				onReady: function(e) {
					if (shouldMute)
						e.target.mute();
				}
			}
		});
	}
	// Function originally written by @labnol 
</script>