pPlay can stream media from an http server with directory listing enabled, or an ftp server. To do so, you must edit the configuration file (pplay.cfg) to add your server address:
NETWORK = "http://samples.ffmpeg.org/";
NETWORK = "ftp://user:password@ip:port/"...