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
  #901  
Old 03-16-2013, 09:17 PM
PaleWing PaleWing is offline
Junior Member
 
Join Date: Mar 2013
Posts: 25
PaleWing is on a distinguished road
Default

Re: How to use iView (ABC Australia) downloaders


Hi ^_^
I have been having problems downloading The Fog Of War with iviewnapper 20130301. It's not showing the thumbnail & when I try to fetch, it says 'unhandled exception.
This also happened with Capturing The Friedmans, but seemed to fix itself.
this is all that shows in the 'summary' box
http://tviview.abc.net.au/iview/api2/?series=3328908

when i try to fetch, it comes up "unhandled exception..." "no default member found for type 'integer'"

this is part of the details
************** Exception Text **************
System.MissingMemberException: No default member found for type 'Integer'.
at Microsoft.VisualBasic.CompilerServices.Symbols.Con tainer.GetMembers(String& MemberName, Boolean ReportErrors)
at Microsoft.VisualBasic.CompilerServices.NewLateBind ing.CallMethod(Container BaseReference, String MethodName, Object[] Arguments, String[] ArgumentNames, Type[] TypeArguments, Boolean[] CopyBack, BindingFlags InvocationFlags, Boolean ReportErrors, ResolutionFailure& Failure)
at Microsoft.VisualBasic.CompilerServices.NewLateBind ing.InternalLateIndexGet(Object Instance, Object[] Arguments, String[] ArgumentNames, Boolean ReportErrors, ResolutionFailure& Failure)
at Microsoft.VisualBasic.CompilerServices.NewLateBind ing.LateIndexGet(Object Instance, Object[] Arguments, String[] ArgumentNames)
at iViewNapper.Form1.ProcessSeries()
at iViewNapper.Form1.ListBox1_DoubleClick(Object sender, EventArgs e)
at System.Windows.Forms.Control.OnClick(EventArgs e)
at System.Windows.Forms.Button.OnClick(EventArgs e)
at System.Windows.Forms.Button.OnMouseUp(MouseEventAr gs mevent)
at System.Windows.Forms.Control.WmMouseUp(Message& m, MouseButtons button, Int32 clicks)
at System.Windows.Forms.Control.WndProc(Message& m)
at System.Windows.Forms.ButtonBase.WndProc(Message& m)
at System.Windows.Forms.Button.WndProc(Message& m)
at System.Windows.Forms.Control.ControlNativeWindow.O nMessage(Message& m)
at System.Windows.Forms.Control.ControlNativeWindow.W ndProc(Message& m)
at System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)


i can watch the show on the iview website ok.

Last edited by PaleWing : 03-16-2013 at 09:19 PM. Reason: additional info
Reply With Quote
  #902  
Old 03-21-2013, 09:00 AM
mcquaim mcquaim is offline
Junior Member
 
Join Date: Mar 2013
Posts: 2
mcquaim is on a distinguished road
Default

Re: How to use iView (ABC Australia) downloaders


Hi folks,

I was looking at adding a plugin for playing these streams on an enigma2 receiver and I was using the XBMC add-on as a base.

The stream does not play however so I'm wondering if the rtmp stream format has changed since the development of the XBMC add-on.

This is a generated rtmp url that is currently produced but not playing:
Code:
rtmp://cp44823.edgefcs.net/ondemand?auth=daEbdcwcEbAdCcvcfbrczdoa9b8aVa4a3bf-brsJd8-8-mmn_rFxqN&aifp=v001 playpath=mp4:flash/playback/_definst_/fatherted_03_06 swfurl=http://www.abc.net.au/iview/images/iview.jpg swfvfy=true:Father Ted Series 3 Episode 6 Kicking Bishop Brennan Up The Arse
Anyone know if this is a valid url?

Thanks in advance,
mcquaim
Reply With Quote
  #903  
Old 03-21-2013, 03:34 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 mcquaim View Post
This is a generated rtmp url that is currently produced but not playing:
Code:
rtmp://cp44823.edgefcs.net/ondemand?auth=daEbdcwcEbAdCcvcfbrczdoa9b8aVa4a3bf-brsJd8-8-mmn_rFxqN&aifp=v001 playpath=mp4:flash/playback/_definst_/fatherted_03_06 swfurl=http://www.abc.net.au/iview/images/iview.jpg swfvfy=true:Father Ted Series 3 Episode 6 Kicking Bishop Brennan Up The Arse
Anyone know if this is a valid url?
These are the command lines generated by the iView_Downloader batch file:

