简体   繁体   中英

open source RTSP/RTP stack with C language

我寻找一个带C语言的开源RTSP / RTP堆栈,因为我想从微控制器连接到媒体服务器以播放互联网广播电台

live555 is an open source project which contains RTSP/RTP stack, implemented in C++. So you may need to encapsulates a C interface to it.

存在许多用于RTSP / RTP的开源客户端,例如mplayer,xine,gstreamer,vlc等 - 所有这些客户端都具有RTSP / RTP的客户端代码。

Here's a webradio project that runs on ARM Cortex-M3 platforms and includes RTSP Shoutcast/Icecast functionalty. It looks like they wrote their own stack. I'm not sure how portable it might be. It looks like it's maybe at least minimally abstracted from the StellarisWare drivers they're using. It's under the New BSD License as well.

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