GrindPlayer icon indicating copy to clipboard operation
GrindPlayer copied to clipboard

Error Message: Stream not found

Open ufohjl opened this issue 10 years ago • 2 comments

<body>
<div id="player"></div>

<script type="text/javascript">
    var flashvars = {
        src: "http://netdisk.foream.cn:8080/netdisk/m3u8/25179_0.m3u8"
    };

    var params = {
        allowFullScreen: true
        , allowScriptAccess: "always"
        , bgcolor: "#000000"
    };
    var attrs = {
        name: "player"
    };

    swfobject.embedSWF("GrindPlayer.swf", "player", "854", "480", "10.2", null, flashvars, params, attrs);
</script>
</body>

I tried this but it seemed to be error. Error: Message: Stream not found

ufohjl avatar Apr 26 '15 13:04 ufohjl

Anybody here?

ufohjl avatar Apr 30 '15 06:04 ufohjl

var flashvars = { src: "http://netdisk.foream.cn:8080/netdisk/m3u8/25179_0.m3u8", autoPlay: true, verbose: true, controlBarAutoHide: "true", controlBarPosition: "bottom", poster: "images/poster.png", javascriptCallbackFunction: "jsbridge", plugin_hls: "grindplayer/flashls.swf", hls_minbufferlength: -1, hls_maxbufferlength: 300, hls_lowbufferlength: 3, hls_seekmode: "ACCURATE", hls_startfromlevel: -1, hls_seekfromlevel: -1, hls_live_flushurlcache: false, hls_info: true, hls_debug: false, hls_debug2: false, hls_warn: true, hls_error: true, hls_fragmentloadmaxretry: -1, hls_manifestloadmaxretry: -1, hls_capleveltostage: false, hls_maxlevelcappingmode: "downscale", "src_http://kutu.ru/osmf/plugins/subtitles": encodeURIComponent(subtitles) }; var params = { allowFullScreen: true, allowScriptAccess: "always", bgcolor: "#000000" }; var attrs = { name: "player" }; swfobject.embedSWF("grindplayer/player.swf", "player", "854", "480", "10.2", null, flashvars, params, attrs);

dinhkhaihtc avatar Jun 21 '15 15:06 dinhkhaihtc