We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
hi, i getting error on osx crome with flash installed:
Your browser does not support the playback of this video . Please try using a different browser.
And i checked "" with VLC and open okay.
This is my code:
`
</style>
<!-- <script defer type="text/javascript" src="https://cdn-vod.tvpublica.com.ar/player-assets-c/dist/libs-dev-min.js?v=1.0.3"></script>--> <script> var data = <%- JSON.stringify(data) %>; window.onload = function () { var player = new Clappr.Player({ source: "", parentId: "#player", plugins: { 'playback': [RTMP] }, rtmpConfig: { swfPath: 'dist/assets/RTMP.swf', scaling: 'stretch', playbackType: 'live', bufferTime: 1, startLevel: 0, switchRules: { "SufficientBandwidthRule": { "bandwidthSafetyMultiple": 1.15, "minDroppedFps": 2 }, "InsufficientBufferRule": { "minBufferLength": 2 }, "DroppedFramesRule": { "downSwitchByOne": 10, "downSwitchByTwo": 20, "downSwitchToZero": 24 }, "InsufficientBandwidthRule": { "bitrateMultiplier": 1.15 } } }, }); } </script>
The text was updated successfully, but these errors were encountered:
Building the plugin, works.
Sorry, something went wrong.
Did you build SWF file?
No branches or pull requests
hi, i getting error on osx crome with flash installed:
And i checked "" with VLC and open okay.
This is my code:
`
<style> body, html { overflow: hidden; margin: 0; padding: 0 }The text was updated successfully, but these errors were encountered: