解析直播广播的 RTSP 流

发布于 2025-01-04 16:09:29 字数 110 浏览 0 评论 0原文

我希望能够解析 rtsp 流,以便提取有关广播电台、当前播放的歌曲名称、持续时间等的数据

。我必须手动执行此操作 - 没有库。

首选语言是 Java,但我也可以使用其他语言。

I want to be able to parse the rtsp stream in order to extract data about the radio station, current playing song name, duration etc.

I have to do it manually - no libraries.

Preferred language is Java but I could work with something else too.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

卖梦商人 2025-01-11 16:09:29

欢迎来到 RFC 2326:实时流协议 (RTSP) 的世界。

您需要成为更高级别结构的专家,然后编写自己的解析器来提取元数据。

使用库确实可以节省大量时间。您应该重新考虑该决定。

Welcome to the world of RFC 2326: Real Time Streaming Protocol (RTSP).

You'll need to become a bit of an expert in the higher level structures and then code your own parser to extract the meta data.

You'd really save a lot of time by using a library. You should reconsider that decision.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文