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

Black screen, I need a help. #27

Closed
floriano12 opened this issue Sep 29, 2015 · 0 comments
Closed

Black screen, I need a help. #27

floriano12 opened this issue Sep 29, 2015 · 0 comments

Comments

@floriano12
Copy link

My player is black screen. My adobe flash player is activated on browser.

I try my stream live on: IE, Mozilla, Crome, don't work.

<head>
    <script type="text/javascript" src="http://cdn.jsdelivr.net/clappr.rtmp/0.0.6/rtmp.min.js"></script>
    <script type="text/javascript" charset="utf-8" src="http://cdn.clappr.io/latest/clappr.min.js"></script>
    <script type="text/javascript" charset="utf-8" src="probe/clappr/dist/rtmp.js"></script>
    <title>RTMP Test Page</title>
</head>
<body>
<div id="player"></div>
  <script>
    window.onload = function() {
      var player = new Clappr.Player({
        source: 'rtmp://tviza.com:1935/live', 
        parentId: "#player",
        autoPlay: true,
        plugins: {'playback': [RTMP]},
        gaTrackerName: 'MyPlayerInstance',
    mediacontrol: {seekbar: "#E113D3", buttons: "#66B2FF"}
      });
    }
  </script>
</body>

What I'm wrong?

Thanks in advance for any help!

@gfronza gfronza closed this as completed Aug 23, 2016
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