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 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
The text was updated successfully, but these errors were encountered:
$(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); } ); });
Sorry, something went wrong.
Hi,
have the same issue 2 years later. Any news?
No branches or pull requests
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
The text was updated successfully, but these errors were encountered: