victor-xi
victor-xi
> Could you provide more information of the CPU load when recording is on? Like which process consumes most CPU. H264 Codec related processes cosume 80% of the CPUs
We use tool perf top to check, find that almost all by many videoTranscoder-sw.node Samples: 596K of event 'cpu-clock', Event count (approx.): 9613761102 Overhead Shared Object Symbol 4.33% videoTranscoder-sw.node [.]...
> Seems that transcoding costs a lot of CPU. How many recordings did you have for 1 room? Only 1 participant in the room, so 1 recording. my question is,...
We enable recording from client using REST API like below, no specified parameters on server: data = {"audioId":remoteStreamId,"videoId":remoteStreamId,"roomnum":that.myRoomNum,"mp3":"mp3","userId":that.userName,"container":"mkv"}; ... url:"https://ip:3004/rooms/"+that.myRoom+"/recordings",
Only 1 participant in the room when the lateset test, so it should not be the reason that 2 users with different format. We'll check it.
> Web transport feature is on master branch. Is Web transport feature already OK or under developing?