question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

GetVideoMediaStreamInfosAsync() seems to be broken

See original GitHub issue

Hi 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:closed
  • Created 4 years ago
  • Reactions:1
  • Comments:6 (3 by maintainers)

github_iconTop GitHub Comments

15reactions
Tyrrrzcommented, Sep 11, 2019

Will look into it as soon as I can

1reaction
omarrothcommented, Sep 11, 2019

Breaking change by YouTube. See also fent/node-ytdl-core#486, TeamNewPipe/NewPipe#2615.

Looking at this line, YouTube has moved adaptive_fmts and url_encoded_fmt_stream_map into playerResponseJson as streamingData.adaptiveFormats and streamingData.formats respectively.

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found