<?xml version="1.0" encoding="utf-8"?><rss version="2.0" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/">
<channel>
<title>Projekktor HTML5 video player - Forum</title>
<link>http://www.projekktor.com/board/</link>
<description>hints, tips, suggestions, chit chat</description>
<language>en</language>
<item>
<title>Problem with mp3 playlists on most browsers</title>
<content:encoded><![CDATA[<p>The only browser I can get to automatically go onto the next song in a playlist is firefox 21 on windows (not using flash fallback). I'm certain this used to work in multiple browsers. It fails in IE 10 on Windows, Opera on OSX, Opera on a Nexus 7 tablet, Chrome on the Nexus 7..</p>
<p><br />
</p>
<pre><code>
&lt;!DOCTYPE html PUBLIC &quot;-//W3C//DTD XHTML 1.0 Strict//EN&quot; &quot;http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd&quot;&gt;
&lt;html&gt;
&lt;head&gt;
&lt;meta http-equiv=&quot;content-type&quot; content=&quot;text/html; charset=iso-8859-1&quot; /&gt;
&lt;title&gt;Demoplayer&lt;/title&gt;
&lt;meta name=&quot;viewport&quot; content=&quot;width=device-width; initial-scale=1.0; maximum-scale=1.0; user-scalable=0;&quot; /&gt;
&lt;script type=&quot;text/javascript&quot; src=&quot;jquery.min.js&quot;&gt;&lt;/script&gt;
&lt;script type=&quot;text/javascript&quot; src=&quot;projekktor.min.js&quot;&gt;&lt;/script&gt;
&lt;link rel=&quot;stylesheet&quot; href=&quot;theme/style.css&quot; type=&quot;text/css&quot; media=&quot;screen&quot; /&gt;
&lt;noscript&gt;&lt;meta http-equiv=&quot;refresh&quot; content=&quot;2; URL=noscript.html&quot;&gt;&lt;/noscript&gt;
&lt;/head&gt;
&lt;body&gt;
    &lt;div id=&quot;demoplayer&quot; class=&quot;projekktor&quot; style=&quot;width:640px; height:480px;&quot;&gt;&lt;/div&gt;
    &lt;script type=&quot;text/javascript&quot;&gt;
    $(document).ready(function() {
    projekktor('#demoplayer', {
    platforms: ['native'],
    volume: 0.8,
    title: &quot;Demoplayer&quot;,
    height: 0,
    width: 0,
    minHeight: 320,
    minWidth: 320,
    poster: &quot;714.jpg&quot;,
        controls: true,
        cover: '715.jpg',
        plugin_logo: {
    logo:&quot;713.jpg&quot;
    },
        playlist: [
            { 0: {src:&quot;713.mp3&quot;, type:&quot;audio/mp3&quot;}},
            { 0: {src:&quot;714.mp3&quot;, type:&quot;audio/mp3&quot;}}
        ]
    });
    })
    &lt;/script&gt;
&lt;/body&gt;
&lt;/html&gt;
</code></pre>]]></content:encoded>
<link>http://www.projekktor.com/board/index.php?id=31454</link>
<guid>http://www.projekktor.com/board/index.php?id=31454</guid>
<pubDate>Mon, 17 Jun 2013 22:07:43 +0200</pubDate>
<category>Projekktor Core</category>
<dc:creator>Bob2</dc:creator>
</item>
<item>
<title>Flash fallback for mp4 files (reply)</title>
<content:encoded><![CDATA[<p>Sascha,</p>
<p>Thanks for the prompt reply. I updated the files jarisplayer.swf and projekktor-min.js.</p>
<p>Now I see something different. The error message I'm getting says:</p>
<p><strong>&quot;The media (null) could not be loaded because the server or network failed&quot;</strong></p>
<p>This message is on top of the &quot;noise&quot;-image from the player.</p>
<p>It happens with my very original file and the one with the absolute links.</p>
<p>More ideas?</p>
<p>Volker</p>
]]></content:encoded>
<link>http://www.projekktor.com/board/index.php?id=31452</link>
<guid>http://www.projekktor.com/board/index.php?id=31452</guid>
<pubDate>Mon, 17 Jun 2013 12:57:32 +0200</pubDate>
<category>Projekktor Core</category>
<dc:creator>gottwavo</dc:creator>
</item>
<item>
<title>Flash fallback for mp4 files (reply)</title>
<content:encoded><![CDATA[<p>Ahhh... it seems your jarisplayer.swf is either outdated or messed up. Please download <a href="http://www.projekktorxl.com/api/player/download/format/zip/id/projekktor">this package</a> and replace your jarisplayer.swf with the one in the archive.</p>
<p>Inspires me to implement some Flash-component-version-checking stuff.</p>
<p>- Sascha</p>
]]></content:encoded>
<link>http://www.projekktor.com/board/index.php?id=31451</link>
<guid>http://www.projekktor.com/board/index.php?id=31451</guid>
<pubDate>Mon, 17 Jun 2013 11:40:56 +0200</pubDate>
<category>Projekktor Core</category>
<dc:creator>sascha</dc:creator>
</item>
<item>
<title>Flash fallback for mp4 files (reply)</title>
<content:encoded><![CDATA[<p>Sascha,</p>
<p>Yes, the missing .de was an error on my side. However I can't verify anymor if this has been a typo just here or in the real file i used.</p>
<p>So I corrected it and it still did not work.</p>
<p>I thought the password protection of the website might prevent the video from loading. So I copied the player and the video to an other unprotected location. Still no success.</p>
<p>The player is here: <a href="http://www.kreartiv.com/jarisplayer.swf">http://www.kreartiv.com/jarisplayer.swf</a><br />
The video is here: <a href="http://www.kreartiv.com/VGO_6318_x264.mp4">http://www.kreartiv.com/VGO_6318_x264.mp4</a><br />
(and it plays, when you open it with Firefox)</p>
<p>This is my code:</p>
<p>&lt;div id=&quot;player_a&quot; class=&quot;projekktor&quot; style=&quot;width: 100%&quot;&gt;&lt;/div&gt;<br />
&lt;script type=&quot;text/javascript&quot;&gt;<br />
	jQuery(document).ready(function($) {<br />
	var player = projekktor('#player_a', {<br />
	ratio: 16/9,<br />
	volume: 0.8,<br />
	poster:'galerie/&lt;%= mediafoto%&gt;',<br />
	controls: true,<br />
	platforms: ['browser', 'ios', 'native', 'flash'],<br />
	playerFlashMP4: 'http://www.kreartiv.com/jarisplayer.swf',<br />
	playerFlashMP3: 'js_gummi/jarisplayer.swf',<br />
	playlist: [<br />
	{<br />
	0: {src:'http://www.kreartiv.com/VGO_6318_x264.mp4', type:&quot;video/mp4&quot;}<br />
	}<br />
	]<br />
	});<br />
	})<br />
&lt;/script&gt;</p>
<p>Any idea where my error is?</p>
<p>(I keep thinking, why bother? Peple should update their browsers. But this becomes an interesting issue to solve ...)</p>
]]></content:encoded>
<link>http://www.projekktor.com/board/index.php?id=31450</link>
<guid>http://www.projekktor.com/board/index.php?id=31450</guid>
<pubDate>Mon, 17 Jun 2013 09:31:19 +0200</pubDate>
<category>Projekktor Core</category>
<dc:creator>gottwavo</dc:creator>
</item>
<item>
<title>Flash fallback for mp4 files (reply)</title>
<content:encoded><![CDATA[<p>Maybe it´s just the lack of &quot;.de&quot; in &quot;playerFlashMP4&quot;? Or is this just an error of transmition?</p>
<blockquote><p>		platforms: ['browser', 'ios', 'native', 'flash'],<br />
		playerFlashMP4: 'http://www.d800fotos/fotofile/fotos/jarisplayer.swf',</p>
</blockquote><p>- Sascha</p>
]]></content:encoded>
<link>http://www.projekktor.com/board/index.php?id=31449</link>
<guid>http://www.projekktor.com/board/index.php?id=31449</guid>
<pubDate>Mon, 17 Jun 2013 08:35:36 +0200</pubDate>
<category>Projekktor Core</category>
<dc:creator>sascha</dc:creator>
</item>
<item>
<title>Flash fallback for mp4 files (reply)</title>
<content:encoded><![CDATA[<p>Sascha,</p>
<p>thanks for the hints especially on the iframe method. i will tra this.</p>
<p>I still do not get the flash fall back to work, even when using absolute links. I must make a mistake somewhere, but do not see it.</p>
<p>The video file is VGO_6204_x264.mp4 and it is located<br />
at <a href="http://www.d800fotos.de/fotofile/fotos">http://www.d800fotos.de/fotofile/fotos</a><br />
The jarisplayer is in the same directory</p>
<p>Here is my code<br />
(The website is password protected, so you can't go there)</p>
<p>&lt;!-- ************** Hier Video für Galerie***********  --&gt;<br />
&lt;div id=&quot;player_a&quot; class=&quot;projekktor&quot; style=&quot;width: 100%&quot;&gt;&lt;/div&gt;<br />
	&lt;script type=&quot;text/javascript&quot;&gt;<br />
		jQuery(document).ready(function($) {<br />
		var player = projekktor('#player_a', {<br />
		ratio: 16/9,<br />
		volume: 0.8,<br />
		poster:'galerie/poster.jpg',<br />
		controls: true,<br />
		platforms: ['browser', 'ios', 'native', 'flash'],<br />
		playerFlashMP4: 'http://www.d800fotos/fotofile/fotos/jarisplayer.swf',<br />
		playerFlashMP3: 'js_gummi/jarisplayer.swf',<br />
		playlist: [<br />
		{<br />
		0: {src:'http://www.d800fotos/fotofile/fotos/VGO_6204_x264.mp4', type:&quot;video/mp4&quot;}<br />
		}<br />
		]<br />
		});<br />
		})<br />
&lt;/script&gt;<br />
			<br />
&lt;!-- ************** Ende Video für Galerie***********  --&gt;</p>
<p>So what's wrong?<br />
When I call this in IE8, the The player seems to start, shows the psoter, when I click on the start button the wheel is rotating for ever ...</p>
<p>Thanks for trying to help out.</p>
]]></content:encoded>
<link>http://www.projekktor.com/board/index.php?id=31446</link>
<guid>http://www.projekktor.com/board/index.php?id=31446</guid>
<pubDate>Sun, 16 Jun 2013 22:04:12 +0200</pubDate>
<category>Projekktor Core</category>
<dc:creator>gottwavo</dc:creator>
</item>
<item>
<title>Flash fallback for mp4 files (reply)</title>
<content:encoded><![CDATA[<blockquote><p>The difference in my code is, that I do not use absolute links for the jarisplayer. </p>
</blockquote><p>The URL set in playerFlashMP4/playerFlashMP3 is the one used for the src-attribute of the &lt;embed&gt;/&lt;object&gt; tag for Flash &quot;fallback&quot;. So the URL can either be absolute or relative. The latter might be a bit tricky sometimes.</p>
<p>If you spread the player across multiple sites I would like to recommend using it in an &lt;iframe&gt; which makes it way easier to maintain as all is in a single place. To do so you just need to create an empty HTML page, do the usual markup, scripting and apply the &quot;iframe: true&quot; config option. The player e.g. at our homepage or at tagesschau.de is built this way. To bring up appropriate content, different brandings or what so ever you need to generate the playlist/config dynamically on server side e.g. depending on an iframe-URL get parameter.</p>
<p>Hope this helps.</p>
<p>- Sascha</p>
]]></content:encoded>
<link>http://www.projekktor.com/board/index.php?id=31444</link>
<guid>http://www.projekktor.com/board/index.php?id=31444</guid>
<pubDate>Sun, 16 Jun 2013 11:13:50 +0200</pubDate>
<category>Projekktor Core</category>
<dc:creator>sascha</dc:creator>
</item>
<item>
<title>Specify Path To Images (reply)</title>
<content:encoded><![CDATA[<p>I understand that, however, I am seeing that speakker is creating it's own style tag in the header so when I include the css file it just gets overridden by the header style tags.  Is there a way to disable speakker from creating a style tag in the header?</p>
<p>Mike</p>
]]></content:encoded>
<link>http://www.projekktor.com/board/index.php?id=31442</link>
<guid>http://www.projekktor.com/board/index.php?id=31442</guid>
<pubDate>Sun, 16 Jun 2013 04:45:24 +0200</pubDate>
<category>Projekktor Theming</category>
<dc:creator>Mike Cottingham</dc:creator>
</item>
<item>
<title>Flash fallback for mp4 files (reply)</title>
<content:encoded><![CDATA[<p>Sascha,</p>
<p>I still have this same problem. I am using the &quot;trick&quot; you describe, however no success. It does not work in IE 8. The difference in my code is, that I do not use absolute links for the jarisplayer. </p>
<p>Is it a must to use an absolute link or should the player also be found with a relative link? If so, it's a little more complicated since I use the player from the same location in different websites via a virtual directory in IIS.</p>
<p>Please advice.</p>
<p>Volker</p>
]]></content:encoded>
<link>http://www.projekktor.com/board/index.php?id=31437</link>
<guid>http://www.projekktor.com/board/index.php?id=31437</guid>
<pubDate>Fri, 14 Jun 2013 21:11:35 +0200</pubDate>
<category>Projekktor Core</category>
<dc:creator>gottwavo</dc:creator>
</item>
<item>
<title>Poster image scaling issues (reply)</title>
<content:encoded><![CDATA[<p>Thanks sascha :)</p>
]]></content:encoded>
<link>http://www.projekktor.com/board/index.php?id=31431</link>
<guid>http://www.projekktor.com/board/index.php?id=31431</guid>
<pubDate>Thu, 13 Jun 2013 18:00:41 +0200</pubDate>
<category>Projekktor Core</category>
<dc:creator>stephen</dc:creator>
</item>
<item>
<title>Quality toggle only works once (reply)</title>
<content:encoded><![CDATA[<p>Zang! Thx for your feedback. =)</p>
]]></content:encoded>
<link>http://www.projekktor.com/board/index.php?id=31430</link>
<guid>http://www.projekktor.com/board/index.php?id=31430</guid>
<pubDate>Thu, 13 Jun 2013 17:44:19 +0200</pubDate>
<category>Projekktor Core</category>
<dc:creator>sascha</dc:creator>
</item>
<item>
<title>Quality toggle only works once (reply)</title>
<content:encoded><![CDATA[<p>Thank you for today's release, which has corrected this issue.</p>
]]></content:encoded>
<link>http://www.projekktor.com/board/index.php?id=31427</link>
<guid>http://www.projekktor.com/board/index.php?id=31427</guid>
<pubDate>Thu, 13 Jun 2013 15:41:42 +0200</pubDate>
<category>Projekktor Core</category>
<dc:creator>dskilton</dc:creator>
</item>
<item>
<title>Quality toggle only works once (reply)</title>
<content:encoded><![CDATA[<p>Thanks for reporting this issue. I´m currently working on it (among other things).</p>
<p>- sascha</p>
]]></content:encoded>
<link>http://www.projekktor.com/board/index.php?id=31420</link>
<guid>http://www.projekktor.com/board/index.php?id=31420</guid>
<pubDate>Wed, 12 Jun 2013 15:41:54 +0200</pubDate>
<category>Projekktor Core</category>
<dc:creator>sascha</dc:creator>
</item>
<item>
<title>Not working with ios 7 !!!! (reply)</title>
<content:encoded><![CDATA[<blockquote><p>None of the demos in this site works on iOS 7 but the one on the main page. </p>
</blockquote><p>iOS 7 is still in beta and obviously this is for good reasons. Safari still seems to have some serious glitches that need to be fixed. E.g.: &lt;audio&gt; doesn´t work, window height isn´t properly reported and some &lt;video&gt; events aren´t triggered.</p>
<p>Be assured that iOS7 will be supported but the answer can not be a collection of workarounds for some serious OS issues.</p>
<blockquote><p>The most recent player on my site doesn't work either. </p>
</blockquote><p>In which way? Is the player invisible? Any error messages? The only important change over the past view versions was readjusting the dimensioning of the player. Does the player´s destination container have a preset height and width? </p>
<p>Take Care,</p>
<p>Sascha</p>
]]></content:encoded>
<link>http://www.projekktor.com/board/index.php?id=31418</link>
<guid>http://www.projekktor.com/board/index.php?id=31418</guid>
<pubDate>Wed, 12 Jun 2013 09:41:11 +0200</pubDate>
<category>Projekktor Core</category>
<dc:creator>sascha</dc:creator>
</item>
<item>
<title>Not working with ios 7 !!!!</title>
<content:encoded><![CDATA[<p>None of the demos in this site works on iOS 7 but the one on the main page. The most recent player on my site doesn't work either. Please fix the problem immediately. Winter is upon us!!</p>
]]></content:encoded>
<link>http://www.projekktor.com/board/index.php?id=31416</link>
<guid>http://www.projekktor.com/board/index.php?id=31416</guid>
<pubDate>Wed, 12 Jun 2013 04:45:15 +0200</pubDate>
<category>Projekktor Core</category>
<dc:creator>murtazakamil</dc:creator>
</item>
<item>
<title>Tracking/forking on GitHub (reply)</title>
<content:encoded><![CDATA[<p>If you do decide to move to GitHub, I'd be happy to transfer ownership of this repo to you. Just let me know.</p>
]]></content:encoded>
<link>http://www.projekktor.com/board/index.php?id=31413</link>
<guid>http://www.projekktor.com/board/index.php?id=31413</guid>
<pubDate>Tue, 11 Jun 2013 17:48:46 +0200</pubDate>
<category>Projekktor Core</category>
<dc:creator>mshick</dc:creator>
</item>
<item>
<title>Replacing playlist causes black screen</title>
<content:encoded><![CDATA[<p>Hi all,</p>
<p>I've been having an issue with projekktor where a black screen is displayed every time I try and change the playlist :-/</p>
<p>The idea is that a playlist of videos are shown, and once those videos have been played, a new set of videos are loaded.</p>
<p>after initializing the player I call this function:<br />
</p>
<pre><code>
function setPlaylist() {
                    $.ajax({type: 'post',
                        url: 'getPlaylist.php',
                        async: true,
                        dataType: 'json',
                        success: function(data) {
                            var playlist = data[0];
                            console.log(data[0]);
                            console.log(data[1]);
                            player.setFile(playlist);
                            player.setPlay(true);  
                            window.setTimeout(setPlaylist, (data[1]*1000));
                        }
                    });
                }
</code></pre><p>data[0] is my playlist<br />
data[1] is a total time for the playlist</p>
<p>It works the first time and displays the playlist, however once it gets called for a second time the videos stop displaying and im present with a black screen and no error.</p>
<p>its interesting that it works once, but not after that...</p>
<p>has anyone else also had a problem like this? what was your solution?</p>
<p>thanks!</p>
]]></content:encoded>
<link>http://www.projekktor.com/board/index.php?id=31412</link>
<guid>http://www.projekktor.com/board/index.php?id=31412</guid>
<pubDate>Tue, 11 Jun 2013 07:31:39 +0200</pubDate>
<category>Projekktor Core</category>
<dc:creator>Reeben</dc:creator>
</item>
<item>
<title>autoplay is not working in all videos (reply)</title>
<content:encoded><![CDATA[<p>Hi,<br />
nobody there with the same problem. Most of my videos are waiting for full download before starting. Only 2 videos are starting after a short buffering time. It is a wordpress theme with the projekktor plugin.<br />
Any Idea for help<br />
Kai</p>
]]></content:encoded>
<link>http://www.projekktor.com/board/index.php?id=31408</link>
<guid>http://www.projekktor.com/board/index.php?id=31408</guid>
<pubDate>Mon, 10 Jun 2013 22:20:33 +0200</pubDate>
<category>Projekktor for Wordpress</category>
<dc:creator>teide</dc:creator>
</item>
<item>
<title>Tracking/forking on GitHub (reply)</title>
<content:encoded><![CDATA[<p>Hi Michael,</p>
<p>this is awesome and definitely encourages me to finally getting used to GIT in order to share the projekkt there. </p>
<p>For historical reasons the projekkt is currently maintained via beanstalked SVN and all the building-mess is implemented in PHP along with YUI. Having access to your work will make it much easier to get rid of all this ballasts and clean up the house. </p>
<p>The only limited factor left is... guess... time. Nevertheless, thank you so much for sharing.</p>
<p>- Sascha</p>
]]></content:encoded>
<link>http://www.projekktor.com/board/index.php?id=31406</link>
<guid>http://www.projekktor.com/board/index.php?id=31406</guid>
<pubDate>Mon, 10 Jun 2013 14:47:36 +0200</pubDate>
<category>Projekktor Core</category>
<dc:creator>sascha</dc:creator>
</item>
<item>
<title>After Quality Toggle - element ppbuffering stays active (reply)</title>
<content:encoded><![CDATA[<p>Thanks for reporting this. Will be fixed a.s.a.p.</p>
<blockquote><p>(projekktor currently seems to be the best html5 player availiable (worked in my project even better then flowplayer and jwplayer))</p>
</blockquote><p>Hmmm... balm for the soul. Thanx =).</p>
<p>- Sascha</p>
]]></content:encoded>
<link>http://www.projekktor.com/board/index.php?id=31405</link>
<guid>http://www.projekktor.com/board/index.php?id=31405</guid>
<pubDate>Mon, 10 Jun 2013 14:40:05 +0200</pubDate>
<category>Projekktor Core</category>
<dc:creator>sascha</dc:creator>
</item>
</channel>
</rss>