Skip to content

loop not working #100

@wintercounter

Description

@wintercounter

Loop doesn't seem to work at all.

Code

<Stream
  streamRef={streamApiRef}
  src={url}
  className="[&>iframe]:rounded-lg [&>iframe]:border"
  muted={shouldAutoplay}
  autoplay={shouldAutoplay}
  onDurationChange={() => setLoaded(true)}
  loop
  width={videoMeta.width.toString()}
  height={videoMeta.height.toString()}
/>

Rendered Iframe

<iframe src="https://iframe.videodelivery.net/8b3e0a79e2b0d8818a88eff4cc2ae851" frameborder="0" height="1080" width="1920" allow="accelerometer; gyroscope; autoplay; encrypted-media; picture-in-picture;" allowfullscreen="" style="position: absolute; inset: 0px; height: 100%; width: 100%;"></iframe>

Rendered video element

<video poster="https://customer-hnm7f31263pk0v84.cloudflarestream.com/8b3e0a79e2b0d8818a88eff4cc2ae851/thumbnails/thumbnail.jpg?height=720" class="css-14ogxpa" playsinline="" preload="none" muted="true" src="blob:https://iframe.videodelivery.net/526e5eb5-bfce-4678-8e7b-a2a4d2220da0" autoplay=""></video>

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions