Newbie question. Is it possible to do this? I have a security camera-type device based on Raspberry Pi. (A chicken coop monitor device.) I want to display the video stream in an app I am developing. I had thought of using ffmpeg to forward a backend RTSP camera to an RTMP receiver, then display that stream in the app.
The app uses Firebase authentication to login and I want it to be able to view the security camera feed from there. No unauthorized users may be able to view the camera stream.
If yes, please share how might I implement this (high level explanation is adequate). Bonus points if there is a tutorial.
I found this document so I think it should be possible. But I am unclear from reading it if the stream could be viewed from the app client of an authorized user, and only from the app client of an authorized user. https://cloud.google.com/video-intelligence/docs/streaming/live-streaming
Please assist a newbie.