使用3g连接在移动网络上播放声音

时间:2013-09-16 18:10:09

标签: android jquery-mobile mobile audio-streaming html5-audio

我有一个网站,有几个声音文件要播放。

会发生什么:

  • 如果我使用Wifi连接从手机打开网站,它可以正常工作。
  • 如果我使用随附的3g连接从我的电脑打开网站 手机也可以,所以这不是连接问题。

我所知道的:

我用Dolphin,Firefox和Opera尝试过我的网站,但它无法使用。

我试过了,我可以听到来自groovehark的音乐,并在那些移动浏览器上看到来自youtube的视频。

,然后

有没有办法克服这个限制?

修改

<div class="div1">
    <img id="segundoFondo" src="../images/audio_fondo1.png" style="width:100%;border:0px;margin:0px;padding:0px;" />
        <div class="div2"> 
            <a class="playback" href="#">
                <img id="play" src="../images/audio_botplay_a.png" />
            </a>

            <a class="stopback" href="#">
                <img id="stop" src="../images/audio_botstop_a.png" />
            </a>

        </div>

        <audio id="calle13">
            <source src="../audio/calle13.mp3" type="audio/mpeg">
            Your browser does not support the audio element.
        </audio>
    </div>

提前致谢。

0 个答案:

没有答案