I need to know if this software can help me embed streaming audio into items(lots) in my online auctions. I am looking for the capability on high ticket items to be able to explain the benefits and features of that particular lot. Jerry Floyd Prime Equipment.& Auction Co. 601 S. McAllister St. Quitman, TX 75783 903-763-5060 x1 Fax: 903-781-9225 <http://www.prime-equipment.net> www.prime-equipment.net CONFIDENTIALITY NOTICE: The information contained herein is confidential and intended solely for the addressee(s). Any unauthorized access, use, reproduction, or dissemination is prohibited. If you have received this email in error, please notify us immediately by returning it to the sender, and please delete this copy from your system. Thank you for your cooperation. Neither Floyd's Prime Equipment, Inc. nor any of its affiliates shall assume legal responsibility for any incorrect, misleading, or altered information contained herein. For any question, please contact Floyd's Prime Equipment, Inc. at 903-763-5060 x1. -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.xiph.org/pipermail/opus/attachments/20091125/9dc9e647/attachment-0002.htm
Jerry Floyd wrote:> I need to know if this software can help me embed streaming audio into > items(lots) in my online auctions. I am looking for the capability on high > ticket items to be able to explain the benefits and features of that > particular lot.CELT is mostly useful for live, two-way interactive audio, like for a telephone conversation. It doesn't sound like that's what you want. If you're streaming a pre-recorded audio file, you'll do a lot better using Ogg Vorbis. Vorbis support is included by default with Firefox 3.5. One good way to include an audio file in a web page this way would be to add: <audio src="my_audio.oga" width="200" height="20"> <applet code="com.fluendo.player.Cortado.class" archive="cortado.jar" width="200" height="20"> <param name="url" value="my_audio.oga"/> </applet> </audio> where cortado.jar is a copy on your server of http://downloads.xiph.org/releases/cortado/cortado_latest.jar --Ben -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 198 bytes Desc: OpenPGP digital signature Url : http://lists.xiph.org/pipermail/opus/attachments/20091125/a76374be/attachment-0002.pgp
> From: Benjamin M. Schwartz [mailto:bmschwar at fas.harvard.edu] > If you need less than 5 seconds of delay (or even much less than one > second) then CELT is right for you. However, there is currently no way to > play CELT inside a web browser. Achieving very-low-delay streaming inside a > web browser would likely require users to install a special-purpose browser > plug-in.Jerry Floyd wrote:> Does a special-purpose browser plug-in exist or is this something that would > have to be written from scratch? Do you happen to know of a computer > programmer or other person that might be able to help us with this?On further thought, you would either need a Java applet or a plugin. Either way, I'm not aware of any code that's "ready to go" for your purpose. The celt-dev list is the best place I know of to look for people interested in consulting on CELT. -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 198 bytes Desc: OpenPGP digital signature Url : http://lists.xiph.org/pipermail/opus/attachments/20091125/4859a2c5/attachment-0002.pgp