ruffle-rs / ruffle

A Flash Player emulator written in Rust
https://ruffle.rs
Other
15.66k stars 813 forks source link

error on http://www.bronchotraining.org/spip.php?article95 #8554

Open smccormack0 opened 1 year ago

smccormack0 commented 1 year ago

Describe the bug

http://www.bronchotraining.org/spip.php?article95

Expected behavior

play interactive video

Affected platform

Browser's extension

Operating system

windows 11 pro

Browser

chrome- up to date

Additional information

No response

n0samu commented 1 year ago

This movie uses an external video file. Ruffle does not support loading external video files yet. See #3801. To watch the video, you can download it and play it with a media player such as VLC Media Player. Here is the link to download the video: http://www.bronchotraining.org/films/1_3_2a.f4v

Lord-McSweeney commented 1 year ago
Unrecognized file signature: [0, 0, 0]
Video has no decoded frame to render.

Possibly an mp4 inside the f4v?

n0samu commented 1 year ago

F4V is MP4 video in an FLV container. Unfortunately modern browsers do not support the FLV container in video elements, so #12539 does not help with this. Maybe in the future we can demux F4V and feed the MPEG-4 stream into the WebCodecs API.