Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

YouTube DASH download meta-data #3830

Closed
randubin opened this issue Sep 25, 2014 · 1 comment
Closed

YouTube DASH download meta-data #3830

randubin opened this issue Sep 25, 2014 · 1 comment

Comments

@randubin
Copy link

@randubin randubin commented Sep 25, 2014

Dear All
I am interested in YouTube DASH download metadata information such as:
segment arrival time, segment request time, segment actual bit-rate.

  1. Does anyone knows if this info is available ? and with what option ?
  2. If the data is not exported at the moment how can i export it.
  3. from browsing in the code i can see the http.py has the information:
    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

@phihag
Copy link
Contributor

@phihag phihag commented Sep 28, 2014

This question falls out of scope for youtube-dl, especially without context. You can use the -j option to see what information is extracted.

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.

@phihag phihag closed this Sep 28, 2014
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Linked pull requests

Successfully merging a pull request may close this issue.

None yet
2 participants
You can’t perform that action at this time.