Multi stream set up example.

Code for the example:

		var easybits_Flashstream = { 
								loaders: ["http://livenl.easy-bits.com/ez/prod-6/http/easybits-httpstreaming.html"],
								alturls:[
									{
										url: "https://www.easy-bits.com/videos/tears-of-steel.mp4",
										locations: ["http://livenl.easy-bits.com/videos/tears-of-steel.mp4"]
									}
								]
							};
		function embedStrobeMediaPlayback( ){
			var options = {
				poster: "/images/videos/video-placeholder.png",
				src: "https://www.easy-bits.com/videos/tears-of-steel.mp4",
				streamType: "recorded",
				width: 640,
				height: 360,
				enableStageVideo: true,
				controlBarAutoHide: true,
				playButtonOverlay: true,
				plugin_easybitshttpstreaming: "/software/prod-6/flash-stream/strobe/easybits-httpstreaming-strobe-plugin.swf",
				easybitshttpstreaming_namespace: "http://easy-bits.com/products/http-streaming-for-flash/strobeplayer",
				easybitshttpstreaming_swfId: "strobeMediaPlaybackId",
				id : "strobeMediaPlaybackId"
			};

			var $strobemediaplayback = $("#strobemediaplayback");
			window.$player = $strobemediaplayback.strobemediaplayback(options);
			window.player = $player[0];
		}
		embedStrobeMediaPlayback();
	
loading..

Please wait...