ytdl-org / youtube-dl

Command-line program to download videos from YouTube.com and other video sites
http://ytdl-org.github.io/youtube-dl/
The Unlicense
131.22k stars 9.93k forks source link

youtube videos live detection #32451

Open Achusalu opened 1 year ago

Achusalu commented 1 year ago

Checklist

Description

how to detect live detection on youtube streaming videos

dirkf commented 1 year ago

The extractor marks live streams with the is_live flag in the info JSON, but a live stream is extracted from the time of extraction.

Are you asking for a feature where the program detects the scheduled start of a livestream and defers extraction to that time, or where the program somehow stalls until a valid live stream is available?

You could investigate the experimental --live-from-start option in yt-dlp to see if that's what you want. Or, actually, --wait-for-video ... is what I was thinking of.

Achusalu commented 1 year ago

Actually i am trying to object detection on youtube streaming videos, Will you please helpe about this?

dirkf commented 1 year ago

Please explain fully.