Michał Idzikowski

Results 73 comments of Michał Idzikowski

Yes, I see we have a misunderstanding. I tried to say, S3 is one of most expensive CDN I know and using it with such great, free software is bad...

I use to get 1 in USA and 1 in EU and have 40% of costs. That's my point of view.

If you are interested in any dedicated solution you can contact me by mail. I have solutions made on multiple projects (srs, nginx-rtmp, own nodejs and Go programs, even Wowza...

ffmpeg don't execute correctly. Try to redirect it's output to file and see what's wrong. I'm not sure if > ffmpeg_log.txt will work, but you can try. File should be...

@te4336 almost 2 years passed and Loki is still unusable for scenarios with real logging data. Trying to query anything hitting more than 50k logs is exploding servers :) I'll...

All variables are passed by selected method. Check your _POST, _GET variables for 'app' and 'name' keys. Those are application and stream name passed by module.

In your situation you can user fragment hooks to send chunks to second server and just serve them to clients without any further config. You will need to write a...

Your script need to be smart enough. 16 gru 2015 16:22 "nicktencate" [email protected] napisał(a): > Ah, currently no way to do this automatically. You will have to pick one >...

Ping won't tell you much about link (because you can have great pings and slow connection), but your path is good. You need to periodically test connection and upload adequate...

I highly recommend using HLS, because scaling HTTP is easy and well developed solution. There are many options (CDNs, bunch of caching proxies and LB in front). RTMP protocol is...