We've Moved! Please visit our new and improved forum over at our new portal: https://portal.plumvoice.com/hc/en-us/community/topics

stream mp3 or play mp3

Questions and answers about IVR programming for Plum DEV

Moderators: admin, support

Post Reply
robbiesullivan
Posts: 42
Joined: Mon Oct 10, 2005 3:40 pm

stream mp3 or play mp3

Post by robbiesullivan »

Hello,
Is there anyway other then using shoutcast (I'm not sure how to, or if i can setup a shoutcast server) to play an MP3 file.

I'm trying to think of other solutions to solve my audio latency problem.

Thanks,
Rob

support
Posts: 3632
Joined: Mon Jun 02, 2003 3:47 pm
Location: Boston, MA
Contact:

IVR Platform doesn't support mp3 streaming via shoutcast

Post by support »

Hello,

The Plum IVR Platform does not currently support mp3 streaming via shoutcast. However, the Plum Voice Platform does support native mp3 playback on our IVR hosting site and newer versions of the IVR platform for on-site IVR systems. You can simply use the <audio> tag like you normally would to fetch and play any mp3 file:

Code: Select all

<audio src="http://server/audio/test.mp3"/>
The IVR platform can take any mp3 file and convert it for playback based on a standard header file. For optimal performance Plum recommends 32Kbps mono for MP3 files. Hope this helps!

Regards,
Plum Support
Last edited by support on Thu Feb 25, 2010 2:58 pm, edited 4 times in total.

robbiesullivan
Posts: 42
Joined: Mon Oct 10, 2005 3:40 pm

Post by robbiesullivan »

Terrific that would help a lot . I will try it out.

thanks,
Rob

Post Reply