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

changes in newly build version #30

Closed
soliton4 opened this issue Feb 22, 2014 · 6 comments
Closed

changes in newly build version #30

soliton4 opened this issue Feb 22, 2014 · 6 comments

Comments

@soliton4
Copy link
Collaborator

i updated my amd modules with your recently submitted newly compiled code.

its not working without changes. the _broadwayOnHeadersDecoded and _broadwayOnPictureDecoded are now supposed to be properties of the window object.
i find that disturbing.

multiple videos are now impossible.

i dont know if i can measure a perormance increase.
i can play videos at 15fps@720p
my previous measure was 10fps@1080p so maybe a little increase, maybe not.

the codec code seems to make a step into the direction of leaving the global namespace alone, however the reqired window properties nullify that effect and make the usability even worse, since the result functions are now mandatory global.

best wishes
sol

@soliton4
Copy link
Collaborator Author

correction:
firefox plays 720p at 25 fps.
strange since chrome was faster before i think.

anyway its some progress

@mbebenita
Copy link
Owner

Do you have a sample video file, I can try out here locally?

@soliton4
Copy link
Collaborator Author

i am using it as x11 desktop forwarder. so i could record a video from my desktop.
but just get the latest nodeMirror version from github. all the changes are there.

u need avconv and x264.

@soliton4
Copy link
Collaborator Author

ps: this setting was starting to bring my firefox down but just a bit.

avconv -re -f x11grab -r 30 -s 1280x800 -i :0+0,0 -g 0 -me_method zero -flags2 fast -vcodec libx264 -preset ultrafast -tune zerolatency -an -t 180 -f h264 -b:v 2000000 -qmin 1 -qmax 1 -q:v 1 -

use -r 25 to be on the save side.
you can use this command to convert videos yourself and get the same format that i use.

@soliton4
Copy link
Collaborator Author

here:

this is a file containing the stream i am displaying with Broadway

https://www.sharefest.me/667863e3

you gotta dl it now because the link will be invalid once i close my browser.

pls tell me when you downloaded it

@soliton4
Copy link
Collaborator Author

i guess this is fixed

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