HTTP server/client
Quote from Josef on 28/04/2024, 14:25As 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?
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?
Quote from mm_dev on 29/04/2024, 17:29Theoretically 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.
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.