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
  #571  
Old 04-26-2011, 12:19 PM
Stream Recorder
 
Posts: n/a
Default

Re: How to use iView (ABC Australia) downloaders


Quote:
Originally Posted by gxdata View Post
Does anyone know what video format is streamed to the iView iPad app (using HTML5 video)?
I know 2 kind of HTML5 videos: H.264 and WebM.
Reply With Quote
  #572  
Old 04-27-2011, 02:32 AM
gxdata gxdata is offline
Western Wombat
 
Join Date: Feb 2009
Posts: 332
gxdata is on a distinguished road
Default

Re: How to use iView (ABC Australia) downloaders


Quote:
Originally Posted by Anywho View Post
Not sure, but if it's HTML5*, then it would likely be H264. See Usage on this WikiPedia page

* Although this article says it isn't HTML5
Interesting - better info than I was seeing. I'll get someone to download the "app" (ugh!) from iTunes, and take a look.

Yes, I had seen some chat about the 2 formats in contention for HTML5 video, as mentioned by Stream Recorder
Reply With Quote
  #573  
Old 04-27-2011, 06:29 PM
Conest Conest is offline
Junior Member
 
Join Date: Apr 2011
Posts: 2
Conest is on a distinguished road
Default

Re: How to use iView (ABC Australia) downloaders


Quote:
Originally Posted by mce View Post
What are you doing to get this? What show are you trying to get?
I am simply running the .hta file. A blank iViewNapperLite window with empty frames comes up and then the "Script Error" message appears. It does not get to the point where shows are listed. As indicated before I have just loaded IE9 which appeared to be when the issue started. I had been running version 20110320 successfully prior. Straight iViewNapper works fine.

Text of the error message follows.

An error has occurred in the script on this page.

Line: 39
Char: 3
Error: Object doesn't support this property or method
Code: 0
URL: file:///C:/iView%20Napper%20Lite/iViewNapperLite_20110320/ivnlite.vbs

Do you want to continue running scripts on this page?
Reply With Quote
  #574  
Old 04-27-2011, 07:15 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 Conest View Post
I am simply running the .hta file. A blank iViewNapperLite window with empty frames comes up and then the "Script Error" message appears. It does not get to the point where shows are listed. As indicated before I have just loaded IE9 which appeared to be when the issue started. I had been running version 20110320 successfully prior. Straight iViewNapper works fine.

Text of the error message follows.

An error has occurred in the script on this page.

Line: 39
Char: 3
Error: Object doesn't support this property or method
Code: 0
URL: file:///C:/iView%20Napper%20Lite/iViewNapperLite_20110320/ivnlite.vbs

Do you want to continue running scripts on this page?
I'm seeing this too. Windows7/64-SP1. See this screencap

Just doesn't get to anything other than what's in that screencap.
Reply With Quote
  #575  
Old 04-28-2011, 07:50 PM
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


Quote:
Line: 39
Char: 3
Error: Object doesn't support this property or method
Code: 0
URL: file:///C:/iView%20Napper%20Lite/iViewNapperLite_20110320/ivnlite.vbs
This is the first time iVNL interacts with the JSON file, the Object error means that there is no JSON file to interact with.

When you get this error, if you guys could put the following URLs into the browser or use WGET and see if anything is returned, I suspect it isn't.

http://tviview.abc.net.au/iview/api2/?keyword=a-l
http://tviview.abc.net.au/iview/api2/?keyword=m-z

If these return blank then it is a problem at iView.

I myself am experiencing an error in line 102, and will check on that later.

[edit]

A Whirlpool user "Complete Looney" has suggested a fix, which I will implement later today, look out for an update.
Reply With Quote
  #576  
Old 04-28-2011, 08:17 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 mce View Post
This is the first time iVNL interacts with the JSON file, the Object error means that there is no JSON file to interact with.
Actually there is - I put a "MsgBox(myJSON)" in the code and this is the result.

Quote:
When you get this error, if you guys could put the following URLs into the browser or use WGET and see if anything is returned, I suspect it isn't.

http://tviview.abc.net.au/iview/api2/?keyword=a-l
http://tviview.abc.net.au/iview/api2/?keyword=m-z

If these return blank then it is a problem at iView.
No, they always work - everytime.

Quote:
I myself am experiencing an error in line 102, and will check on that later.
Good... Serves you right

Quote:
[edit]
A Whirlpool user "Complete Looney" has suggested a fix, which I will implement later today, look out for an update.
It better work... Or you're fired
Reply With Quote
  #577  
Old 04-28-2011, 08:50 PM
gxdata gxdata is offline
Western Wombat
 
Join Date: Feb 2009
Posts: 332
gxdata is on a distinguished road
Default

Re: How to use iView (ABC Australia) downloaders


At The Movies Series 7- OK with the Batch Downloader, but iViewNapper fails with an error -

Quote:
the given key was not in the dictionary
This error occurs when fetching the Series (ie, it's not an absent Episode) - seems like it is the missing Series description element in the JSON file?

Last edited by gxdata : 04-28-2011 at 09:08 PM. Reason: clarification
Reply With Quote
  #578  
Old 04-28-2011, 10:40 PM
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


Quote:
Originally Posted by gxdata View Post
At The Movies Series 7- OK with the Batch Downloader, but iViewNapper fails with an error -

This error occurs when fetching the Series (ie, it's not an absent Episode) - seems like it is the missing Series description element in the JSON file?
Blame ABC.

ABC must be coding this stuff by hand because if they were using a half decent CMS, it would not allow bad data through.

P.S. Anywho

When fixed, I'm asking for a pay rise.

[Edit]

I've applied the "No description" fix to both 'Nappers.
Reply With Quote
  #579  
Old 04-28-2011, 10:47 PM
gxdata gxdata is offline
Western Wombat
 
Join Date: Feb 2009
Posts: 332
gxdata is on a distinguished road
Default

Re: How to use iView (ABC Australia) downloaders


Quote:
Originally Posted by mce View Post
Blame ABC.

ABC must be coding this stuff by hand because if they were using a half decent CMS, it would not allow bad data through.
Yeh, I'm amazed at some of the boo-boos, that must be due to someone's hand-coding.
Probably a different team/section, but their RSS feeds are similarly error-prone.

But I guess we need to error trap for null data right through the iView JSON.
Reply With Quote
  #580  
Old 04-28-2011, 11:14 PM
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


Both iViewNapper and iViewNapperLite have been updated to Version 20110429 and are available on their websites
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 12:25 PM.


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