i have tried to send videodata by datachannel, but i can only achieve 2MB/s on my embedded device(Cortex™-A9 CPU). i don't think the speed is limited by the device'cpu perfermace because when the videodata was sent, the cpu usage is only 50%.
--
You received this message because you are subscribed to the Google Groups "meetecho-janus" group.
To unsubscribe from this group and stop receiving emails from it, send an email to meetecho-janu...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/meetecho-janus/4277bf70-542f-40a9-8445-c31c75037e52n%40googlegroups.com.
Hi, thanks for you answer. Do you know how to set the bitrate limit?Mirko Brankovic <mirkobr...@gmail.com> 于2021年2月28日周日 下午5:58写道:
To view this discussion on the web visit https://groups.google.com/d/msgid/meetecho-janus/CAND18T2Ne7P4-dKZ9WDpdybZrvVm2-LYSaNJGTiTq7Jskj139Q%40mail.gmail.com.
------------------Best regards,-Chong chenDepartment of Biomedical EngineeringZhejiang UniversityRoom 105, Zhou Yiqing Technology Building38 Zheda Road, Hangzhou 310027 P.R. China
this is the datachannel speed i have nowMirko Brankovic <mirkobr...@gmail.com> 于2021年3月1日周一 下午3:27写道:
To view this discussion on the web visit https://groups.google.com/d/msgid/meetecho-janus/CAND18T08sZN4APjgg9hGbE1PtJhxgyq-hzQA-4VY9f9wuUTu%3Dw%40mail.gmail.com.
drop datachannel? but then how to send message by webrtc?Mirko Brankovic <mirkobr...@gmail.com> 于2021年3月1日周一 下午4:50写道:
To view this discussion on the web visit https://groups.google.com/d/msgid/meetecho-janus/CAND18T2%3DV3rm2jZCrMmxEWxcugQBMpfV8s1caCSD%2B5iPtWfrVQ%40mail.gmail.com.
Hi Mirko,ok, no problem. the video i send by datachannel is video archive which i think send by datachannel is better than by video channel. in video channel, the stream data can only be sent by rtp packet, right? by datachannel, i can directly send the mp4 video file which could be playback by the chrome client. i thought the sending speed is limited by the sctp library which i am not familiar with. it seems the sending data is chunk by this function janus_sctp_data_to_dtls , usrsctp_init(0, janus_sctp_data_to_dtls, NULL), then dtls encrypt the chunk data(1k byte size) and send ithe chunk data one by one.Mirko Brankovic <mirkobr...@gmail.com> 于2021年3月1日周一 下午7:28写道:
To view this discussion on the web visit https://groups.google.com/d/msgid/meetecho-janus/CAND18T3ueZPEyKu8cyR37yZ7nkE67Rk_EVR3MOejvDYG8HX%2BhQ%40mail.gmail.com.
------------------Best regards,-Chong chenDepartment of Biomedical EngineeringZhejiang UniversityRoom 105, Zhou Yiqing Technology Building38 Zheda Road, Hangzhou 310027 P.R. China