Php, Hls Xnx

  • Autor Autor voglio1
  • Fecha de inicio Fecha de inicio

php

  • php

    Votos: 0 0,0%
  • hls

    Votos: 0 0,0%
  • php bot

    Votos: 0 0,0%

  • Votantes totales
    0
V

voglio1

Curioso
¡Usuario con pocos negocios! ¡Utiliza siempre saldo de Forobeta!
Tengo el robot HLS. Puedo reproducir videos en mi sitio con este bot. Pero tengo un problema, supongo que a veces los videos no se abren porque los reproduzco desde mi propio servidor. Quiero reproducir videos del sitio donde tomé los videos, ¿cómo puedo hacer eso?


Insertar CODE, HTML o PHP:
<?php
include("../xnxx_bot/fonk.php");
$id = $_GET["base"];
$base64 = trim(str_replace("x_play/","",$id),"/");

if($base64=="")
{
    header("location: $site");
    exit;
}
$id = base64_decode($base64);
$veri = baglan($id);
$mp4_link = bol($veri,"html5player.setVideoHLS('","'",1,0);
$resim = bol($veri,"html5player.setThumbUrl('","'",1,0);
if($mp4_link=="")
{
    $mp4_link = bol($veri,"html5player.setVideoUrlLow('","'",1,0);
}
?>
<!DOCTYPE html>
<html lang="en">
<head><meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<META NAME="ROBOTS" CONTENT="NOINDEX, NOFOLLOW">
<script src="//ajax.googleapis.com/ajax/libs/jquery/2.1.3/jquery.min.js"></script>
<link rel="stylesheet" href="https://cdn.fluidplayer.com/v2/current/fluidplayer.min.css" type="text/css"/>
<script src="https://cdn.fluidplayer.com/v2/current/fluidplayer.min.js"></script>
<style>
  html, body {
            height: 100%;
            margin: 0px;
            padding: 0px;
        }
</style>
<video id='hls-video'> <source src='<?php echo $mp4_link; ?>' type='application/x-mpegURL'/></video>
<script>
    var myFP = fluidPlayer(
        'hls-video',    {
    "layoutControls": {
        "controlBar": {
            "autoHideTimeout": 3,
            "animated": true,
            "autoHide": true
        },
        "htmlOnPauseBlock": {
            "html": null,
            "height": null,
            "width": null
        },
        "autoPlay": false,
        "mute": true,
        "allowTheatre": true,
        "playPauseAnimation": true,
        "playbackRateEnabled": true,
        "allowDownload": false,
        "playButtonShowing": true,
        "fillToContainer": true,
        "primaryColor": "#0099FF",
        "posterImage": ""
    },
    "vastOptions": {
        "adList": [],
        "adCTAText": false,
        "adCTATextPosition": ""
    }
});
</script>
</body>
</html>
 

Temas similares

Atrás
Arriba