Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Error Message: Stream not found #29

Open
ufohjl opened this issue Apr 26, 2015 · 2 comments
Open

Error Message: Stream not found #29

ufohjl opened this issue Apr 26, 2015 · 2 comments

Comments

@ufohjl
Copy link

ufohjl commented Apr 26, 2015

<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
Copy link
Author

ufohjl commented Apr 30, 2015

Anybody here?

@dinhkhaihtc
Copy link

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);

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants