1
0

Initial Commit

This commit is contained in:
2025-11-07 13:43:26 -05:00
commit b2c65553a6
9 changed files with 1906 additions and 0 deletions

16
package.json Normal file
View File

@@ -0,0 +1,16 @@
{
"name": "webpage-to-hls",
"version": "1.0.0",
"description": "Simple webpage to HLS streaming service",
"main": "index.js",
"scripts": {
"start": "node index.js"
},
"keywords": ["puppeteer", "ffmpeg", "hls", "streaming"],
"author": "",
"license": "MIT",
"dependencies": {
"express": "^4.18.2",
"puppeteer": "^24.15.0"
}
}