Audio/video stream recording forums
|
Attention Visitor: |
You may have to register or log in before you can post:
|
|
![]() ![]() |
|
Thread Tools | Display Modes |
|
#1
|
|||
|
|||
![]() Re: How to use iView (ABC Australia) downloadersQuote:
![]() I changed back to using: rtmpdump-win32-2.2b.exe with 15.69 .bat & I haven't had problems resuming downloads. I was having hassles with the later rtmpdumps. (forget that - it was working this morning - now stuffed again) |
#2
|
|||
|
|||
![]() Re: How to use iView (ABC Australia) downloadersQuote:
![]() |
#3
|
|||
|
|||
![]() Re: How to use iView (ABC Australia) downloadersHi Yanski
I've had a go at the firefox add on that you wrote. I'm using 10.6.4 OSX and everything up until the window to save the file worked fine - however, terminal came up with an error message :- The file “b.command” could not be executed because you do not have appropriate access privileges. Any thoughts? (I did type in the Snow Leopard Script into terminal that you had) |
#4
|
|||
|
|||
![]() Re: How to use iView (ABC Australia) downloadersErm looks like illegal characters problem in Iviewnapper getting a file with "s*d" in the comedy section...by the way am a programmer, I like these programs alot and could help if someone developing them wants contact me.
|
#5
|
|||
|
|||
![]() Re: How to use iView (ABC Australia) downloadersQuote:
Code:
' This uses the full list of invalid characters - regex method (FASTEST) ' aesthetics: poor Function CleanInput(ByVal strIn As String) As String Dim sb = New StringBuilder() Dim invalids = System.IO.Path.GetInvalidPathChars().Union(System.IO.Path.GetInvalidFileNameChars()) ' Build the regex sb.Append("[") For Each c In invalids sb.Append("\") sb.Append(c) Next c sb.Append("]") ' this is our regex Dim re = New System.Text.RegularExpressions.Regex(sb.ToString()) ' Underscore is safe enough - but ugly Return re.Replace(strIn, "_") End Function |
#6
|
|||
|
|||
![]() Re: How to use iView (ABC Australia) downloadersBoth iViewNapper and iViewNapperLite have been updated to fix the illegal character in filenames problem.
Please check the websites for the new versions (20101217). A reload of the browser cache may be required. |
#7
|
|||
|
|||
![]() Re: How to use iView (ABC Australia) downloadersmce, suggest you attach the same URL fetch code to the [Catch Up] button, as you would have used in the initial population of the listbox - ie, reading the series catalog by a fetch from http://tviview.abc.net.au/iview/api2/?seriesIndex
batch downloader has a similar refresh capacity (I assume the URL is the same that you are using) (otherwise, I find I need to quit iViewNapper in order to do that refresh) |
#8
|
|||
|
|||
![]() Re: How to use iView (ABC Australia) downloadersiViewNapper Version 20101218.
iViewNapperLite Version 20101218.
Last edited by mce : 12-18-2010 at 03:59 AM. |
#9
|
|||
|
|||
![]() Re: How to use iView (ABC Australia) downloadersI am a newbie to this but I have some s/w development experience.
Can anyone help with iView_Downloader_OSX? I run v6.8 which fixes the problem of the ABC Index having moved, but I have also tried v6.7.3 (after updating the index bit) with the same result. I run a PPC G5 with 10.5.8 and took the precaution of building rtmpdump using Macports. The error is shown below. Is the fact that the host and token are blank/empty significant? --------------------------------------------------------- Select a number to add a show to download list, 'a' adds all, 0 adds nothing, and 's' allows you to search this list: 377 Please Select an Option 1. Add another show to the download list 2. View the download list 3. Clear the download list 4. Download the list (Always attempts to retry) 5. Convert all files in download list 6. Exit 4 Number of downloads 1 Ok, you will be requesting mp4:deep_10_01_02 and saving the stream with the filename deep_10_01_02.mp4 Retrieving Token... % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 100 192 100 192 0 0 1081 0 --:--:-- --:--:-- --:--:-- 0 from ABC iView servers on using the auth Running Hostworks... RTMPDump v2.2 (c) 2010 Andrej Stepanchuk, Howard Chu, The Flvstreamer Team; license: GPL Error code 1 Sleeping for 5s Ok, you will be requesting deep_10_01_02 and saving the stream with the filename deep_10_01_02.flv Retrieving Token... % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 100 192 100 192 0 0 911 0 --:--:-- --:--:-- --:--:-- 0 from ABC iView servers on using the auth Running Hostworks... RTMPDump v2.2 (c) 2010 Andrej Stepanchuk, Howard Chu, The Flvstreamer Team; license: GPL Error code 1 Sleeping for 5s etc ... -------------------------------------------------------- Note: I am trying this because I can't get the iViewfox addon in Firefox to work - any ideas there? |
#10
|
|||
|
|||
![]() Re: How to use iView (ABC Australia) downloadersby-gum - re your problems, when was this? If in the last hour or so, then see my previous post.
I'm using Windows downloaders, and none of them currently work with iView despite the iView player/viewer working fine with 10 separate series, approx 30 separate shows. [Edit: 2hrs later than my reply, Viiew Player is working again for me] Last edited by gxdata : 01-08-2011 at 11:42 PM. |
![]() ![]() |
Tags: abc, abc australia, abc iview, iview, rtmpdump |
Thread Tools | |
Display Modes | |
|
|