-
Notifications
You must be signed in to change notification settings - Fork 424
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
Compiler setting NO_BROWSER=1 is ignored #229
Comments
the compiler parameters do not reflect 100% what is neccessary to build broadway. they are the resulot of trial and error where a functional broadway reflects success and faster running broadway beats a slower one. the parameters also change over time as you pointed out. i believe it is a relict from a time where i compiled the webworker version seperately. i recommend using the latest emscripten version and fine tunining it yourself if you are into that. you may get a few % performance out of it. let us know you results pleas |
When i'm trying to pipe h.264 baseline video stream from camera over RTSP and -c copy -f rawvideo via ffmpeg, it is complaining about memory on browser side, that's why i have tried to recompile it with higher memory limit, but it was not reacting to that setting... |
you could try to use see if that changes your memory issues. i dont recommend using that parameter for the final version as i belive it has performance compromises. but its worth investigating |
I tried to compile and remove Browser variables manually, video wasn't decoded properly and no error was thrown. |
@myjimmy sorry i am not working full time on broadway. just got back to it |
I have found same version of emscripten and managed to re-compile, but it seems that NO_BROWSER=1 setting is ignored and compiled code have Browser object inside.
How did you manage to compile without it?
The text was updated successfully, but these errors were encountered: