I want to start the wondershare player from my current activity and to make it (the wondershare player) use some passed argument (throught the call) as a streaming url.
I found some example using VLC instead of wondershare at https://github.com/rauljim/tgs-android/blob/integrate_record/src/com/tudelft/triblerdroid/first/VideoPlayerActivity.java#L211 but I couldn't deploy it in my case.
I appreciate your help.
B.R