Not able to stream url with special characters

I have stream URL with ? and & characters
This is my stream url

https://test-videos.co.uk/vids/bigbuckbunny/mp4/h264/720/Big Buck Bunny 720_10s_1MB.mp4?md5=_GImXTXZxZwCQ6fLHLDl_A&expires=1644992993

This is what I have on my source code

content.url=jsonData.data.stream_url.EncodeUri()

Th

print content.url and see what it’s getting encoded to.

It is printing the same URL:

https://test-videos.co.uk/vids/bigbuckbunny/mp4/h264/720/Big Buck Bunny 720_10s_1MB.mp4?md5=_GImXTXZxZwCQ6fLHLDl_A&expires=1644992993

I don’t think that URL exists. It should be Big_Buck_Bunny_720. It looks like you replaced the underscores with spaces.