Open lortspogi opened 3 years ago
In getStreamUrl() method of YouTubeExtractor.java add these line of code :
` if (streamingData.has("dashManifestUrl")) { dashManifestUrl = streamingData.getString("dashManifestUrl"); }
if (streamingData.has("hlsManifestUrl")) { hlsManifestUrl = streamingData.getString("hlsManifestUrl"); } ` and use hlsManifestUrl to play live video. It will fix your issue.
Any live that I'm playing is there is not hlsManifestUrl only dashManifestUrl. Any suggestions what parameter should I add?.