Denis Vasiliev
New Member
Hello,
We faced a problem when recording a "multi-record" from a Pixel 6 phone(missing video/audio track), during the reasirching we found out what comes from the device stream with the VP8 video codec:
If we look at the information about the video file that was recorded, then there is only one video track in it, which was recorded with the h.264 codec.
In all other test cases that we carried out(from other devices), there was always a H.264 codec and the recording proceeded correctly with two video tracks.
According to the documentation, WebCallServer supports the VP8 codec, but is multi-recording of the content supported with such a codec?
Another question, is it possible to forcefully specify which video codec to use? (we are using android / IOS SDK)
We faced a problem when recording a "multi-record" from a Pixel 6 phone(missing video/audio track), during the reasirching we found out what comes from the device stream with the VP8 video codec:
Code:
{
...
"name" : "challenger826",
"published" : true,
"hasVideo" : true,
"hasAudio" : true,
"status" : "PUBLISHING",
"audioCodec" : "opus",
"videoCodec" : "VP8",
"record" : false,
"width" : 480,
"height" : 640,
....
}
In all other test cases that we carried out(from other devices), there was always a H.264 codec and the recording proceeded correctly with two video tracks.
According to the documentation, WebCallServer supports the VP8 codec, but is multi-recording of the content supported with such a codec?
Another question, is it possible to forcefully specify which video codec to use? (we are using android / IOS SDK)