Michel Promonet
Michel Promonet
Hi, This is usually because network is loosing packet. You may try using RTP over TCP to prefer latency over loss. Best Regards, Michel.
Hi zhuchuanyue, In order to receive help, you need to describe what means "doesn't work". Maybe some error messages ? Best Regards, Michel.
Hi zhuchuanyue, Then it is running and receive calls. If you don't have video, it maybe because of STUN problem in docker. Adding `--net=host` may help. Best Regards, Michel.
Hi zhuchuanyue, An option to reduce the cpu consomption is to use the `-o` argument, it works only for H264 source and will forward the frame. Then there is no...
Hi, This depends on the gop of your backend, the first image need to wait for an I-frame, appending more I-frame to the backend stream should reduce this. Best Regards,...
Hi D1plo1d, In such a situation you can run `strace -p ` to better understand what is doing the thread. Best Regards, Michel.
Hi, In case of jisti & janus, I implement a signaling gateway between webrtc-streamer and theses media servers. I think you need to implement something similar to talk with kurento...
Hi, Only few audio codec are supported, opus or pcm. To try it you could add an audio url. ``` "hd_near_5mbs" : { "audio" : "file:///home/tester/Downloads/videos/mortal_shell_game_1080p_60fps.mkv", "video" : "file:///home/tester/Downloads/videos/mortal_shell_game_1080p_60fps.mkv" }...
Hi, I guess you are running inside docker ? In such a case you could run with `--net=host` to allow STUN discovery to discover your public address. Best Regards, Michel.
Hi, You should be able to reach http server configuring your NAT, then STUN should server should detect your public ip. Best Regards, Michel.