Hi friends,
I am playing with the idea of sending the output of an OF application over the network, so that it could be played by a web browser. The output could be some processed input from webcam, or anything else of course.
Searching in the forum only led me to this thread Live video streaming to the web from OF but it seems they were just experimenting and the results were not so great.
Of course an OF-only solution would be the optimum, but even using external tools (VLC? FFMPEG? Something via Syphon/Spout?) would make for a good start.
Did anybody have some success with this, or may be a working solution ready?
The preferred platform for this project is Windows, if this matters… the idea is to read an NDI stream, apply some kind of processing and then stream it (in my case over LAN, but could be over the Internet as well) to a browser.
Thanks for helping, any suggestion is welcome
Davide
Thank you, the addon is mighty to say the least! I’ll give it a try for sure.
It looks like the “example_basic_server_mjpeg_video” example is worth studying. Are there any docs for the API or the info is to be found browsing the source? The master branch readme mentions API docs are available but there is no link pointing to them
I just fixed the link … unfortunately there isn’t a ton of additional documentation apart from the api and the examples. Feel free to ask if you have questions as there are quite a few users.
It provides a standard rtsp stream at rtsp://<IP-ADDRESS>. No need for the SDK, just use VLC, or GStreamer. I am displaying the stream using ofGstVideoUtils like this