How to understand the difference between the two online video: RTSP and HTTP?

后端 未结 2 509
梦谈多话
梦谈多话 2021-02-15 12:02

I know the RTSP and HTTP two online video is support by android. But how to understand the difference between RTSP and HTTP. I want to know how to work when play the online vide

相关标签:
2条回答
  • 2021-02-15 12:37

    RTSP stands for Real Time Streaming Protocol. One of the main uses for RTSP is to receive streaming video (e.g video on demand). A client establishes a connection with a media server and obtains data from the server and displays it.

    HTTP, on the other hand, is a stateless protocol. HTTP provides a mechanism to download a media file over the internet. It would not be wrong to think of accessing media over HTTP as accessing a file over a network and playing it.

    0 讨论(0)
  • 2021-02-15 12:52

    I found this resource: Streaming vs. progressive download: Understanding the difference

    0 讨论(0)
提交回复
热议问题