V0.7.2 Videogular - DASH plugin

Size
2,441 Kb
Views
28,336

How do I make an v0.7.2 videogular - dash plugin?

What is a v0.7.2 videogular - dash plugin? How do you make a v0.7.2 videogular - dash plugin? This script and codes were developed by Two Fucking Developers on 25 October 2022, Tuesday.

V0.7.2 Videogular - DASH plugin Previews

V0.7.2 Videogular - DASH plugin - Script Codes HTML Codes

<!DOCTYPE html>
<html >
<head> <meta charset="UTF-8"> <title>v0.7.2 Videogular - DASH plugin</title> <link rel="stylesheet" href="css/style.css">
</head>
<body> <div ng-app="myApp">
<div ng-controller="HomeCtrl as controller" class="videogular-container">	<videogular vg-theme="controller.config.theme.url">	<vg-video vg-src="controller.config.sources" vg-dash></vg-video>	<vg-controls>	<vg-play-pause-button></vg-play-pause-button>	<vg-timedisplay>{{ currentTime | date:'mm:ss' }}</vg-timedisplay>	<vg-scrubBar>	<vg-scrubbarcurrenttime></vg-scrubbarcurrenttime>	</vg-scrubBar>	<vg-timedisplay>{{ timeLeft | date:'mm:ss' }}</vg-timedisplay>	<vg-volume>	<vg-mutebutton></vg-mutebutton>	<vg-volumebar></vg-volumebar>	</vg-volume>	<vg-fullscreenButton></vg-fullscreenButton>	</vg-controls>	<vg-overlay-play></vg-overlay-play>	<vg-poster-image vg-url='controller.config.plugins.poster'></vg-poster-image>	</videogular>
</div>
</div>
<script src="http://videogular.com/demo/scripts/dash/dash.all.js"></script>
<script src="https://ajax.googleapis.com/ajax/libs/angularjs/1.2.26/angular.min.js"></script>
<script src="https://ajax.googleapis.com/ajax/libs/angularjs/1.2.26/angular-sanitize.min.js"></script>
<script src="http://www.videogular.com/scripts/com/2fdevs/videogular/videogular.js"></script>
<script src="http://www.videogular.com/scripts/com/2fdevs/videogular/plugins/controls.js"></script>
<script src="http://www.videogular.com/scripts/com/2fdevs/videogular/plugins/overlay-play.js"></script>
<script src="http://www.videogular.com/scripts/com/2fdevs/videogular/plugins/poster.js"></script>
<script src="http://www.videogular.com/scripts/com/2fdevs/videogular/plugins/dash.js"></script> <script src="js/index.js"></script>
</body>
</html>

V0.7.2 Videogular - DASH plugin - Script Codes CSS Codes

html, body {	margin: 0;	padding: 0;
}
.videogular-container {	width: 100%;	height: 320px;	margin: auto;	overflow: hidden;
}
@media (min-width: 1200px) {	.videogular-container {	width: 1170px;	height: 658.125px;	}	.videogular-container.audio {	width: 1170px;	height: 50px;	}
}
@media (min-width: 992px) and (max-width: 1199px) {	.videogular-container {	width: 940px;	height: 528.75px;	}	.videogular-container.audio {	width: 940px;	height: 50px;	}
}
@media (min-width: 768px) and (max-width: 991px) {	.videogular-container {	width: 728px;	height: 409.5px;	}	.videogular-container.audio {	width: 728px;	height: 50px;	}
}

V0.7.2 Videogular - DASH plugin - Script Codes JS Codes

'use strict';
angular.module('myApp',	[	"ngSanitize",	"com.2fdevs.videogular",	"com.2fdevs.videogular.plugins.controls",	"com.2fdevs.videogular.plugins.overlayplay",	"com.2fdevs.videogular.plugins.poster",	"com.2fdevs.videogular.plugins.dash"	]	)	.controller('HomeCtrl',	["$sce", function ($sce) {	this.config = {	sources: [	{src: "http://dash.edgesuite.net/akamai/test/caption_test/ElephantsDream/elephants_dream_480p_heaac5_1.mpd"}	],	theme: {	url: "http://www.videogular.com/styles/themes/default/videogular.css"	},	plugins: {	poster: "http://www.videogular.com/assets/images/videogular.png"	}	};	}]	);
V0.7.2 Videogular - DASH plugin - Script Codes
V0.7.2 Videogular - DASH plugin - Script Codes
Home Page Home
Developer Two Fucking Developers
Username 2fdevs
Uploaded October 25, 2022
Rating 3
Size 2,441 Kb
Views 28,336
Do you need developer help for V0.7.2 Videogular - DASH plugin?

Find the perfect freelance services for your business! Fiverr's mission is to change how the world works together. Fiverr connects businesses with freelancers offering digital services in 500+ categories. Find Developer!

Two Fucking Developers (2fdevs) Script Codes
Create amazing blog posts with AI!

Jasper is the AI Content Generator that helps you and your team break through creative blocks to create amazing, original content 10X faster. Discover all the ways the Jasper AI Content Platform can help streamline your creative workflows. Start For Free!