My understanding is that view natively supports loading an MP3 and
playing before it is fully loaded. It is not true "streaming". But you
should be able to play an MP3 over HTTP without waiting for it to finish
loading by doing:
<view resource="http:path/to/mp3.mp3" ... />
At least, that used to work.
-Antun
On 11/10/10 8:35 AM, [email protected] wrote:
Hi Antun,
We tried it with MP3 on our site, and it just does not seem to work.
To have mediastream (and the underlying AS NetConnection) working, we had to
switch our content to flv without video.
For MP3 we were stick with the AS Song element, not allowing streaming, just
waiting for the whole content to be loaded (whatever the configuration made,
our MP3 just didn't start before being completely loaded).
If anyone has news about it, I'd gladly use a single mediastream object for
both flv and mp3 content, instead of switching between mediastream and AS Song
wrapper.
Cheers,
Julien
----- Mail Original -----
De: "Antun Karlovac"<[email protected]>
À: "laszlo-user list"<[email protected]>
Cc: "Yann"<[email protected]>
Envoyé: Mardi 9 Novembre 2010 02h02:08 GMT +01:00 Amsterdam / Berlin / Berne /
Rome / Stockholm / Vienne
Objet: [Laszlo-user] mediastream and MP3s
Hi all,
It seems like the mediastream class encapsulates a lot of useful
functionality for loading video content.
Is there a reason it does not work with MP3 content that's served over
HTTP? Are there technical reasons why this could not work? Would it be
easy to make it support MP3 files served over HTTP?
-Antun