Questions asking us to recommend or find a tool, library or favorite off-site resource are off-topic for Stack Overflow as they tend to attract opinionated answers and spam. Instead, describe the problem and what has been done so far to solve it.
Closed 10 years ago.
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
接受
或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
发布评论
评论(4)
我认为有一种 LGPL、多平台并且能够同时提供流媒体和显示选项:GStreamer。但请注意,并非所有可用于 GStreamer 的编解码器都是 LGPL。
(我想到的另一个选项是 LIVE555 流媒体,它是 LGPL,但不处理显示。)
I think there is one LGPL, multiplatform, and capable of both streaming and display option: GStreamer. Note that not all codecs available for GStreamer are LGPL, however.
(The other option that comes to mind is LIVE555 Streaming Media, which is LGPL but doesn't handle display.)
LibVLC 已开始转向 LGPL。
http://git.videolan.org/?p=vlc .git;a=commit;h=36ab287e77e9df059f261ed1cfb13fc4674182ec
LibVLC has started to switch to LGPL.
http://git.videolan.org/?p=vlc.git;a=commit;h=36ab287e77e9df059f261ed1cfb13fc4674182ec
GStreamer 应该按照上面提到的方式工作,还可以考虑尝试 FFMPEG(我自己一直更喜欢它)它适用于流音频/视频,并且是 LGPL。
GStreamer should work as mentioned above, also consider trying FFMPEG (which I've always preferred to GStreamer myself) It works with streaming audio/video and is LGPL.
FFMpeg 怎么样。 FFMpeg 可用于流媒体内容,并且也可在 Windows、Linux 和 Mac 上运行。
此外,FFmpeg 是根据 LGPL 或 GPL 授权的自由软件。
How about FFMpeg. FFMpeg can be used to stream Media contents and would work on Windows, Linux and Mac as well.
Moreover, FFmpeg is free software licensed under the LGPL or GPL.