video-dev / clappr-rtmp-plugin

📺 RTMP support for Clappr player.
http://clappr.io
Apache License 2.0
105 stars 46 forks source link

Plugin is not working with any clappr release #67

Closed sarat1669 closed 8 years ago

sarat1669 commented 8 years ago

I was using release 13 which was compatible with clappr 2.58. It stopped working from one day. I tried with the latest version also its not working. Here is the code


<!DOCTYPE html>
<html>
    <head>
        <title></title>
    </head>
    <body>
        <div id="player"></div>
        <script type="text/javascript" src="https://cdn.jsdelivr.net/clappr/latest/clappr.min.js"></script>
        <script type="text/javascript" src="rtmp.min.js"></script>
        <script>
            var player = new Clappr.Player({
                source: "rtsp://184.72.239.149/vod/mp4:BigBuckBunny_115k.mov",
                parentId: "#player",
                autoPlay: true,
                plugins: {'playback': [RTMP]},
                rtmpConfig: {
                    swfPath: 'assets/RTMP.swf',
                    scaling:'stretch',
                    playbackType: 'live',
                    bufferTime: 1,
                    startLevel: 0,
                }
            })
        </script>
    </body>
</html>
ThalysonR commented 8 years ago

Check your browsers, opera and chromium don't support flash anymore

sarat1669 commented 8 years ago

@ThalysonR but i'm using chrome, JWPlayer works fine with RTMP. It also uses flash right? Now the player started working, it was down for 2 days last week, I don't remember the date but please check if there is any date related bug. For that two days I had to fallback to JWPlayer.

flavioribeiro commented 8 years ago

hey @sarat1669 since there's no modification here on the plugin neither new releases on clappr (https://github.com/clappr/clappr/releases) I'm wondering if it was something on your side. Any thoughts on that @leandromoreira ?

flavioribeiro commented 8 years ago

I'm closing this one, btw