Hi I'm having some question about embedding a browser into my app. actually I want this app have both Android and iOS version. what I want to do is: the app can embed a browser (like a view in the app). and the browser should support HTML5, and it should support playing rtsp stream. when I'm trying to do this, I'm facing some problems:
Is there a possibility to embed a browser (like Safari or Chrome) into my app? Not by open a new window outside the app, actually I want it to be "In" the app.
If I can embed a browser into my app, if the browser support html5, then Can I use the browser to show rtsp stream?
if I can't embed browser, Can I embed any html5 player which support rtsp?
thank you!