简体   繁体   English

使用C语言的开源RTSP / RTP堆栈

[英]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++. live555是一个开源项目,包含RTSP / RTP堆栈,用C ++实现。 So you may need to encapsulates a C interface to it. 所以你可能需要封装一个C接口。

存在许多用于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. 这是一个在ARM Cortex-M3平台上运行的webradio项目 ,包括RTSP Shoutcast / Icecast功能。 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. 它看起来可能至少从他们正在使用的StellarisWare驱动程序中抽象出来。 It's under the New BSD License as well. 它也属于新的BSD许可证。

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

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