frankyghost / projekktor

The Free Web Video Player
194 stars 75 forks source link

11 Invalid streamType and/or streamServer settings for This is Projekktor. #52

Open dmitrirussu opened 9 years ago

dmitrirussu commented 9 years ago

Hi, I try to play an Youtube video but result is next,

11 Invalid streamType and/or streamServer settings for Projekktor - RTMP support.

How I can solve this problem.

on http://www.projekktor.com/demos/javascript/

is the same problem.

Help me please.

Thanks

dmitrirussu commented 9 years ago
 $(document).ready(function() {
    projekktor('#player_a', {
            poster: '/intro.jpg',
            title: 'Projekktor - RTMP support',
            playerFlashMP4: '/jarisplayer.swf',
            playerFlashMP3: '/jarisplayer.swf',
            width: 640,
            height: 385,
            platforms: ['browser', 'flash', 'vlc'],
            playlist: [
                {
                    0:
                    {src: 'https://www.youtube.com/watch?v=iMncD3jXGNY',type: 'video/youtube'}
                }
            ]
        }, function(player) {
            window.p = player;
            p.setDebug(true);
        }
    );
});
SSeleznyov commented 8 years ago

Hi,

have the same issue 2 years later. Any news?