search for: mp3_

Displaying 3 results from an estimated 3 matches for "mp3_".

Did you mean: mp3
2004 Oct 08
0
metadata sent from windows based system
...he radio) sent to an Icecast 2.0.2 server. > We read about the > > curl --user admin:hackme > 'http://ourseverIP:8000/admin/metadata?mount=/ourstream.ogg&mode=updinfo&so >ng=ourArtist_name+Title' This works for mp3 streams, but is not the recommended method _even for mp3_. The recommended method for doing this is to send the metadata updates in-stream, from the source client. For vorbis, this just works - you start a new logical stream, which contains a metadata header, and will update the client properly. For mp3, we support a mechanism similar to the way lis...
2004 Oct 08
1
metadata sent from windows based system
At 08:27 PM 10/6/2004, you wrote: >On Wednesday 06 October 2004 18:31, Nagy Gergely - K?k Duna R?di? wrote: > >This works for mp3 streams, but is not the recommended method _even for mp3_. > >The recommended method for doing this is to send the metadata updates >in-stream, from the source client. > >For vorbis, this just works - you start a new logical stream, which >contains a >metadata header, and will update the client properly. > >For mp3, we support...
2004 Oct 06
7
metadata sent from windows based system
Hello Everybody, We develop a Windows based radio broadcast system for professional radios and we would like to implant an interface in this system to make it able to automatically update metadata of an OGG (!) stream (recorded from the radio) sent to an Icecast 2.0.2 server. We read about the curl --user admin:hackme