508 lines
		
	
	
		
			17 KiB
		
	
	
	
		
			HTML
		
	
	
	
			
		
		
	
	
			508 lines
		
	
	
		
			17 KiB
		
	
	
	
		
			HTML
		
	
	
	
<!DOCTYPE html>
 | 
						|
<html>
 | 
						|
<head>
 | 
						|
    <meta charset="utf-8" />
 | 
						|
    <meta name="viewport" content="width=device-width" />
 | 
						|
    <title>Negro Mate</title>
 | 
						|
    <link href="/static/js/videojs/video-js.css" rel="stylesheet">
 | 
						|
    <link href="/static/js/libjass/lib/libjass.css" rel="stylesheet">
 | 
						|
    <link href="/static/js/videojs-playlist-ui/dist/videojs-playlist-ui.vertical.css" rel="stylesheet">
 | 
						|
    <link href="/static/css/main.css" rel="stylesheet">
 | 
						|
    <script>
 | 
						|
        window.HELP_IMPROVE_VIDEOJS = false;
 | 
						|
    </script>
 | 
						|
    <script src="/static/js/videojs/video.js"></script>
 | 
						|
    <script src="/static/js/libjass/lib/libjass.js"></script>
 | 
						|
    <script src="/static/js/videojs-playlist/dist/videojs-playlist.js"></script>
 | 
						|
    <script src="/static/js/videojs-playlist-ui/dist/videojs-playlist-ui.js"></script>
 | 
						|
    <script src="/static/js/videojs-ass/src/videojs.ass.js"></script>
 | 
						|
</head>
 | 
						|
