Skip to content

Allow switching between periods with and without text #715

Closed
@miyukki

Description

@miyukki
  • What version of Shaka Player are you using?
    v2.0.6

    • Can you reproduce the issue with our latest release version?
      yes

    • Can you reproduce the issue with the latest code from master?
      yes

  • Are you using the demo app or your own custom app?
    my custom app

    • If custom app, can you reproduce the issue using our demo app?
      not tried
  • What browser and OS are you using?
    electron v1.6.1

  • What did you do?

    • What content did you load?
      Load the MPD manifest written with some periods.
      One period has a video and audio. But next one has a video only.
  • What did you expect to happen?
    can play the content having different stream types between periods.

  • What actually happened?
    shaka raised INVALID_STREAMS_CHOSEN error when I played between period.

I found that shaka prevent different stream in StreamingEngine.
https://github.com/google/shaka-player/blob/fc46b29ed8b0781bf60165682f125470e2c04b22/lib/media/streaming_engine.js#L1687-L1708

Why shaka implemented such behaviour?

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions