Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我会在 PHP 中制作一个中继音频流服务器(如广播中继,但需要自定义)。是否可以动态添加 IDv3 标签的每个指定数据包(可能每秒 - 每 64KB)?如果可以怎么办?
IDv3 标签出现在 mp3 的开头,但由于 mp3 只是一系列帧,因为可以使用 mp3splt 来剪切它们而不重新编码该流将是 IDv3 标签,然后是 mp3 数据,然后它会重复流的下一部分采用相同的格式
显然我忽略了很多细节