Skip to content
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

Hello, is there a specific tutorial for deployment? #1

Open
wougn opened this issue Jan 24, 2024 · 3 comments
Open

Hello, is there a specific tutorial for deployment? #1

wougn opened this issue Jan 24, 2024 · 3 comments

Comments

@wougn
Copy link

wougn commented Jan 24, 2024

No description provided.

@Martin1994
Copy link
Owner

dotnet publish -c Release

Or download the prebuilt assets from releases.

Download prebuilt OpenH264 build https://github.com/cisco/openh264/releases/tag/v2.2.0

Prepare your GBA bios and game rom

Put everything under the same directory.

Launch the server

dotnet OptimeGBA-Web.dll --Optime:BiosHome=<dir-with-bios> --Optime:Rom=<path-to-rom>  [--VideoEncoding="<encoding>"]

@wougn
Copy link
Author

wougn commented Jan 27, 2024

mmexport1706373647940

mmexport1706373649813

I ran into this problem during deployment

@Martin1994
Copy link
Owner

This looks like a dynamic library issue from OpenH264. Did you downloaded v2.2.0 with correct architecture (x64, x86 or ARM64)?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants