Olá! 👋
Aqui está o resumo da sua biblioteca de vídeos.
Total de Vídeos
= $video_stats['total'] ?>
Concluídos
= $video_stats['completed'] ?>
Em Processamento
= $video_stats['converting'] ?>
Atividade Recente
| Nome do Arquivo | Status | Data |
|---|---|---|
| Nenhum vídeo encontrado. | ||
| " . htmlspecialchars($row['filename']) . " | "; echo "" . htmlspecialchars($row['status']) . " | "; echo "" . date('d/m/Y H:i', strtotime($row['created_at'])) . " | "; echo "
| Erro ao carregar dados: " . htmlspecialchars($e->getMessage()) . " | ||
🔄 Conversor HLS
Adicione um link de transmissão para converter e salvar.
Minha Biblioteca
| Arquivo | Status | Progresso | Ações |
|---|---|---|---|
| " . htmlspecialchars($row['filename']) . " | "; echo "" . htmlspecialchars($row['status']) . " | "; echo ""; if ($row['status'] === 'converting') { echo ""; } echo " | "; echo "";
echo " ";
$playUrl = ($row['status'] === 'completed' && !empty($row['converted_path'])) ? 'videos/'.$row['converted_path'] : $row['url'];
echo "";
if ($row['status'] === 'completed') {
echo "";
}
echo "";
echo " ";
echo " | ";
echo "