Gemms
Gemms
Is it possible to flip a camera (back or front) while video streaming? if yes please provide the eg.
I've been having problems with this, so if anyone could offer pointers I would appreciate it! At the moment I have: `if let localPeerConnection: RTCPeerConnection = self.localPeerConnection{ localPeerConnection.add(self.localStream.videoTracks[0], streamIds: [self.videoTrackDefaultID])...
Is it possible to flip a camera (back or front) while video streaming? if yes please provide the eg.
As always, I managed to solve this (potentially in a bad way) shortly after asking for help. What I've done for the moment is get the RTCPeerConnection, find the matching...
I don't know if this is related, but I encountered a similar problem with a gstreamer build, and it seemed to come about from a mismatch between builds of gstreamer...