Live Stream video using Android with pure java

后端 未结 2 1904
谎友^
谎友^ 2021-01-06 04:21

i am trying to do a live streaming app in android, my question is what is the difference between using http and rtsp is there any way to only java code to do this, i refer s

2条回答
  •  暖寄归人
    2021-01-06 05:05

    I would suggest you to go for RTMP (Real time messaging protocol) instead of RTSP, there are number of open source plugins available in the market, like the famous "flowplayer" which is capable of streaming the video as per the industrial standards using the RTMP protocol. It has rapidly developed its capability to stream videos on Apple devices with the existing Flowplayer source plugin. Hope this helps

    Flowplaye : flowplayer website We are currently using the Akamai streaming capability coupled with flowplayer plugin for a flawless streaming experience.

提交回复
热议问题