解析直播广播的 RTSP 流
我希望能够解析 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
欢迎来到 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.