RTSP in web edition

RTSP is a dying protocol.
However I nave need to view a stream in RTSP in web edition if possible.
Anyone have any clue how to make this work?

You’d want to use a separate service. Streaming Audio or Video from your app would make it unusable.

You can’t do it from web edition because that would lock up the thread like Greg said.

However if you know how to stream the data at the HTTP layer you could use a web server I wrote to stream it. I’ve written a HTTP server in Xojo that can deal with segmented/chunked data and can handle very very large uploads/downloads simultaneously with no problem.