webcompat / web-bugs

A place to report bugs on websites.
https://webcompat.com
Mozilla Public License 2.0
741 stars 64 forks source link

en.cam4.de.com - video doesn't play #2011

Closed webcompat-bot closed 8 years ago

webcompat-bot commented 8 years ago

URL: http://en.cam4.de.com Browser / Version: Firefox Mobile 39.0 Operating System: Android Problem type: Video doesn't play

Steps to Reproduce 1) Navigate to: http://en.cam4.de.com 2) …

Expected Behavior:

Actual Behavior:

karlcow commented 8 years ago

adult site. This is working for me. The images are pushed through canvas.

<div id="video">
<div id="videoControls">
    <div id="sliderControls">
        <div style="display: none;" id="enableAudio">
        </div>
        <div style="display: block;" id="pauseAudio">
        </div>
        <div id="fullScreen">
        </div>
        <div id="exitFullScreen">
        </div>
            </div>
    <div id="videoSettings"></div>
</div>

<span id="offlineMsg">OFFLINE</span>
<div style="display: none;" id="loader">
    <div class="spinner"></div>
</div>

<div id="videoContainer">
    <canvas id="imagePush" width="528" height="375"></canvas>
    <audio id="audioEl" preload="none">

    <source src="http://199.59.88.203:7003/g3_sound74.mp3" id="mp3" type="audio/mpeg"></audio>
</div>

                    </div>

Without more details fore reproducing, we cam just close.