adwpc
adwpc
@brucekim Hi, thanks of your guide. This worked, i saw a window: gst-launch-1.0.exe videotestsrc ! autovideosink But this worked for one second, then the windows closed and exe exit: ./launch.exe...
seems the ion-flutter-sdk or flutter-webrtc issue? @cloudwebrtc
@upeartaker Thanks for the answer, i'd like to help if you can PR a example :)
@ihabZhaika @mpromonet Hi, how to add audio device to stream, Thanks! i can see video only when running demo
@aminyazdanpanah Thanks for this PR!! ION is a distributed system(strong consistency), we store track infos in redis so that other singal-Node can use the same infos. I think we should...
@aminyazdanpanah Thanks! we should delete the record in redis if the user leaves the room
bind NATS port to localhost for what?
install nats-server first,see:scripts/inst_dep
https://github.com/xtaci/kcp-go/blob/9f0f2bc5547c9ae7943d1a729f382494e4a2fd65/tx_linux.go#L25 Maybe good solution! https://github.com/golang/net/blob/master/ipv4/batch.go#L108 call https://github.com/golang/net/blob/master/internal/socket/sys_linux.go#L24:6 http://man7.org/linux/man-pages/man2/sendmmsg.2.html
I have tested `PacketConn.WriteBatch` in `pion/ice` package, it reduce 30%~40% cpu in `pion/ion` https://godoc.org/golang.org/x/net/ipv4#PacketConn.WriteBatch This `conn.WriteTo` conn is from here? https://github.com/pion/ice/blob/master/candidate_base.go#L152 https://github.com/pion/ice/blob/master/gather.go#L138 https://github.com/pion/transport/blob/master/vnet/net.go#L555 My question is where to finish this...