Replies: 3 comments 4 replies
-
We have one based on async here. Hope that helps. |
Beta Was this translation helpful? Give feedback.
-
Thank you - that example did provide a bit more help. I was able to change the media type ( |
Beta Was this translation helpful? Give feedback.
-
One more question on the topic. By following the examples, I can stream raw RGB data or JPEG images, but I seem to be overwhelming the network. |
Beta Was this translation helpful? Give feedback.
-
Hello!
I am trying to create a Trame app that uses a custom visualization (rather than VTK or ParaView) and streams images/video for display on the web application. I followed this example that uses Trame RCA, but used PIL to create a simple image rather than VTK.
I was able to successfully get the image generated by PIL to show on the web app and get user events back into the Trame app using the
RemoteControlledArea
. However, if I switched the mime type from image/jpeg it no longer worked.I am curious how to support streaming video (h264 or h265) instead of image streaming? I also see in the Trame documentation that RCA has
ImageDisplayArea
,VideoDecoderDisplayArea
, andMediaSourceDisplayArea
, but do not see any examples or documentation on how to use them. Any help in this area would be greatly appreciated!Beta Was this translation helpful? Give feedback.
All reactions