onsip / onsip-cordova

Other
48 stars 29 forks source link

Video in browser Side #23

Open gabri15 opened 8 years ago

gabri15 commented 8 years ago

I was testing this project!! First of all, authors, great job!!

I followed this guide: http://sipjs.com/guides/mobile/cordova/

I run the application in IOS without any problem -> GOOD. I detect the call in the browser, then i answer -> GOOD

In the Iphone Side i can heard the audio and i can see the remote video ( i see remote and local video) -> GOOD. But in the browser side, i can heard only the sound, the remote video (iphone) is not working, i see only a black square.

I don't know what it's happening, If i execute the same html code with two browser, the communication it's correct (i think that is not a html mistake)

I attach the IOS OUTPUT and the Firefox Output and simple picture with the case.

Other simple questions: What is the meaning about that? No HTML/Javascript video manipulation. Can't i adjust the size of the video for example? Can i upload the application to applestore? I think that i need the library built in arm64, but i'm not sure!

I hope your answer, thanks!!

pastedgraphic-1 ios_output.txt firefox.txt

apparition47 commented 8 years ago

You most definitely need arm64 libraries if you want to submit to the App Store. I have a fork with those libraries. I also noticed the original PhoneRTC project has support for HTML/JS video manipulation. Someone needs to port that to this project.