HydrogenAudio

Lossy Audio Compression => Other Lossy Codecs => Topic started by: MaiTiano on 2012-07-12 18:01:22

Title: How to inject ID3 metadata into ts files, and added info can be read b
Post by: MaiTiano on 2012-07-12 18:01:22
As mentioned in the title.

Now I have 5 ts files generated in the server which only have audio content. Each of ts file is 10 seconds long.

what do I want to do:
I want to adding some metadata information(like ID3 tag) into these mpegts files which can make the client player read the added information during playing the ts file.

On the MaxOS platform, I can use mediafilesegmenter to add some ID3 tag by the command of
"mediafilesegmenter -M metafile FINALFILE.ts". 
Finally, the iphone can play the modified ts file, and also it can read the added information from ts files correctly.

  However, I really need a tool which can do the similar thing on linux server. For example, adding the artist name=xxx, album name=xxx, etc. into the ts file. So, when iphone get the ts files from that linux server, the added ID3 metadata can be read from ts files while playing the ts audio files.

Any suggestion about my question? I really need some help! Please!
Title: How to inject ID3 metadata into ts files, and added info can be read b
Post by: wheels619 on 2013-10-29 19:53:40
Hi, Did you find a solution to this problem?