简体   繁体   English

如何将Netty用于RTSP服务器/客户端

[英]How to use Netty for RTSP server/client

I have added netty 3.2.9.Final jar in maven pom for my java web application. 我为Java Web应用程序在maven pom中添加了netty 3.2.9.Final jar。 but I really don't know how to use it in my application. 但是我真的不知道如何在应用程序中使用它。 I read alot about RTSP protocol but didn't understood how to create or use RTSP server/client using netty. 我阅读了很多有关RTSP协议的信息,但不了解如何使用netty创建或使用RTSP服务器/客户端。

So can anyone help me to implement RTSP server / client solutions. 任何人都可以帮助我实施RTSP服务器/客户端解决方案。

The RTSP protocol is based on HTTP, so you should be able to re use most of what is already there in terms of HTTP support. RTSP协议基于HTTP,因此就HTTP支持而言,您应该能够重用已有的大部分内容。 Start with the HTTP examples. 从HTTP示例开始。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM