开发者

rtsp server forwarding

So I am trying to stream a webcam feed from my computer to my android phone. I am using a simple forwarding server to connect the two so that I don't have to worry about home network IP firewalls ect. I am using FMJ to capture the video feed and was thinking rtsp protocol would be best because android supports reading it. My problem is I dont know how to forward the inf开发者_如何学运维ormation via the server, is it as simple as forwarding UDP packets? all programs involved are implemented in java btw.


Use Netty. It is very easy to create an RTSP server with this library. For hints see the sources here.


Or you can port my library which is written in C#

http://net7mma.codeplex.com/

CodeProject article @ http://www.codeproject.com/Articles/507218/Managed-Media-Aggregation-using-Rtsp-and-Rtp

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