Displaying 3 results from an estimated 3 matches for "ourartist_nam".
Did you mean:
ourartist_name
2004 Oct 06
7
metadata sent from windows based system
...mplant 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 'http://ourseverIP:8000/admin/metadata?mount=/ourstream.ogg&mode=updinfo&song=ourArtist_name+Title'
What do you suggest for a method for updating metadata if we want to
update it from a Windows based program (which would send information
from our system to the listener's winamp/xmms/etc. about the actually
played song).
Should we use curl? I don't know if it is allowed to...
2004 Oct 06
0
metadata sent from windows based system
...is 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
>'http://ourseverIP:8000/admin/metadata?mount=/ourstream.ogg&mode=updinfo&song=ourArtist_name+Title'
>
>What do you suggest for a method for updating metadata if we want to
>update it from a Windows based program (which would send information from
>our system to the listener's winamp/xmms/etc. about the actually played song).
>Should we use curl? I don't know i...
2004 Oct 08
0
metadata sent from windows based system
...em 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
> '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, an...