Tyrrrz / YoutubeExplode

Abstraction layer over YouTube's internal API
MIT License
2.98k stars 497 forks source link

Unable to fetch stream using GetMuxedStreams #833

Closed apreet81 closed 1 month ago

apreet81 commented 1 month ago

Version

6.4.3

Platform

Windows 10

Steps to reproduce

trying to download below 2 videos but GetMuxedStreams is not returning any stream.

https://www.youtube.com/watch?v=uMtJgN0prME https://www.youtube.com/watch?v=lWZIHoAwu2c

Details

Code used var streamInfo = streamManifest.GetMuxedStreams().Where(s => s.Container == Container.Mp4).GetWithHighestVideoQuality();

Exception Message Input stream collection is empty.

Checklist

apreet81 commented 1 month ago

Just noticed it started happening on almost all videos

mixail167 commented 1 month ago

StreamManifest returns "Video-Only" and "Audio-Only" streams. There are no other streams.

apreet81 commented 1 month ago

In version 6.3.13 GetMuxedStreams was working fine until signin error.

Any option to get Video combined with Audio?

mixail167 commented 1 month ago

No more muxed streams image