Page 1 of 1

Streaming tag passthrough

Posted: 22 Apr 2010 14:48
by Epy
Hello, when I play certain ogg radio streams, I'll of course see the tag info (song, artist) in both VLC and Winamp, but if I create a relay:

Code: Select all

vlc <radiostream> :sout='#transcode{acodec=vorb,ab=56,channels=1}:standard{access=http,mux=ogg,dst=}'
No tag information is passed, only the name of the file appears (when playing the relay itself). Is there a way to make the tag information carry through? Thank you.