Closed apreet81 closed 1 month ago
Just noticed it started happening on almost all videos
StreamManifest returns "Video-Only" and "Audio-Only" streams. There are no other streams.
In version 6.3.13 GetMuxedStreams was working fine until signin error.
Any option to get Video combined with Audio?
No more muxed streams
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