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.
YouTube DASH download meta-data #3830
Comments
|
This question falls out of scope for youtube-dl, especially without context. You can use the If you think this is something which youtube-dl should do, please review our bug reporting instructions and add the explanation called for in there. |
Dear All
I am interested in YouTube DASH download metadata information such as:
segment arrival time, segment request time, segment actual bit-rate.
Does http.py is used for DASH download ?
If so does the following line (140 from http.py)
download a segment :
data_block = data.read(block_size if not is_test else min(block_size, data_len - byte_counter))
4.what is Youtube DASH segment duration?
Thank sorry for the long question first time using this great application.
Ran