Developing A Streaming Server For Android

后端 未结 3 894
南方客
南方客 2020-12-15 15:21

I am trying to develop a Streaming AV Media Server for use with an Android handset as the client. This instantly puts a constraint on me to develop a server that uses RTSP.

3条回答
  •  既然无缘
    2020-12-15 15:41

    Developing a RTSP streaming server with Netty is fairly straight forward task and doesn't take much of time. I myself have written it and it worked like a charm. You could look at the sample implementations of some other servers using Netty framework to get started.

提交回复
热议问题