Denis Mysenko

Results 72 comments of Denis Mysenko

Does it matter – the alias is 'SocialAuth' anyway?

Hi @dehy! That's strange – this tool is being used on a daily basis on one of my projects. I noticed that your ffprobe is complaining about stream 1, not...

@pcouture what Flash player do you use? I've personally tested this (and using on a daily basis) with flashls and iOS native video player. As for the native HTML5 streaming...

Hmm, I'm not 100% sure but it looks like that player only allows video or audio streams - no metadata streams. See lines 64 and 65. I'm personally using this...

Relative to the segment file you are passing! I, for instance, cut the video in 10 second segments and always inject at 0 seconds - so each of segments has...

@nareshv good to know! I'm surprised that flashls.org still contains links to the old version, they fixed this a year ago!

@mtx-z this is controlled by AWS EB, not this package? AWS daemon will hit our endpoint with the payload and if it doesn't get a valid (200) response, it's going...

@zellkz @aromka failed jobs are already implemented in the Elastic Beanstalk, if a request returns a non-ok (200) code, EB is going to put the job in the dead letter...

Do you return a HTTP status code of 200 when you process the job? AWS should delete the queue job automatically upon 200 response

@hbouhadji hmm shouldn't this be in the AppServiceProvider of the app?