Hi,
Is it at all possible to set the media source of the RadMediaPlayer to a MemoryStream?
I am storing voice recordings in our database as a byte[] and then reading them back into our webapp. I want to avoid writing the byte[] to a file and then re-reading it just to play it back.
Any help would be appreciated.
Thanks