Skip to content

Bug: Asset start time and asset end time don't work when a custom src is provided. #1080

@BenBrewerBowman

Description

@BenBrewerBowman

Is there an existing issue for this?

  • I have searched the existing issues

Which Mux Elements/Packages does this apply to? Select all that apply

mux-player-react

Which browsers are you using?

Chrome

Which operating systems are you using?

macOS

Description

When the playbackId is missing from the MuxPlayer, the clipping does not work. It should work when a src is provided, but no playbackId.

Reduced test case

No response

Steps to reproduce

  1. Select this configuration for the react mux player. Notice how clipping doesn't work as expected.
    <MuxPlayer
      src={YOUR_VIDEO_SRC_HERE}
      assetStartTime={10}
      assetEndTime={20}
    />

Current Behavior

Clipping does not work.

Expected Behavior

Clipping should work.

Errors

No response

What version of the package are you using?

No response

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions