I need to play a video that was transmitted over a user protocol and not an HTTP streaming stream (actually not via HTTP). Although I have no problem implementing the protocol, I don’t see how to configure the player so that I can just stream the stream to it (and decode it and display the video) - instead, the API always requires me to provide a URL.
Is there any way to do this?
source
share