Android Remote Video View does not adapt to other user's device orientation - quickblox

On the new Android video chat sdk sample, if the remote device's orientation is opposite your device, the main video view draws with AspectFill and the video is stretched.
I noticed that iOS sample has a config of AspectFit for the video view. Is there a similar setting for the Android SDK?

Related

Why the webrtc android camera stream is rotated at endpoint?

I am sending camera video from android to a janus server, but when I check from website, the video is rotated, Do you know why and How should I fix this?
I had to change something in the room config
https://github.com/meetecho/janus-gateway/issues/1021#issuecomment-335792000

React Native Video Through HDMI Only

Phones have the ability to have connector, ie USB-C, attach HDMI cords and video or music be played through the HDMI connection to another device, ie projector.
Is there a way using react native to when media is played, have is NOT played on the screen and only through outputs such as the USB-C?

How to use a camera in Corona Simulator?

I'm wondering how to use a camera in Corona Simulator. I want to test my app (which requires a camera) out on the simulator but i don't know how to enable usage for a camera. Is there anyway to set up my webcam to act as the simulators camera? I just want to know if this is possible or would I just have to put my app onto a device to test it with a camera.
Thanks in advance
To access the device camera or photo library you would call something like:
media.show( mediaSource, listener [, filetable] )
In order to test this, you'd have to load the app on your phone. Corona doesn't allow you to use a webcam for the simulator. For more information check out the Corona Docs # http://docs.coronalabs.com/api/library/media/show.html

iOS 6.0.1 can't play video on WIFI

I have iPhone 4 and iPad with 6.0.1, and I have a little app ive created which let you capture a short video, 30 seconds max, and upload it to my server. When Im trying to access the video, I can't open it. I see a "play" button with a line on it, so it says I can't play it.
The wired thing is that I tried to play the video while I'm on 3G and not on WIFI, and it worked.
I've tried using mp4, m4v, m4a, mov, and nothing works.
I don't have any problem with my router and any other videos app like YouTube or opening video from Facebook - works.

How to keep html5 video from allowing display to sleep on OSX

I have a webpage with html5 video displaying an HLS video in Safari on OSX. When I click the full screen button the video plays in full screen, but the screen dims according to my OSX display settings after 1 minute of being idle, no keyboard or mouse interaction.
This does not happen if I play an mp4 video file from the local disk directly using Quicktime in full screen. In this case Quicktime is doing something to tell OSX not to listen to the idle-timeout.
My question is how can I make the html5 video page keep the screen from idle-dimming while playing the video in full screen on OSX (or any platform, if possible)?
The issue has been fixed in safari 5.1.4. Release notes are available here.
Fix an issue that could cause the screen to dim while watching HTML5 video