Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Not working on Android nor Browser: is the project maintained? Any successful implementation? #225

Open
VinceOPS opened this issue Feb 4, 2017 · 3 comments

Comments

@VinceOPS
Copy link

VinceOPS commented Feb 4, 2017

Hi everyone,

I tried the demo client/server to have a look at PhoneRTC, which looks wonderful as it is exactly what I need for my ionic app. However, it doesn't seem to work - at least from my few tries - on Android nor on Browser.
Android : I can connect and start/answer call, but no video nor audio stream. Plus, after 2 or 3 seconds, the app crashes.
Browser: I can connect and start/answer call, but no video nor audio stream. Yet I can see the output of my own local camera.
NB: everything is delivered through HTTPS, from the client app to the Nodejs/Socket.io endpoint

It looks like the project has not been updated for a while now, so I was wondering if the project is still maintained? And if anyone made a successful implementation of it in an hybrid app?

Thanks

Regards

@VinceOPS VinceOPS changed the title Is the project still maintained? Any successful implementation? Not working on Android nor Browser: is the project maintained? Any successful implementation? Feb 4, 2017
@mrbfrank
Copy link

mrbfrank commented Feb 4, 2017

Hi Vince, I've had better luck with these building a WebRTC & Ionic app.
https://github.com/webrtc/adapter
http://peerjs.com

Also this is a good tutorial on WebRTC from the ground up.
http://blog.mgechev.com/2014/12/26/multi-user-video-conference-webrtc-angularjs-yeoman/

@VinceOPS
Copy link
Author

VinceOPS commented Feb 6, 2017

Hi Brian, thanks for your answer.
I don't mind having to write some code but I'd really love to rely on a stable library (I just need 1:1 videocalls, no group calls, no fancy features).

I'll have a look at your resources! :-).

BTW - did you manage to make it work on iOS/Safari? As the features are not available yet, I guess I have no choice but to find/develop a cordova plugin for iOS.

@landycu13
Copy link

Hi vince
The plugin phonertc function good for android... i never could test the demo ok... but with my own app it run good on android and in browser you must run... cordova run browser .. to launch the app... in case you use chrome and avoid cross reference with nodejs..you must diasable web security

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants