ruffle-rs / ruffle

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

player_flv_mini.swf - not working and wrong color #15394

Open Benman2785 opened 4 months ago

Benman2785 commented 4 months ago

Describe the bug

https://hoffmeister.li/tv/stream1.html works fine with flash (also its the correct black color) - while ruffle renders the player differently and it is not playing the flv

Expected behavior

player is "black" not white player can show flv file

Content Location

https://hoffmeister.li/flash-games/swf/player_flv_mini.swf

Affected platform

Desktop app

Operating system

Win11 latest

Browser

Firefox & Chrome

Additional information

actually it would be nice if we add flv with h264, h265 and AV1 support into ruffle.

also: make it possible for the swf to read the rtmp://.// stream directly - so that we can livestream to our own servers :)

Benman2785 commented 4 months ago

about the rtmp part - if i use "jwplayer" it works fine with x264 (but not with AMD AMF - as its not FLV 1.1 standard)

also jwplayer doesnt work with "ruffle and rtmp" yet