Mike Block

Results 6 comments of Mike Block

I just opened issue #104 as I'd found that at least in Chrome I was able to compress audio to OGG when rendering the samples as a blob. Hopefully this...

I'm having the same issue. Is there any reliable way to detect the orientation from the peer? Perhaps the peer can broadcast over the data channel it's current orientation when...

We're not alone in this: https://stackoverflow.com/questions/49565739/webrtc-detect-orientation-from-peer-video-stream My only thought, since this is from a remote peer is to use the data track to broadcast changes in the device orientation. We...

@daryl3 can I ask what you did to configure the size and orientation for the RecordRTC config? I can certainly use the RTC data channel to pass this along before...

Thanks @daryl3. Unfortunately, my process is a little different, and the source webm is already messed up if it's portrait mode on the device. RecordRTC takes the captures with portrait...

@muaz-khan Any thoughts on how we can configure recording to force the correct orientation and aspect ratio? While we can get information from the RTC peer, I don't know where...