在 C# 中播放 MMS/RTSP 流的最佳方式是什么?
是否有用于 C# 的 libmms、librtsp 或 xine-lib 之类的东西?
Is there something like libmms, librtsp or xine-lib for C#?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
是否有用于 C# 的 libmms、librtsp 或 xine-lib 之类的东西?
Is there something like libmms, librtsp or xine-lib for C#?
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
接受
或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
发布评论
评论(1)
我已经成功地使用 BASS 库来处理这些类型的流。
用WMA插件应该可以做到。
它是用 C/C++ 编写的,但有一个 .NET 包装器可用。
它还支持 mp3 和 ogg/aac(带有插件)
如果目标是 Windows Forms/WPF,您也可以尝试托管媒体播放器。
I have been using the BASS library successfully for these types of streams.
It should be able to do it with the WMA plugin.
It's written in C/C++ , but there is a .NET wrapper available.
It also supports mp3 and ogg/aac (with plugins)
You may also try to host the Media Player, if the target is Windows Forms/WPF.