when record incoming stream from react-native app , the generated video is horizontally flipped , but in web app, it is recording well
how to meke the video vertically ?
//remove 'urn:3gpp:video-orientation' orientation capabilities if you are recording and have issues with video orientations in the recorded file
rtpCapabilities.headerExtensions = rtpCapabilities.headerExtensions.filter(
ext => ext.uri !== 'urn:3gpp:video-orientation'
)
1 Like
please explain it more , Thanks
Okay , thank you
let me try