giangndm
giangndm
@jdidion How about this PR? I am interested in this feature. If you need help, I would be very glad to join.
Sure, I am working on global-gateway so I will update README after that finished. In short, you can try the media-server in cluster mode in local machine like bellow: Start...
@Yosef0987 Actually I already have and old private Rust-SDK which used webrtc-rs so it take time to make it public. I have plan implement Rust-SDK with str0m instead for benchmarking...
@Yosef0987 Sorry I missed your reply, we are actively refactor for making it more clean architecture. I will be very glad too with your help.
This depend on github action runner
Currently webrtc dont send media with mid when we restart-ice to new server if the stream is simulcast. It will be move to separated ticket.
@lonnietc Can you explain more details about your usecase? How many groups you will create? How big and how wide your network will be established?
@lonnietc Sorry I missed your question, currently I too busy with media-server and SDN features for integrating to some company systems. The SDN transport is just plain UDP with noise-protocol...
@caspermeijn I have the same issues, which make me have to use a trick to convert from Option. I checked the source code and found that it has some strange...
> Why is the `name_fallback` getter nessesary? You could do `.name().unwrap_or_default()` to get the same result, right? I think that will result in more idiomatic code. If we use unwrap_or_default,...