how to connect external camera from android to live stream

Rahul Prasad

New Member
how to connect external camera from android to live stream using android SDK.
We have already purchased the licence. But stuck at facebook verification to live stream to facebook.
Please help
 

Max

Administrator
Staff member
1. How to switch cam
Check out Android SDK Sample Media Devices
https://github.com/flashphoner/wcs-android-sdk-samples/tree/master/media-devices
It has 'Switch Camera' button.
So you can switch cam to back perspective.

2. How to publish stream
You have to publish stream to server.
Make sure you can play stream in browser, i.e. using default Two Way Streaming Sample
https://demo.flashphoner.com/client...ming/two_way_streaming/two_way_streaming.html

3. How to republish stream to youtube.
Add server side setting WCS_HOME/conf/flashphoner.properties
Code:
rtmp_transponder_full_url=true
Then restart WCS server
Code:
service webcallserver restart
To republish stream to YouTube you have to make REST request /push/startup
See examples:
https://flashphoner.com/docs/wcs5/wcs_docs/html/en/wcs-rest-api/index.html?examples.htm

Please let us know if you have any issues using these steps.
 

Rahul Prasad

New Member
this one is working fine. but i want connect my phone with external cam via bluetooth or wifi. so can i connect and publish stream from that cam.
 
Top