GetVideoMediaStreamInfosAsync() seems to be broken
See original GitHub issueHi Alexey!
I have tried YoutubeExplode 4.7.9 both on Windows desktop as well as on Xamarin. The GetVideoAsync
call seems to be working (though this one I only tried on Windows) but GetVideoMediaStreamInfosAsync()
seems to be broken. It returns a MediaStreamInfoSet
object with empty- [0] - stream arrays for all three types of streams. The “ValidUntil” property seems to be valid though.
BR Janos
Issue Analytics
- State:
- Created 4 years ago
- Reactions:1
- Comments:6 (3 by maintainers)
Top Results From Across the Web
MediaStream: getVideoTracks() method - Web APIs | MDN
The getVideoTracks() method of the MediaStream interface returns a sequence of MediaStreamTrack objects representing the video tracks in ...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Will look into it as soon as I can
Breaking change by YouTube. See also fent/node-ytdl-core#486, TeamNewPipe/NewPipe#2615.
Looking at this line, YouTube has moved
adaptive_fmts
andurl_encoded_fmt_stream_map
intoplayerResponseJson
asstreamingData.adaptiveFormats
andstreamingData.formats
respectively.