wildside96 / bst-player

Automatically exported from code.google.com/p/bst-player
0 stars 0 forks source link

Not able to play mp3 (audio) from database #55

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Hi,

 I am using latest bst-player api to play audio and video files from database.I am using FlashPlayer Plugin to play files.I am able to play video files(.flv) from database as stream.But i am facing an issue with audio file(.mp3).I am not able to play audio file(.mp3) from database as stream.Is there any thing i need to mention for audio files except FlashPlayer Plugin.

Original issue reported on code.google.com by kiranadn...@gmail.com on 2 Mar 2012 at 8:50

GoogleCodeExporter commented 9 years ago
What is your url format?

Original comment by sbrah...@gmail.com on 2 Mar 2012 at 9:34

GoogleCodeExporter commented 9 years ago
Url format will be like :

http://site.com/Servlet?id=1 .Based on id we will retrieve audio file from
database. Video is playing with same Url format.

Original comment by kiranadn...@gmail.com on 2 Mar 2012 at 9:39

GoogleCodeExporter commented 9 years ago
The url may need to end in a .mp3 pattern like site.com/servlet?id=x&e.mp3

Original comment by sbrah...@gmail.com on 2 Mar 2012 at 9:47

GoogleCodeExporter commented 9 years ago
Hey thank you its working fine..

Original comment by kiranadn...@gmail.com on 2 Mar 2012 at 10:49

GoogleCodeExporter commented 9 years ago

Original comment by sbrah...@gmail.com on 2 Mar 2012 at 2:51