10-07-04 04:17 PM
François Fleuret wrote:
> Hi people,
>
> I am writing a front-end to listen to my music files and streaming
> radios from emacs. For a long time I have been using mpg321 as a media
> player, but it is not able to cope with ogg vorbis files or streaming
> radio. Thus, I tried 'vlc --intf rc' and 'mplayer -slave'.
>
> Neither of those two do what I am looking for. I won't go into details
> but basically their pipe interfaces are missing trivial function (for
> instance vlc does not report when a song terminates, nor it give a
> precise account about the stream position. mplayer dies when the song
> is over and does not provides feedback about the volume, etc.)
>
> Any advice ? Except hacking those two to make a decent pipe interface
> ?
>
> Cheers,
>
Though I have written pipe interfaces in fortran/C, I am no expert on this.
But would it not it be possible to use many different tools to do this ?
Like vsound for streaming media, and things like play, sox (if you need to
do some conversion), etc for different tasks. I know this will entail
opening multiple pipes, but its a thought.
[ Post a follow-up to this message ]
|