streaming video from camera

Hi every one
I am looking for a way to stream video from unreal camera component or camera actor through UDP or RTSP, preferred with Gstreamer.
until now, I could extract camera view and save it in buffer. so there is no problem to achieve data from camera.
The problem is streaming it! how can I stream it? I have tried many times to use gstreamer but it seems unreal has not compatible with it.
This is a good sample of what I want!
please help me to stream out and solve this sweaty problem :slight_smile:

note: I am working on windows

any solution?

I use Offworld’s plugins to do all kinds of streaming. To file, to viewport, etc. I also use an OpenCV plugin to do some RTSP streaming into Unreal. Both on marketplace. Both work great.

1 Like

Have you found sth. besides offworld?

@BlueDorn
Not yet