Artur Fortunato
Artur Fortunato
I tried running Brave on an AWS r5n.large instance and got 60-80% CPU usage, with very rare stability issues. It would be interesting to create a table with test results...
> Interesting discussion, i'am thinking about EC2 pilot to. > At my local machine (i7/8550u) i can combine 3-4 streams. > Would be interesting to see if EC2-GPU helps. >...
> From a high-level perspective it might work. Brave is based on GStreamer. I assume that GStreamer can use OpenGL/Vulkan or CUDA. If so, I don't know if GStreamer has...
> Just to also chime in here we deploy brave to large CPU (compute) instances. > > Brave uses playbin for some media which will try to use any hardware...
> We use a fleet of c5.4xlarge instances. > > These are usually around 50% when they are being used for events. And how many events (mixers) do you have...
Hello! Are there any updates on this? I also need to access the publishingName on the OnAudio/OnVideo listeners. Can this be done now? Thank you!
Hello! This will only allow for 1 publishingName, right? I need to have multiple inputs and to write audio/video only for peers watching the video _publishingName_
Is it possible to pass the publishingName as a parameter of OnAudio/OnVideo? Thank you!
> Is this code helpful? If this is not what you intended, please let me know > > ```go > type Handler struct { > rtmp.DefaultHandler > > // value...
Hello! Thank you so much, that seems to do the trick! I want to output the videos with WebRTC, so I still need to adapt the code and complete some...