<body>
 | 
						|
    <header id="header">
 | 
						|
        <h1><a href="/home/">Negro Mate</a></h1>
 | 
						|
    </header>
 | 
						|
    <div id="content">
 | 
						|
    
 | 
						|
    </div>
 | 
						|
    
 | 
						|
    <div id="song-playlist">
 | 
						|
        <video id="video-playlist" class="video-js"
 | 
						|
            controls preload="auto" width="600" height="400"
 | 
						|
            >
 | 
						|
            <p class="vjs-no-js">
 | 
						|
                To view this video please enable JavaScript, and consider upgrading to a web browser that
 | 
						|
                <a href="https://videojs.com/html5-video-support/" target="_blank">supports HTML5 video</a>
 | 
						|
            </p>
 | 
						|
        </video>
 | 
						|
        <div class="vjs-playlist"></div>
 | 
						|
    </div>
 | 
						|
 | 
						|
    <script>
 | 
						|
        var player = videojs('video-playlist', {});
 | 
						|
        player.playlist([
 | 
						|
        
 | 
						|
        
 | 
						|
        {
 | 
						|
            sources: [{
 | 
						|
                src: '/404/404.mp4',
 | 
						|
                type: 'video/mp4'
 | 
						|
            }],
 | 
						|
            poster: '/404/404.jpg',
 | 
						|
            thumbnail: '/404/404_thumbnail.jpg',
 | 
						|
            name: '404',
 | 
						|
            
 | 
						|
            textTracks:[ { "kind":"captions", "label":"Negro mate", "src":"/404/404.vtt", "default":true } ]
 | 
						|
            
 | 
						|
        },
 | 
						|
        
 | 
						|
        
 | 
						|
        
 | 
						|
        {
 | 
						|
            sources: [{
 | 
						|
                src: '/a_quien_le_importa/a_quien_le_importa.webm',
 | 
						|
                type: 'video/webm'
 | 
						|
            }],
 | 
						|
            poster: '/a_quien_le_importa/a_quien_le_importa.jpg',
 | 
						|
            thumbnail: '/a_quien_le_importa/a_quien_le_importa_thumbnail.jpg',
 | 
						|
            name: 'A quién le importa',
 | 
						|
            
 | 
						|
            textTracks:[ { "kind":"captions", "label":"Negro mate", "src":"/a_quien_le_importa/a_quien_le_importa.vtt", "default":true } ]
 | 
						|
            
 | 
						|
        },
 | 
						|
        
 | 
						|
        
 | 
						|
        
 | 
						|
        {
 | 
						|
            sources: [{
 | 
						|
                src: '/anonimo_instalador/anonimo_instalador.mp4',
 | 
						|
                type: 'video/mp4'
 | 
						|
            }],
 | 
						|
            poster: '/anonimo_instalador/anonimo_instalador.jpg',
 | 
						|
            thumbnail: '/anonimo_instalador/anonimo_instalador_thumbnail.jpg',
 | 
						|
            name: 'Anónimo instalador',
 | 
						|
            
 | 
						|
            textTracks:[ { "kind":"captions", "label":"Negro mate", "src":"/anonimo_instalador/anonimo_instalador.vtt", "default":true } ]
 | 
						|
            
 | 
						|
        },
 | 
						|
        
 | 
						|
        
 | 
						|
        
 | 
						|
        {
 | 
						|
            sources: [{
 | 
						|
                src: '/autosuficiencia/autosuficiencia.mp4',
 | 
						|
                type: 'video/mp4'
 | 
						|
            }],
 | 
						|
            poster: '/autosuficiencia/autosuficiencia.jpg',
 | 
						|
            thumbnail: '/autosuficiencia/autosuficiencia_thumbnail.jpg',
 | 
						|
            name: 'Autosuficiencia',
 | 
						|
            
 | 
						|
            textTracks:[ { "kind":"captions", "label":"Negro mate", "src":"/autosuficiencia/autosuficiencia.vtt", "default":true } ]
 | 
						|
            
 | 
						|
        },
 | 
						|
        
 | 
						|
        
 | 
						|
        
 | 
						|
        {
 | 
						|
            sources: [{
 | 
						|
                src: '/debianSamba/debianSamba.mp4',
 | 
						|
                type: 'video/mp4'
 | 
						|
            }],
 | 
						|
            poster: '/debianSamba/debianSamba.jpg',
 | 
						|
            thumbnail: '/debianSamba/debianSamba_thumbnail.jpg',
 | 
						|
            name: 'Debian Samba',
 | 
						|
            
 | 
						|
            textTracks:[ { "kind":"captions", "label":"Negro mate", "src":"/debianSamba/debianSamba.vtt", "default":true } ]
 | 
						|
            
 | 
						|
        },
 | 
						|
        
 | 
						|
        
 | 
						|
        
 | 
						|
        {
 | 
						|
            sources: [{
 | 
						|
                src: '/en_verde_y_negro/en_verde_y_negro.mp4',
 | 
						|
                type: 'video/mp4'
 | 
						|
            }],
 | 
						|
            poster: '/en_verde_y_negro/en_verde_y_negro.jpg',
 | 
						|
            thumbnail: '/en_verde_y_negro/en_verde_y_negro_thumbnail.jpg',
 | 
						|
            name: 'En verde y negro',
 | 
						|
            
 | 
						|
            textTracks:[ { "kind":"captions", "label":"Negro mate", "src":"/en_verde_y_negro/en_verde_y_negro.vtt", "default":true } ]
 | 
						|
            
 | 
						|
        },
 | 
						|
        
 | 
						|
        
 | 
						|
        
 | 
						|
        {
 | 
						|
            sources: [{
 | 
						|
                src: '/gnu_Es_un_acronimo/gnu_Es_un_acronimo.mp4',
 | 
						|
                type: 'video/mp4'
 | 
						|
            }],
 | 
						|
            poster: '/gnu_Es_un_acronimo/gnu_Es_un_acronimo.jpg',
 | 
						|
            thumbnail: '/gnu_Es_un_acronimo/gnu_Es_un_acronimo_thumbnail.jpg',
 | 
						|
            name: 'GNU es un acrónimo',
 | 
						|
            
 | 
						|
            textTracks:[ { "kind":"captions", "label":"Negro mate", "src":"/gnu_Es_un_acronimo/gnu_Es_un_acronimo.vtt", "default":true } ]
 | 
						|
            
 | 
						|
        },
 | 
						|
        
 | 
						|
        
 | 
						|
        
 | 
						|
        {
 | 
						|
            sources: [{
 | 
						|
                src: '/gnu_Kojonprieto/gnu_Kojonprieto.mp4',
 | 
						|
                type: 'video/mp4'
 | 
						|
            }],
 | 
						|
            poster: '/gnu_Kojonprieto/gnu_Kojonprieto.jpg',
 | 
						|
            thumbnail: '/gnu_Kojonprieto/gnu_Kojonprieto_thumbnail.jpg',
 | 
						|
            name: 'GNU es un acrónimo',
 | 
						|
            
 | 
						|
            textTracks:[ { "kind":"captions", "label":"Negro mate", "src":"/gnu_Kojonprieto/gnu_Kojonprieto.vtt", "default":true } ]
 | 
						|
            
 | 
						|
        },
 | 
						|
        
 | 
						|
        
 | 
						|
        
 | 
						|
        {
 | 
						|
            sources: [{
 | 
						|
                src: '/hastasiempreGPL/hastasiempreGPL.mp4',
 | 
						|
                type: 'video/mp4'
 | 
						|
            }],
 | 
						|
            poster: '/hastasiempreGPL/hastasiempreGPL.jpg',
 | 
						|
            thumbnail: '/hastasiempreGPL/hastasiempreGPL_thumbnail.jpg',
 | 
						|
            name: 'Hasta siempre GPL',
 | 
						|
            
 | 
						|
            textTracks:[ { "kind":"captions", "label":"Negro mate", "src":"/hastasiempreGPL/hastasiempreGPL.vtt", "default":true } ]
 | 
						|
            
 | 
						|
        },
 | 
						|
        
 | 
						|
        
 | 
						|
        
 | 
						|
        {
 | 
						|
            sources: [{
 | 
						|
                src: '/he_probado_todos_los_linux/he_probado_todos_los_linux.mp4',
 | 
						|
                type: 'video/mp4'
 | 
						|
            }],
 | 
						|
            poster: '/he_probado_todos_los_linux/he_probado_todos_los_linux.jpg',
 | 
						|
            thumbnail: '/he_probado_todos_los_linux/he_probado_todos_los_linux_thumbnail.jpg',
 | 
						|
            name: 'He probado todos los linux',
 | 
						|
            
 | 
						|
            textTracks:[ { "kind":"captions", "label":"Negro mate", "src":"/he_probado_todos_los_linux/he_probado_todos_los_linux.vtt", "default":true } ]
 | 
						|
            
 | 
						|
        },
 | 
						|
        
 | 
						|
        
 | 
						|
        
 | 
						|
        {
 | 
						|
            sources: [{
 | 
						|
                src: '/jo_ta_ke/jo_ta_ke.mp4',
 | 
						|
                type: 'video/mp4'
 | 
						|
            }],
 | 
						|
            poster: '/jo_ta_ke/jo_ta_ke.jpg',
 | 
						|
            thumbnail: '/jo_ta_ke/jo_ta_ke_thumbnail.jpg',
 | 
						|
            name: 'Jo ta ke',
 | 
						|
            
 | 
						|
            textTracks:[ { "kind":"captions", "label":"Negro mate", "src":"/jo_ta_ke/jo_ta_ke.vtt", "default":true } ]
 | 
						|
            
 | 
						|
        },
 | 
						|
        
 | 
						|
        
 | 
						|
        
 | 
						|
        {
 | 
						|
            sources: [{
 | 
						|
                src: '/kodea_aldatu/kodea_aldatu.mp4',
 | 
						|
                type: 'video/mp4'
 | 
						|
            }],
 | 
						|
            poster: '/kodea_aldatu/kodea_aldatu.jpg',
 | 
						|
            thumbnail: '/kodea_aldatu/kodea_aldatu_thumbnail.jpg',
 | 
						|
            name: 'Kodea aldatu',
 | 
						|
            
 | 
						|
            textTracks:[ { "kind":"captions", "label":"Negro mate", "src":"/kodea_aldatu/kodea_aldatu.vtt", "default":true } ]
 | 
						|
            
 | 
						|
        },
 | 
						|
        
 | 
						|
        
 | 
						|
        
 | 
						|
        {
 | 
						|
            sources: [{
 | 
						|
                src: '/txoria_txori/txoria_txori.mp4',
 | 
						|
                type: 'video/mp4'
 | 
						|
            }],
 | 
						|
            poster: '/txoria_txori/txoria_txori.jpg',
 | 
						|
            thumbnail: '/txoria_txori/txoria_txori_thumbnail.jpg',
 | 
						|
            name: 'Kodea itxita utziko banu',
 | 
						|
            
 | 
						|
            textTracks:[ { "kind":"captions", "label":"Negro mate", "src":"/txoria_txori/txoria_txori.vtt", "default":true } ]
 | 
						|
            
 | 
						|
        },
 | 
						|
        
 | 
						|
        
 | 
						|
        
 | 
						|
        {
 | 
						|
            sources: [{
 | 
						|
                src: '/Autodefensa_Informatica_Mala_persona/Autodefensa_Informatica_Mala_persona.ogv',
 | 
						|
                type: 'video/ogg'
 | 
						|
            }],
 | 
						|
            poster: '/Autodefensa_Informatica_Mala_persona/Autodefensa_Informatica_Mala_persona.jpg',
 | 
						|
            thumbnail: '/Autodefensa_Informatica_Mala_persona/Autodefensa_Informatica_Mala_persona_thumbnail.jpg',
 | 
						|
            name: 'Mala persona',
 | 
						|
            
 | 
						|
            textTracks:[ { "kind":"captions", "label":"Negro mate", "src":"/Autodefensa_Informatica_Mala_persona/Autodefensa_Informatica_Mala_persona.vtt", "default":true } ]
 | 
						|
            
 | 
						|
        },
 | 
						|
        
 | 
						|
        
 | 
						|
        
 | 
						|
        {
 | 
						|
            sources: [{
 | 
						|
                src: '/mi_rollo_es_gnu/mi_rollo_es_gnu.webm',
 | 
						|
                type: 'video/webm'
 | 
						|
            }],
 | 
						|
            poster: '/mi_rollo_es_gnu/mi_rollo_es_gnu.jpg',
 | 
						|
            thumbnail: '/mi_rollo_es_gnu/mi_rollo_es_gnu_thumbnail.jpg',
 | 
						|
            name: 'Mi rollo es GNU',
 | 
						|
            
 | 
						|
            textTracks:[ { "kind":"captions", "label":"Negro mate", "src":"/mi_rollo_es_gnu/mi_rollo_es_gnu.vtt", "default":true } ]
 | 
						|
            
 | 
						|
        },
 | 
						|
        
 | 
						|
        
 | 
						|
        
 | 
						|
        {
 | 
						|
            sources: [{
 | 
						|
                src: '/mas_commits/mas_commits.ogv',
 | 
						|
                type: 'video/ogg'
 | 
						|
            }],
 | 
						|
            poster: '/mas_commits/mas_commits.jpg',
 | 
						|
            thumbnail: '/mas_commits/mas_commits_thumbnail.jpg',
 | 
						|
            name: 'Más commits',
 | 
						|
            
 | 
						|
            textTracks:[ { "kind":"captions", "label":"Negro mate", "src":"/mas_commits/mas_commits.vtt", "default":true } ]
 | 
						|
            
 | 
						|
        },
 | 
						|
        
 | 
						|
        
 | 
						|
        
 | 
						|
        {
 | 
						|
            sources: [{
 | 
						|
                src: '/ni_yo_ni_nadie/ni_yo_ni_nadie.mp4',
 | 
						|
                type: 'video/mp4'
 | 
						|
            }],
 | 
						|
            poster: '/ni_yo_ni_nadie/ni_yo_ni_nadie.jpg',
 | 
						|
            thumbnail: '/ni_yo_ni_nadie/ni_yo_ni_nadie_thumbnail.jpg',
 | 
						|
            name: 'Ni yo ni nadie',
 | 
						|
            
 | 
						|
            textTracks:[ { "kind":"captions", "label":"Negro mate", "src":"/ni_yo_ni_nadie/ni_yo_ni_nadie.vtt", "default":true } ]
 | 
						|
            
 | 
						|
        },
 | 
						|
        
 | 
						|
        
 | 
						|
        
 | 
						|
        {
 | 
						|
            sources: [{
 | 
						|
                src: '/no_mas_servers_viejos/no_mas_servers_viejos.mp4',
 | 
						|
                type: 'video/mp4'
 | 
						|
            }],
 | 
						|
            poster: '/no_mas_servers_viejos/no_mas_servers_viejos.jpg',
 | 
						|
            thumbnail: '/no_mas_servers_viejos/no_mas_servers_viejos_thumbnail.jpg',
 | 
						|
            name: 'No más servers viejos',
 | 
						|
            
 | 
						|
        },
 | 
						|
        
 | 
						|
        
 | 
						|
        
 | 
						|
        {
 | 
						|
            sources: [{
 | 
						|
                src: '/otro_hackmeeting/otro_hackmeeting.mp4',
 | 
						|
                type: 'video/mp4'
 | 
						|
            }],
 | 
						|
            poster: '/otro_hackmeeting/otro_hackmeeting.jpg',
 | 
						|
            thumbnail: '/otro_hackmeeting/otro_hackmeeting_thumbnail.jpg',
 | 
						|
            name: 'Otro hackmeeting',
 | 
						|
            
 | 
						|
            textTracks:[ { "kind":"captions", "label":"Negro mate", "src":"/otro_hackmeeting/otro_hackmeeting.vtt", "default":true } ]
 | 
						|
            
 | 
						|
        },
 | 
						|
        
 | 
						|
        
 | 
						|
        
 | 
						|
        {
 | 
						|
            sources: [{
 | 
						|
                src: '/pringado/pringado.webm',
 | 
						|
                type: 'video/webm'
 | 
						|
            }],
 | 
						|
            poster: '/pringado/pringado.jpg',
 | 
						|
            thumbnail: '/pringado/pringado_thumbnail.jpg',
 | 
						|
            name: 'Pringado',
 | 
						|
            
 | 
						|
            textTracks:[ { "kind":"captions", "label":"Negro mate", "src":"/pringado/pringado.vtt", "default":true } ]
 | 
						|
            
 | 
						|
        },
 | 
						|
        
 | 
						|
        
 | 
						|
        
 | 
						|
        {
 | 
						|
            sources: [{
 | 
						|
                src: '/quiero_ser_root/quiero_ser_root.mp4',
 | 
						|
                type: 'video/mp4'
 | 
						|
            }],
 | 
						|
            poster: '/quiero_ser_root/quiero_ser_root.jpg',
 | 
						|
            thumbnail: '/quiero_ser_root/quiero_ser_root_thumbnail.jpg',
 | 
						|
            name: 'Quiero ser root',
 | 
						|
            
 | 
						|
            textTracks:[ { "kind":"captions", "label":"Negro mate", "src":"/quiero_ser_root/quiero_ser_root.vtt", "default":true } ]
 | 
						|
            
 | 
						|
        },
 | 
						|
        
 | 
						|
        
 | 
						|
        
 | 
						|
        {
 | 
						|
            sources: [{
 | 
						|
                src: '/salve/salve.mp4',
 | 
						|
                type: 'video/mp4'
 | 
						|
            }],
 | 
						|
            poster: '/salve/salve.jpg',
 | 
						|
            thumbnail: '/salve/salve_thumbnail.jpg',
 | 
						|
            name: 'Salve',
 | 
						|
            
 | 
						|
            textTracks:[ { "kind":"captions", "label":"Negro mate", "src":"/salve/salve.vtt", "default":true } ]
 | 
						|
            
 | 
						|
        },
 | 
						|
        
 | 
						|
        
 | 
						|
        
 | 
						|
        {
 | 
						|
            sources: [{
 | 
						|
                src: '/sintornosoynada/sintornosoynada.webm',
 | 
						|
                type: 'video/webm'
 | 
						|
            }],
 | 
						|
            poster: '/sintornosoynada/sintornosoynada.jpg',
 | 
						|
            thumbnail: '/sintornosoynada/sintornosoynada_thumbnail.jpg',
 | 
						|
            name: 'Sin Tor no soy nada',
 | 
						|
            
 | 
						|
            textTracks:[ { "kind":"captions", "label":"Negro mate", "src":"/sintornosoynada/sintornosoynada.vtt", "default":true } ]
 | 
						|
            
 | 
						|
        },
 | 
						|
        
 | 
						|
        
 | 
						|
        
 | 
						|
        {
 | 
						|
            sources: [{
 | 
						|
                src: '/Autodefensa_Informatica_Smartphones_vaya_mierda/Autodefensa_Informatica_Smartphones_vaya_mierda.ogv',
 | 
						|
                type: 'video/ogg'
 | 
						|
            }],
 | 
						|
            poster: '/Autodefensa_Informatica_Smartphones_vaya_mierda/Autodefensa_Informatica_Smartphones_vaya_mierda.jpg',
 | 
						|
            thumbnail: '/Autodefensa_Informatica_Smartphones_vaya_mierda/Autodefensa_Informatica_Smartphones_vaya_mierda_thumbnail.jpg',
 | 
						|
            name: 'Smartphones, vaya mierda',
 | 
						|
            
 | 
						|
            textTracks:[ { "kind":"captions", "label":"Negro mate", "src":"/Autodefensa_Informatica_Smartphones_vaya_mierda/Autodefensa_Informatica_Smartphones_vaya_mierda.vtt", "default":true } ]
 | 
						|
            
 | 
						|
        },
 | 
						|
        
 | 
						|
        
 | 
						|
        
 | 
						|
        {
 | 
						|
            sources: [{
 | 
						|
                src: '/te_hemos_echado/te_hemos_echado.mp4',
 | 
						|
                type: 'video/mp4'
 | 
						|
            }],
 | 
						|
            poster: '/te_hemos_echado/te_hemos_echado.jpg',
 | 
						|
            thumbnail: '/te_hemos_echado/te_hemos_echado_thumbnail.jpg',
 | 
						|
            name: 'Te hemos echado',
 | 
						|
            
 | 
						|
        },
 | 
						|
        
 | 
						|
        
 | 
						|
        
 | 
						|
        {
 | 
						|
            sources: [{
 | 
						|
                src: '/tengo_una_debian_de_servidor/tengo_una_debian_de_servidor.mp4',
 | 
						|
                type: 'video/mp4'
 | 
						|
            }],
 | 
						|
            poster: '/tengo_una_debian_de_servidor/tengo_una_debian_de_servidor.jpg',
 | 
						|
            thumbnail: '/tengo_una_debian_de_servidor/tengo_una_debian_de_servidor_thumbnail.jpg',
 | 
						|
            name: 'Tengo una debian de servidor',
 | 
						|
            
 | 
						|
            textTracks:[ { "kind":"captions", "label":"Negro mate", "src":"/tengo_una_debian_de_servidor/tengo_una_debian_de_servidor.vtt", "default":true } ]
 | 
						|
            
 | 
						|
        },
 | 
						|
        
 | 
						|
        
 | 
						|
        
 | 
						|
        {
 | 
						|
            sources: [{
 | 
						|
                src: '/trolesniuno/trolesniuno.mp4',
 | 
						|
                type: 'video/mp4'
 | 
						|
            }],
 | 
						|
            poster: '/trolesniuno/trolesniuno.jpg',
 | 
						|
            thumbnail: '/trolesniuno/trolesniuno_thumbnail.jpg',
 | 
						|
            name: 'Troles ni uno',
 | 
						|
            
 | 
						|
            textTracks:[ { "kind":"captions", "label":"Negro mate", "src":"/trolesniuno/trolesniuno.vtt", "default":true } ]
 | 
						|
            
 | 
						|
        },
 | 
						|
        
 | 
						|
        
 | 
						|
        
 | 
						|
        {
 | 
						|
            sources: [{
 | 
						|
                src: '/usuariado/usuariado.mp4',
 | 
						|
                type: 'video/mp4'
 | 
						|
            }],
 | 
						|
            poster: '/usuariado/usuariado.jpg',
 | 
						|
            thumbnail: '/usuariado/usuariado_thumbnail.jpg',
 | 
						|
            name: 'Usuariado',
 | 
						|
            
 | 
						|
            textTracks:[ { "kind":"captions", "label":"Negro mate", "src":"/usuariado/usuariado.vtt", "default":true } ]
 | 
						|
            
 | 
						|
        },
 | 
						|
        
 | 
						|
        
 | 
						|
        
 | 
						|
        {
 | 
						|
            sources: [{
 | 
						|
                src: '/ynomeimportanada/ynomeimportanada.mp4',
 | 
						|
                type: 'video/mp4'
 | 
						|
            }],
 | 
						|
            poster: '/ynomeimportanada/ynomeimportanada.jpg',
 | 
						|
            thumbnail: '/ynomeimportanada/ynomeimportanada_thumbnail.jpg',
 | 
						|
            name: 'Y no me importa nada',
 | 
						|
            
 | 
						|
            textTracks:[ { "kind":"captions", "label":"Negro mate", "src":"/ynomeimportanada/ynomeimportanada.vtt", "default":true } ]
 | 
						|
            
 | 
						|
        },
 | 
						|
        
 | 
						|
        
 | 
						|
        
 | 
						|
        {
 | 
						|
            sources: [{
 | 
						|
                src: '/yoquierosermakero/yoquierosermakero.mp4',
 | 
						|
                type: 'video/mp4'
 | 
						|
            }],
 | 
						|
            poster: '/yoquierosermakero/yoquierosermakero.jpg',
 | 
						|
            thumbnail: '/yoquierosermakero/yoquierosermakero_thumbnail.jpg',
 | 
						|
            name: 'Yo quiero ser makero',
 | 
						|
            
 | 
						|
            textTracks:[ { "kind":"captions", "label":"Negro mate", "src":"/yoquierosermakero/yoquierosermakero.vtt", "default":true } ]
 | 
						|
            
 | 
						|
        },
 | 
						|
        
 | 
						|
        
 | 
						|
        ]);
 | 
						|
         
 | 
						|
        // Play through the playlist automatically.
 | 
						|
        player.playlist.autoadvance(0);
 | 
						|
        player.playlistUi();
 | 
						|
    </script>
 | 
						|
 | 
						|
    <footer>
 | 
						|
        <p>
 | 
						|
            <a rel="license" href="http://creativecommons.org/licenses/by-sa/4.0/">
 | 
						|
                <img alt="Licencia Creative Commons" style="border-width:0" src="/static/css/cc-by-sa.png" />
 | 
						|
            </a> 
 | 
						|
            Letras adaptadas con
 | 
						|
            <a rel="license" href="http://creativecommons.org/licenses/by-sa/4.0/">
 | 
						|
                Licencia Creative Commons Atribución-CompartirIgual 4.0 Internacional
 | 
						|
            </a> salvo que se indique lo contrario en la propia canción.
 | 
						|
    </footer>
 | 
						|
</body>
 | 
						|
</html> |