ravenium
ravenium
@Dorthu Has there been any movement on this? It's absolutely killing some scripting we're trying to do and properly attribute instances.
@Dorthu Certainly, though now I'm wondering if I am confusing two issues here. We're trying to stand up an instance, then create both forward (A) and PTR records all in...
Fixed in 1.0.5+, per release notes.
You're going to absolutely murder AWS's state tables - remember all EC2 instances are basically a 1:1 NAT. I've generally found that masscan tends to start dropping ports around 10k...
Oh wow, it's been a while. I was able to get this to work! Basically, you can get about 100k-500k pps easily on a t3a.micro. The trick is having a...
Apologies! I think my math is faulty. I just did a cost breakdown for our AWS account for last month and the biggest cost is actually EC2 instances - we...
I was playing with a media server that follows this spec [https://github.com/ossrs/srs](https://github.com/ossrs/srs) , and honestly it felt quite cumbersome for streaming compared to RTMP's simple app/streamid pair. Also, bash really...
I cobbled together something to do that - apologies as it might be a little dusty but should still work: https://github.com/ravenium/fragconsole . Basically you'd run it with -f and specify...
I dug a bit and it looks like the version of gotty used (1.01) has a bad arm binary, or at least it won't run (tried a simple container run...
I might be able to make this even easier for you - you can map your own sls.conf (if you look [here](https://github.com/ravenium/srt-live-server/blob/master/docker-compose.yml) you'll notice that's what the compose file is...