Forum
Please or Register to create posts and topics.

HTTP server/client

As you know, we can use HTTP server to send any kind of stream over network. and we can use HTTP Client to receive it in another RTSA application.

but somehow we can fill browser http request like (localhost:54664/streaming) and use browser as a non-RTSA client

I want to know if is it possible to do vice-versa?

actually I want to send my willing stream over network from another engine (e.g. Matlab) and receive it in RTSA via HTTP Client block. I tried to do so but it seems that these HTTP blocks have their own coding.

Are there any ready-to-use DLLs to code my stream to RTSA format?

Theoretically possible, but not really supported at this time (you'd have to match the output format generated by the HTTP server exactly). Depending on what you want to achieve the script block might be a viable alternative option.