Created
April 5, 2025 13:40
-
-
Save leafstrat/b786f07df61a6c7fa04578e8d5ebce67 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"title": "Test Video", | |
"duration": 10, | |
"live": false, | |
"sources": [ | |
{ | |
"url": "https://seed128.bitchute.com/ZayHxkuCjdtH/T6WwQlnWr3r3.mp4", | |
"contentType": "video/mp4", | |
"quality": 1080, | |
"bitrate": 5000 | |
} | |
], | |
"textTracks": [ | |
{ | |
"url": "https://example.com/subtitles.vtt", | |
"contentType": "text/vtt", | |
"name": "English Subtitles", | |
"default": true | |
} | |
] | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment