开发者

rtsp server forwarding

开发者 https://www.devze.com 2023-02-04 22:47 出处:网络
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.

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

精彩评论

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