Site Configuration not working - pause / play inverted

Hi,



since the RTMP Stream with *.f4v is not working I thought I could switch over to the WebVideoItem version with a Site Configuration… this is basically working, but… seems as if play and pause are inverted.

When the SWF is loaded it’s starting in playing mode… if I now press SPACE to pause, Plex tell’s me the video is now paused - but it’s still playing… SPACE again and Plex continues to play, but the SWF now paused.



Also, the Arrow Keys to scrub trough the video are not working, instead they are somehow changing the play/pause behavior. Once I clicked the arrow key, play/pause are not inverted anymore. The next click on a arrow inverts it again etc.



This is my Site Configuration:



<?xml version="1.0" encoding="UTF-8"?><br />
<site site="http://www.rtl2.de/.*" plugin="http://www.rtl2.de/flashplayer/vipo_player.swf.*" initialState="playing" version="1.0" windowWidth="500" windowHeight="307"><br />
	<crop x="0" y="0" width="500" height="274" /><br />
<br />
	<seekbar type="thumb"><br />
		<start x="106" y="290" /><br />
		<end x="317" y="291" /><br />
		<played><br />
			<color rgb="b8b8b8" /><br />
		</played><br />
	</seekbar><br />
<br />
	<state name="playing"><br />
		<event><br />
			<condition><br />
				<command name="pause" /><br />
			</condition><br />
			<action><br />
				<click x="24" y="290" /><br />
				<goto state="paused" /><br />
			</action><br />
		</event><br />
	</state><br />
 <br />
	<state name="paused"><br />
		<event><br />
			<condition><br />
				<command name="play" /><br />
			</condition><br />
			<action><br />
				<click x="24" y="290" /><br />
				<goto state="playing" /><br />
			</action><br />
		</event><br />
	</state><br />
</site>



And this is an example video:
http://www.rtl2.de/flashplayer/vipo_player.swf?vico_id=3409&vivi_id=14300

Any ideas?

Cheers,
Ari

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.