Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Error 0xC00D36B2 when trying to change audio track for live sources #395

Open
JezausTevas opened this issue Dec 15, 2023 · 1 comment
Open

Comments

@JezausTevas
Copy link

JezausTevas commented Dec 15, 2023

Hi!

I am implementing this player into my C# UWP project and have encountered an issue with changing audio tracks.
This occurs when using the provided sample with using default player controls and when modifying playbackItem.AudioTracks.SelectedIndex programatically.
The error is very non-descriptive (as usual for windows) and it states:

The request is invalid in the current state. (Exception from HRESULT: 0xC00D36B2)

I have tried many different inputs:

  • HLS master playlists
  • HLS with multi-track segments
  • MPEGTS
  • DASH
    All give the same issue as long as they have live content. VOD seems to not be affected.

I have also tried the C++ sample. It also throws error when changing the audio tracks, but this time the error box is empty and the player has text "Error: Video could not be decoded" atop the player controls.

@brabebhin
Copy link
Collaborator

I don't think we fully support DASH and the like, but if you can provide some sample steps i can look into it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

2 participants