Code:
bin\rtmpdump.exe --resume  -r "rtmp://cp53909.edgefcs.net///flash/playback/_definst_/mp4:fatherted_03_06" -a ondemand?auth="3B5BA007C9055F4CF42B" -o "Father Ted Series 3 - Father Ted Series 3 Episode 6 Kicking Bishop Brennan Up The Arse.mp4" -W http://www.abc.net.au/iview/images/iview.jpg

bin\rtmpdump.exe --resume  -r rtmp://203.18.195.10/ -a ondemand?auth=3B5BA007C9055F4CF42B -y mp4:fatherted_03_06 -o "Father Ted Series 3 - Father Ted Series 3 Episode 6 Kicking Bishop Brennan Up The Arse.mp4" -W http://www.abc.net.au/iview/images/iview.jpg
This downloads fine for Hostworks. I don't know about Akamai (I'm not on an Akamai served ISP).

PS: Don't try the above command lines now as the "auth" token will have expired by the time you read this
Reply With Quote
  #904  
Old 03-21-2013, 04:07 PM
mcquaim mcquaim is offline
Junior Member
 
Join Date: Mar 2013
Posts: 2
mcquaim is on a distinguished road
Default

Re: How to use iView (ABC Australia) downloaders


Perhaps that might be my issue, the format of the url looks different depending on the host..

I will try changing it slightly to see if this is the issue, thanks for the help
Reply With Quote
  #905  
Old 03-22-2013, 05:01 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 mcquaim View Post

Code:
rtmp://cp44823.edgefcs.net/ondemand?auth=daEbdcwcEbAdCcvcfbrczdoa9b8aVa4a3bf-brsJd8-8-mmn_rFxqN&aifp=v001 playpath=mp4:flash/playback/_definst_/fatherted_03_06 swfurl=http://www.abc.net.au/iview/images/iview.jpg swfvfy=true:Father Ted Series 3 Episode 6 Kicking Bishop Brennan Up The Arse
Anyone know if this is a valid url?
This is from iViewNapper-ish:
Quote:
rtmpdump.exe -r rtmp://203.18.195.10/ondemand?auth="9309372648834D142E4B" -y "mp4:fatherted_03_06" -o "Father Ted Series 3 Episode 6 Kicking Bishop Brennan Up The Arse.mp4" -W "http://www.abc.net.au/iview/images/iview.jpg"
Hostworks (not Akamai), and of course the auth varies always.
Reply With Quote
  #906  
Old 04-20-2013, 09:24 PM
bigdotman bigdotman is offline
Junior Member
 
Join Date: Apr 2013
Posts: 4
bigdotman is on a distinguished road
Default

Re: How to use iView (ABC Australia) downloaders


Hi,
I have been using the latest iviewnapper, but it is not working. It is returning empty files.

Thanks

Last edited by Stream Ripper : 04-24-2013 at 12:36 AM.
Reply With Quote
  #907  
Old 04-23-2013, 10:35 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 bigdotman View Post
Hi,
I have been using the latest iviewnapper, but it is not working. It is returning empty files.
Make sure you delete the empty (0 byte) files before trying again, otherwise RTMPdump will keep doing it.

Also, what were the names of the files you wanted to D/L?
Reply With Quote
  #908  
Old 04-24-2013, 09:09 PM
bigdotman bigdotman is offline
Junior Member
 
Join Date: Apr 2013
Posts: 4
bigdotman is on a distinguished road
Default

Re: How to use iView (ABC Australia) downloaders


Thanks for that I will delete the zero files before trying again.
The files themselves vary for example Elements series, MasterCl;ass with Jamie Cullum, as well as others.
Reply With Quote
  #909  
Old 04-24-2013, 09:27 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 bigdotman View Post
Thanks for that I will delete the zero files before trying again.
The files themselves vary for example Elements series, MasterCl;ass with Jamie Cullum, as well as others.
Just for possible other troubleshooting info, in case it's a host specific problem...
  • Which ISP are you using?
  • Is your connection to your ISP good? (eg: you don't have frequent dropouts, slow D/L's, etc.)
  • Can you watch the programs via the iView site?
Reply With Quote
  #910  
Old 05-03-2013, 04:02 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


I'm now getting unpopulated (blank) buttons for my "genre" groups, but can still fetch the Series and download the Episodes.
It's a little awkward, of course.
Some tweaking of iView categories, etc must have occurred this afternoon.

[EDIT]
Well, I just checked the categories.xml file, re-loaded the downloader and presto! It is back to normal. Weird ...
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 08:01 AM.


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