how to showing show data with video streaming

yogeshkahar

New Member
hello
I am android developer. in my project I am using flashphoner sdk for live streaming.
I am RND lots of but I am not find any solution about problem.
my problem is - I am want to show some data with live streaming like data will be over the streaming and data will be send with streaming.
can you please guiding me, how can I get this.
thank you
 
Last edited:

Max

Administrator
Staff member
Good day.
You can implement custom Camera1Capturer interface to overlay some PNG picture on a frame captured: Android Camera Manager. So, you should get the current date, convert it to PNG picture and overlay it.
 
Top