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

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

Open
dmitrirussu opened this issue Oct 18, 2014 · 2 comments

Comments

@dmitrirussu
Copy link

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

 $(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
Copy link

Hi,

have the same issue 2 years later. Any news?

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