$DEITY helps those who help themselves, it seems
The following patch to iv.js seems to have fixed it:
Code:
OK-Computer:content ret$ pwd
/Users/ret/Library/Application Support/Firefox/Profiles/iaqewbwz.default/extensions/iViewFox@forboden.com/chrome/content
OK-Computer:content ret$ diff -u iv.js.orig iv.js
--- iv.js.orig 2010-07-15 08:37:22.000000000 +1000
+++ iv.js 2010-07-20 20:11:27.000000000 +1000
@@ -160,7 +160,7 @@
'-r',
'rtmp://cp53909.edgefcs.net////flash/playback/_definst_/'+epDS,
'-a',
- 'ondemand?auth='+xStore.token,
+ "'ondemand?auth="+xStore.token+"'",
'-o',
filePathAndName,
'-W',
@@ -177,7 +177,7 @@
'-r',
'rtmp://203.18.195.10/',
'-a',
- 'ondemand?auth='+xStore.token,
+ "'ondemand?auth="+xStore.token+"'",
'-y',
fileEx+fTypeSplit[0],
'-o',
OK-Computer:content ret$
Hope this helps.
cheers
RET