We want to create peer to peer live streaming Android App like Periscope where some users can broadcast themselves and some users can watch live streams of broadcasters. We tried implementation using free trial of Wowza streaming engine and GoCoder SDK.
My question is how we can programmatically create live sources instances of broadcasters from Android App in live application in wowza streaming engine. For example suppose there is one user who just registered in app and want to broadcast himself then we cant manually do all steps specified here for every new user. We want to add new live source programmatically in live application and allow viewers to view their streams. How to do this ? It will be good if you share some relevant links.