Hi,
I’m working on a new plugin and when I open a new video, I have this log.
Apr 17, 2011 17:37:41 [0xb079d000] DEBUG - Request: GET /video/:/webkit?url=http%3A%2F%2Fwww.radio-canada.ca%2Faudio-video%2Findex.shtml%23urlMedia%3Dhttp%3A%2F%2Fwww.radio-canada.ca%2Futil%2Fendirect%2FCBFTdirect.asx%26pos%3D0&prefix=/video/radiocanadalive [::ffff:127.0.0.1] (1 live)<br />
Apr 17, 2011 17:37:41 [0xb079d000] DEBUG - * url => http://www.radio-canada.ca/audio-video/index.shtml#urlMedia=http://www.radio-canada.ca/util/endirect/CBFTdirect.asx&pos=0<br />
Apr 17, 2011 17:37:41 [0xb079d000] DEBUG - * prefix => /video/radiocanadalive<br />
Apr 17, 2011 17:37:41 [0xb079d000] DEBUG - WebKit: [radio-canada.ca/audio-video/index.shtml#urlMedia=http://www.radio-canada.ca/util/endirect/CBFTdirect.asx&pos=0]<br />
Apr 17, 2011 17:37:41 [0xb079d000] DEBUG - Found corresponding plug-in: /Users/gcamp/Library/Application Support/Plex Media Server/Plug-in Support/Data/com.plexapp.plugins.radiocanadalive<br />
Apr 17, 2011 17:37:41 [0xb079d000] DEBUG - Could not find site configuration for http://www.radio-canada.ca/audio-video/index.shtml#urlMedia=http://www.radio-canada.ca/util/endirect/CBFTdirect.asx&pos=0<br />
Apr 17, 2011 17:37:41 [0xb079d000] ERROR - ERROR: Couldn't find configuration.<br />
Apr 17, 2011 17:37:41 [0xb079d000] ERROR - WebKit: Could not initiate capture.
This is the content of my Site Configuration
<site site="http://www.radio-canada.ca/*"<br />
plugin="http://publique.radio-canada.ca/audio-video/player/flash/1.0/normal/player.swf"<br />
initialState="playing"<br />
version="1.0"><br />
<br />
<!-- PLAYING --><br />
<state name="playing"><br />
<event><br />
<condition><br />
<command name="pause" /><br />
</condition><br />
<action><br />
<click x="15" y="304" /><br />
<goto state="paused" /><br />
</action><br />
</event><br />
</state><br />
<!-- PAUSED --><br />
<state name="paused"><br />
<event><br />
<condition><br />
<command name="play" /><br />
</condition><br />
<action><br />
<click x="15" y="304" /><br />
<goto state="playing" /><br />
</action><br />
</event><br />
</state><br />
</site>
I don't see anything wrong? Does somebody has an idea?
I have a github repo here : https://github.com/gcamp/Radio-Canada-Live---Plex-plugin