Initial commit: Video player with HLS support

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
2025-10-02 01:52:03 -06:00
commit 1743d472d2
29 changed files with 14074 additions and 0 deletions

36
.gitignore vendored Normal file
View File

@@ -0,0 +1,36 @@
# Nuxt
.nuxt
.output
.env
dist
# Node
node_modules
*.log
npm-debug.log*
# OS
.DS_Store
# IDE
.idea
.vscode
# Videos (archivos grandes - no subir)
videos/*.mp4
videos/*.mov
videos/*_hls/
# Mantener estructura
!videos/.gitkeep
# Logs
/tmp/*.log
# Cloudflare credentials (NUNCA subir)
.cloudflared/*.json
.cloudflared/cert.pem
cloudflared
# Config
.autostart-config