Audio/video stream recording forums

Attention Visitor:
You may have to register or log in before you can post:
  • Click the register link to sign up.
  • Registered members please fill in the form below and click the "Log in" button.
To start viewing messages, select the forum that you want to visit from the selection below.

Go Back   Audio/video stream recording forums > Streaming media recording forum > Video stream recording
Register FAQ Members List Calendar Mark Forums Read

Reply Post New Thread
 
Thread Tools Display Modes
  #451  
Old 02-22-2011, 05:26 AM
johnm johnm is offline
Junior Member
 
Join Date: Nov 2010
Posts: 4
johnm is on a distinguished road
Default

Re: How to use iView (ABC Australia) downloaders


Nope, still doing it. Guess it is at my end then. Any suggestions?
Like I said, I have reloaded Lite with exactly the same result. Can not think of what might have changed to cause this. What can affect these JSON files?
Thanks
Reply With Quote
  #452  
Old 02-22-2011, 05:40 AM
Yansky Yansky is offline
Member
 
Join Date: May 2010
Posts: 92
Yansky is on a distinguished road
Default

Re: How to use iView (ABC Australia) downloaders


Quote:
Originally Posted by phude View Post
also in trying to get it to work the other night somehting about it having to run from a specific port but cannot find that info now and also not sure how to find out what port it is working through (if that makes sense)

thanks
The rtmpdump program uses port 1935 if memory serves correctly. Sometimes peoples routers have firewalls that block the port.

You might also try the command line script: http://iviewdownloaders.wikia.com/wi...aders_Wiki#Mac
Reply With Quote
  #453  
Old 02-22-2011, 11:23 AM
yeah_sir yeah_sir is offline
Junior Member
 
Join Date: Feb 2011
Posts: 3
yeah_sir is on a distinguished road
Default

Re: How to use iView (ABC Australia) downloaders


Hi Everybody

i download iviewnapper/iviewnapperlite but it doesn't work. When i chose a program and start fitch, the rtmpdump channel appears and say
NFO: Connected...
ERROR: rtmp server sent error
ERROR: rtmp server requested close
So i have this problem .by the way i'm not in autralia (it's this the problem?) or there is something wrong
i'm open to other methods but of course if it start download .

thanks

Last edited by yeah_sir : 02-22-2011 at 02:05 PM.
Reply With Quote
  #454  
Old 02-22-2011, 02:06 PM
Anywho Anywho is offline
Batch File Basher
 
Join Date: Jul 2010
Posts: 204
Anywho is on a distinguished road
Default

Re: How to use iView (ABC Australia) downloaders


Quote:
Originally Posted by yeah_sir View Post
by the way i'm not in autralia (it's this the problem?)
Yes, that's the problem. ABC Australia uses region blocking just like some other streaming video suppliers.
Quote:
i'm open to other methods but of course if it start download .
You can try using an Australian-based VPN or Australian-based Proxy server. Australian proxy servers are often quite slow. Australian VPN's are OK, but not great.
Reply With Quote
  #455  
Old 02-22-2011, 02:25 PM
yeah_sir yeah_sir is offline
Junior Member
 
Join Date: Feb 2011
Posts: 3
yeah_sir is on a distinguished road
Default

Re: How to use iView (ABC Australia) downloaders


thank you anywho for your answer but why i can play sbs napper witout be connected to vpn in australia. And how to use a proxy with iviewnapper.
Reply With Quote
  #456  
Old 02-22-2011, 09:40 PM
Anywho Anywho is offline
Batch File Basher
 
Join Date: Jul 2010
Posts: 204
Anywho is on a distinguished road
Default

Re: How to use iView (ABC Australia) downloaders


Quote:
Originally Posted by yeah_sir View Post
but why i can play sbs napper witout be connected to vpn in australia.
Simply, SBS allow it. SBS is not ABC - it's as simple as that. Just the same as Australians cannot normally get some US or [insert other country here] services. For example, Hulu needs region bypassing in order to view its services in Australia.

Quote:
And how to use a proxy with iviewnapper.
Google it.
Reply With Quote
  #457  
