| Hello World! Welcome to NMM Application Development | ||
|---|---|---|
| Prev | ||
hellonmm2.gd: distributed mp3 player : playback on local and remote host
% distributed mp3 player: playback on local and remote host
% replace <remote host where serverregistry is running>
% use the -i option of clic to specify the mp3 file
% usage: ./clic mp3play.gd -i <my-mp3-file>
GenericReadNode
{
{ ["default"] ! MPEGAudioDecodeNode #setLocation("<remote host where serverregistry is running>")
! PlaybackNode #setLocation("<remote host where serverregistry is running>")
}
{ ["default"] ! MPEGAudioDecodeNode
! PlaybackNode
}
}
|