-
-
Notifications
You must be signed in to change notification settings - Fork 828
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
aperturescience.com: DefineVideoStream, got Invalid data: Invalid video codec. #5704
Comments
This SWF uses an external video file. Ruffle doesn't support loading external video/audio/image assets yet. |
Embedded H.263 and VP6(A) videos work. FLVs/external videos do not work. |
So does it mean that we can't use external videos at all? |
Correct. You need to embed an H.263 or VP6 video in the swf, like this: https://dnalc.cshl.edu/view/962-Causes-Smoking-Prevention.html |
Video has been implemented- however, this seems to need something else to work, as it currently just shows a single frame. Stub warning: |
As I mentioned in #12091 (comment):
|
This SWF streams two FLV files: They each have a VP6 video in them, which is well supported. And I can confirm that they are streamed and decoded correctly - they just aren't visible on the stage for some reason! |
+1 |
Describe the bug
https://www.aperturescience.com uses an old SWF file made in 2010.
In Mozilla Firefox, the first frame of the video shows but nothing else happens.
In Google Chrome, the Flash window shows a PLAY button, clicking it causes a black render.
The website's SWF file is hosted at https://www.aperturescience.com/aperturescience.swf
Also provided below.
aperturescience.zip
.
Expected behavior
The SWF's video should play normally.
Affected platform
Browser's extension
Operating system
Microsoft Windows 10 LTSC 2019 (1809)
Browser
Mozilla Firefox 91.3.0esr
Additional information
Firefox's JavaScript console log is attached below.
console-export-2021-11-22_21-27-39.txt
The text was updated successfully, but these errors were encountered: