Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upGitHub is where the world builds software
Millions of developers and companies build, ship, and maintain their software on GitHub — the largest and most advanced development platform in the world.
Extract initRange so that we can play adaptive streams directly in a player #23463
Comments
|
Any updates on that? |
Checklist
Description
I would like to play/stream the adaptive streams in a custom player without to process/ffmpeg the streams. In order to do that I need the initRange for each stream. This data seems available on the youtube.com page as it's used by the youtube player as well but unfortunately it's not returned by youtube-dl
e.g
initRange\":{\"start\":\"0\",\"end\":\"265\"},\"indexRange\":{\"start\":\"266\",\"end\":\"1282\"}