Video Live Stream

I know this can be old, but since I can’t figure it out I will ask.

Today, How can I stream video to an app?

I have a server, with a TCP server in C, connected with multiple IP cameras, most rtsp/h264.
In this server I record, generate images and do more stuff.
I also have a websocket sending h264 frames to ws clients (watchers) and rendering using js demux to a video html5 component.

In this server I can write any code, just to transcode the vídeo.

Is there any recent way to stream vídeos to a expo app, without eject?
Any suggest will be helpful.

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.