Play video (on iPhone) that was broadcast through a user protocol?

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?

+3
source share
1 answer

, - ( URL- http://127.0.0.1:xxx) . MPEG (.ts) , .

+1

Source: https://habr.com/ru/post/1792135/


All Articles