tombulled / innertube

Python Client for Google's Private InnerTube API. Works with YouTube, YouTube Music and more!
https://pypi.org/project/innertube/
MIT License
290 stars 20 forks source link

YouTube Stats for Nerds #56

Closed bkuertuel closed 8 months ago

bkuertuel commented 1 year ago

Hello, is there a way to extract the stats for nerds from a youtube video while you're watching it? I am very interested in watching a video and messing around with my network parameters, introducing things like lag and packet loss to it and see exactly how the stats change there. Being able to extract those stats would be a great help.

tombulled commented 1 year ago

Unfortunately I don't think this is data that the InnerTube API provides, but is instead produced by the client that is streaming the video. I'd recommend looking into either FFmpeg or VLC's libVLC, as these are two tried-and-tested libraries for streaming video

tombulled commented 8 months ago

I'm going to close this issue as Won't do for the reasons outlined above