benwiley4000 / youtube-vtt

▶️ Extract and save WebVTT closed caption tracks from YouTube videos
MIT License
46 stars 13 forks source link

Use case for live stream #8

Open TheProfilerMan opened 2 years ago

TheProfilerMan commented 2 years ago

If you are looking for a use case for live streaming, it is the ability to provide real-time analytics against what is being said. One of our projects entails providing analysis on what politicians are saying in real-time, this project current relies on saving the stream to AWS and using Transcribe to extract the content for analysis, this introduces a delay between what is said and the analysis. Your approach is much faster and provides real benefit.

benwiley4000 commented 2 years ago

Did you try the script linked in the readme? This works for you?