Old 03-02-2011, 08:21 PM
Yansky Yansky is offline
Member
 
Join Date: May 2010
Posts: 92
Yansky is on a distinguished road
Default

Re: How to use iView (ABC Australia) downloaders


New version of iViewFox: https://addons.mozilla.org/en-US/fir...wfox/versions/

Lots of changes. I believe I have finally fixed the issues some people were having under Windows. Also, users on OSX no longer have to run code from the Terminal to get the extension to work! woohoo!

Props goes out to the Firebug peeps after I stumbled onto their code: http://code.google.com/p/fbug/source...ug/lib.js#4946

Last edited by Yansky : 03-02-2011 at 08:23 PM. Reason: meh
Reply With Quote
  #458  
Old 03-03-2011, 08:19 PM
Anywho Anywho is offline
Batch File Basher
 
Join Date: Jul 2010
Posts: 204
Anywho is on a distinguished road
Default

Re: How to use iView (ABC Australia) downloaders


Quote:
Originally Posted by Yansky View Post
New version of iViewFox: https://addons.mozilla.org/en-US/fir...wfox/versions/

Lots of changes. I believe I have finally fixed the issues some people were having under Windows.
Darn it... Still busted for me.

v1.2.0 was the last one that works for me. This one (and v1.2.2) gets to the "Save To..." dialog, you click "OK" and then the dialog closes. RTMPdump doesn't start (and testing shows it never gets executed).

Sorry
Reply With Quote
  #459  
Old 03-03-2011, 10:22 PM
Yansky Yansky is offline
Member
 
Join Date: May 2010
Posts: 92
Yansky is on a distinguished road
Default

Re: How to use iView (ABC Australia) downloaders


Quote:
Originally Posted by Anywho View Post
Darn it... Still busted for me.

v1.2.0 was the last one that works for me. This one (and v1.2.2) gets to the "Save To..." dialog, you click "OK" and then the dialog closes. RTMPdump doesn't start (and testing shows it never gets executed).

Sorry
Bummer.

I'm stumped as to why it's not working for some people. The only thing different I guess is that I'm testing under Windows inside a VirtualBox on OSX. But I don't think that would make a difference.

If you can be bothered, could you try a little experiment for me? Open the iv.jsm file in the iviewfox extensions folder in the Firefox profiile directory and change this code around line 343:
Code:
let fileCC = Cc["@mozilla.org/file/local;1"].createInstance(Ci.nsILocalFile);	
fileCC.initWithPath(iViewFox.getrtDump);
process.init(fileCC);
process.run(false, args, args.length);
to
Code:
let fileCC = Cc["@mozilla.org/file/local;1"].createInstance(Ci.nsILocalFile);	
fileCC.initWithPath("C:\\WINDOWS\\NOTEPAD.EXE");	//assuming that's where it is on your system
process.init(fileCC);
process.run(false, [], 0);
Save the file then restart Firefox. That should then open notepad on windows when you try to watch a show on iView.

Last edited by Yansky : 03-03-2011 at 11:42 PM. Reason: meh
Reply With Quote
  #460  
Old 03-04-2011, 03:27 AM
mce mce is offline
Senior Membrane
 
Join Date: Jul 2010
Posts: 116
mce is on a distinguished road
Default

Re: How to use iView (ABC Australia) downloaders


I tried the above before and after the little coding mod.

Before:

Got the Save As... box, hit enter but no rtmpdump window.

After:

Got the Save As... box, but notepad didn't appear either.

I ran the firefox Error Console and and got the following error after pressing the Enter key for Save As...

Code:
Error: fwindowTypeSplit is not defined
Source File: file:///C:/Users/mypc/AppData/Roaming/Mozilla/Firefox/Profiles/o1446y93.mypc/extensions/iViewFox@forboden.com/modules/iv.jsm
Line: 267
Question.

With debug turned on, does it go to a file or just the Error Console?
Reply With Quote
Reply Post New Thread
Tags: , , , ,



Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Forum Jump


All times are GMT -6. The time now is 02:32 AM.


Powered by All-streaming-media.com; 2006-2011
vB forum hacked with Zoints add-ons