-
Notifications
You must be signed in to change notification settings - Fork 67
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Streaming from WIFI Camera #123
Comments
Hello, Yes, this is possible but no directly your SurfaceView. To do it I recommend you read this related posts (the concept is the same but instead of use an external usb camera library you are using a library that get the stream from a rtsp ip): If you need more help I will need know the way you connect that rtsp stream with your SurfaceView |
Thank you for the quick response, If what you suggested doesn't work, could I stream my smartphone screen instead? I saw that there is a similar issue, #111, but the example link |
This is the updated link: |
Hello, I currently have a WIFI camera that I connect to my app and display its content on a SurfaceView.
Is there any way to create an RTSP server to stream the content of the SurfaceView instead of the camera's feed?
App Purpose: Any device on the same network as the smartphone should be able to view what is displayed on my SurfaceView via
rtsp://ip-smartphone/
Thanks
The text was updated successfully, but these errors were encountered: