gittyup2018

Results 12 comments of gittyup2018
trafficstars

wow I'm sure glad I started / finished my own version..good thing i wasn't holding my breath! kudos to the support team!

Besides just changing a local name, nginx-rtmp also allows you to _dynamically_ push/forward the stream to remote servers on play with 3xx directive: 302 rtmp://1.2.3.4:1935/live/newstream will automatically "push" the stream...

Thanks for the quick reply! I tried your code but I get the error: App threw an error during load ReferenceError: W is not defined const hInstanceBuffer = ref.alloc(W.HANDLE_PVOID) I...

const { DModel as M, DTypes as W, DStruct as DS, } = require('win32-api') as syntax is not supported This works though :) const ref = require('ref-napi') const { DModel,DTypes,DStruct}...

when you say body element, do you mean javascript? I'm trying to avoid javascript/html methods and do it using AHK or Neutron WM_whatever events. I tried adding WM_RBUTTONDOWN := 0x204...

Same issue on both Firefox and Chrome..the default-action is never changed. I didn't test this on Windows but imagine it uses the same JavaScript code so it's the same.. Firefox>...

I tested the betas in both FF & Chrome and now absolutely nothing happens. No popup, no error and not even a console message like the shortcut key was never...

Thanks that works! Is there a way to use the "old" download detector? on testing several sites it doesn't copy the URL correctly. I tried the exact same sites with...

Yes I never had a issue with this extension before..the only issue I ever had is that default-action which you fixed :) but yes please make it a setting or...

To go 1 step further, if it was a setting (in a very future version) then you can make it site-specific to choose which detect method works best so can...