Why the webrtc android camera stream is rotated at endpoint? - webrtc

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

Related

Resolution local video stream

As I understand correctly we have video adapter that can change resolution.
How to get frame aspect ratio or resolution of outbound stream or inbound?
Browser somehow know resolution for decoder...so should be a solution for get this resolution in native webrtc or js browser side, but I can't find this info

Unable to stream in stereo

I am using a 3d mic that works like a charm on the iPhone using 1/8th jack into an adapter. It works great with the camera app so I know the hardware is able to receive the stereo.
However in my agora.io iPhone app I have the following settings:
audio.setChannelProfile(.liveBroadcasting)
audio.setAudioProfile(.musicHighQualityStereo, scenario: .showRoom)
Is there anything else I need to do for it to work?
I was able to reach Agora Support. The following answer is what I received:
iOS devices does not support stereo audio capture. You would need to use external video source which support stereo audio to do the capture.
I wish this were included in the iOS documentation.
For my use case, a Mac app would be better, so I'm just going to go with that!

Xcode & Objective-C: Is tookbox SDK able to make a SIP video call between a video entry-phone and an iOS Device?

Someone knows it the TookBox SKD is able to make a SIP video call between a video entry-phone and an iOS Device?
Thanks!
Yes. If you use WebRTC then definitely yes.

audio tracks are missing in webrtc call upgrade

We are facing a strange issue in webrtc call i.e. in a connected webrtc audio only call when some one upgrade the call(add video) the audio tracks will drops from orignator side.
steps to reproduce the problem
1.make a audio only call between two peers A and B.
2.updgrade call to video by calling getUserMedia again from peer A.
3.call established.
4.A can hear audio and view video.
5.B cant hear audio.
What is the expected result?
onaddstream(e) e.stream should contain both audio and video tracks
What do you see instead?
only video track is there at B's side (recipient)
What version of the product are you using? On what operating system?
Chrome 51/WIndows7
Please find the webrtc dump from below link
Webrtc dump

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