简体   繁体   中英

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. 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.

So can anyone help me to implement RTSP server / client solutions.

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. Start with the HTTP examples.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

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