I'm currently working on a web app (PWA) that uses WebRTC for real-time communication like videoCall ,videoRoom, ...
So basically I get the live stream and give it to HTML5 Video element as it's source. the videos are perfectly shown in chrome but when the communication is between an IOS device and FireFox, Firefox rotates the video that has been generated by Iphone and does not show is in correct way... I've visited this post and this understanding this was an issue of FireFox But now My question is: are there any differences between video streams generated by different devices? and are there any solutions to fix it?