Can I replace Stream Media URL at runtime?

Hi everyone! I am trying to output a video in Unreal based off a link sent from a raspberry pi. The idea is to receive the Url, set it as the url for stream source, and play media player. I can’t find a way to set the stream url when the game is active. Is it possible? I thought maybe there’s a way with the media options node… but no luck yet.

Hey there @BridgetHooks! Welcome to the community! There might be a workaround by updating the media texture itself as referenced in this post:

Hope this helps!