Re: How to use iView (ABC Australia) downloadersVersion 20140222 is available.
|
Re: How to use iView (ABC Australia) downloadersUsing version 20140222 of iViewNapper and 2.3r557 of rtmpdump to download Rake ~280Mb file and rtmpdump crashes approximately every 20%. Unfortunately cannot provide errors as the window rtmpdump runs in closes immediately. Log file does not show any errors either.
Not too much of an issue just means I have to start the fetch 5 times to get the episode.:) Thanks for your work. |
Re: How to use iView (ABC Australia) downloadersOn an older PVR, the downloaded file wouldn't play. Examining it with ffprobe showed an flv container format, despite the .mp4 file name extension. Changing the extension to .flv, then:
"[path to]\ffmpeg" -i %1 -vcodec copy -acodec copy "%~n1.mp4" fixed it. |
Re: How to use iView (ABC Australia) downloadersQuote:
Since its been a while, and all previous downloads links are dead, here is my way of dealing with remuxing files.[download from google drive] Basically its 2 bat files, a Zeranoe FFmpeg build and a dos app called recycle.exe from MaDdoG software CmdUtils v1.5. The bat files and FFmpeg are in the same folder as the files we want to remux, while recycle.exe is put in the windows => system32 directory. To do a single file drag and drop it onto remux.bat, and it will do its thing, the bat file has some redundancies built in (which is why recycle.exe is used rather than windows inbuilt delete.exe) as in the past some iView files have had garbage data at the beginning that resulted in unplayable remuxes, so if the original file was gone you had to start from scratch, then fix the original file with a hex editor, then remux it, luckily this is extremely rare now. remux.bat copies the streams to a new file [original filename]_PROCESSING.mp4, in case the process f's up during the remux so you know it wasn't successful, and can just delete the processing file and start again. If successful it then renames it to [original filename]_ReMux.mp4, so you can tell at a glance if the file has already been remuxed, then sends the original to the recycle bin so its retrievable if need be. Code:
ffmpeg -i %1 -vcodec copy -acodec copy "%~n1_PROCESSING.mp4" |
Re: How to use iView (ABC Australia) downloadersNow on a different topic, where do we currently stand on getting unmetered downloads back?
|
Re: How to use iView (ABC Australia) downloadersWhen we can find the new Auth Key.
|
Re: How to use iView (ABC Australia) downloadersQuote:
If so the akamihd unmetered stuff uses tokenhd from the same auth.xml example Code:
GET /z/playback/_definst_/goodgame_10_02.mp4/manifest.f4m?hdcore=true&hdnea=st=1393584602~exp=1393594601~acl=/*~hmac=b4d6bd5c6072716114003091ae1a8e579191d477e44bb6344ee8cb2fa86deb58&hdcore=2.10.3&g=YLMGAYNGTKEM |
Re: How to use iView (ABC Australia) downloadersWith reference to the new version of iview napper {thank you MCE!} ... we get this error:
************** Exception Text ************** System.Xml.XmlException: Reference to undeclared entity 'nbsp'. Line 184, position 11. at System.Xml.XmlTextReaderImpl.Throw(Exception e) at System.Xml.XmlTextReaderImpl.HandleGeneralEntityRe ference(String name, Boolean isInAttributeValue, Boolean pushFakeEntityIfNullResolver, Int32 entityStartLinePos) at System.Xml.XmlTextReaderImpl.ResolveEntity() at System.Xml.XmlLoader.LoadEntityReferenceNode(Boole an direct) at System.Xml.XmlLoader.LoadNode(Boolean skipOverWhitespace) at System.Xml.XmlLoader.LoadDocSequence(XmlDocument parentDoc) at System.Xml.XmlDocument.Load(XmlReader reader) at System.Xml.XmlDocument.LoadXml(String xml) at iViewNapper.Form1.ProcessiView() at iViewNapper.Form1.Form1_Shown(Object sender, EventArgs e) at System.Windows.Forms.Form.OnShown(EventArgs e) at System.Windows.Forms.Control.InvokeMarshaledCallba ckHelper(Object obj) at System.Threading.ExecutionContext.runTryCode(Objec t userData) at System.Runtime.CompilerServices.RuntimeHelpers.Exe cuteCodeWithGuaranteedCleanup(TryCode code, CleanupCode backoutCode, Object userData) at System.Threading.ExecutionContext.Run(ExecutionCon text executionContext, ContextCallback callback, Object state) at System.Windows.Forms.Control.InvokeMarshaledCallba ck(ThreadMethodEntry tme) at System.Windows.Forms.Control.InvokeMarshaledCallba cks() ************** Loaded Assemblies ************** mscorlib Assembly Version: 2.0.0.0 Win32 Version: 2.0.50727.5477 (Win7SP1GDR.050727-5400) CodeBase: file:///C:/Windows/Microsoft.NET/Framework64/v2.0.50727/mscorlib.dll ---------------------------------------- iViewNapper Assembly Version: 1.0.0.0 Win32 Version: 1.0.0.0 CodeBase: file:///S:/Napper%20Downloads/iViewNapper_20140222.exe ---------------------------------------- Microsoft.VisualBasic Assembly Version: 8.0.0.0 Win32 Version: 8.0.50727.5420 (Win7SP1.050727-5400) CodeBase: file:///C:/Windows/assembly/GAC_MSIL/Microsoft.VisualBasic/8.0.0.0__b03f5f7f11d50a3a/Microsoft.VisualBasic.dll ---------------------------------------- System Assembly Version: 2.0.0.0 Win32 Version: 2.0.50727.5467 (Win7SP1GDR.050727-5400) CodeBase: file:///C:/Windows/assembly/GAC_MSIL/System/2.0.0.0__b77a5c561934e089/System.dll ---------------------------------------- System.Windows.Forms Assembly Version: 2.0.0.0 Win32 Version: 2.0.50727.5468 (Win7SP1GDR.050727-5400) CodeBase: file:///C:/Windows/assembly/GAC_MSIL/System.Windows.Forms/2.0.0.0__b77a5c561934e089/System.Windows.Forms.dll ---------------------------------------- System.Drawing Assembly Version: 2.0.0.0 Win32 Version: 2.0.50727.5467 (Win7SP1GDR.050727-5400) CodeBase: file:///C:/Windows/assembly/GAC_MSIL/System.Drawing/2.0.0.0__b03f5f7f11d50a3a/System.Drawing.dll ---------------------------------------- System.Runtime.Remoting Assembly Version: 2.0.0.0 Win32 Version: 2.0.50727.5420 (Win7SP1.050727-5400) CodeBase: file:///C:/Windows/assembly/GAC_MSIL/System.Runtime.Remoting/2.0.0.0__b77a5c561934e089/System.Runtime.Remoting.dll ---------------------------------------- System.Configuration Assembly Version: 2.0.0.0 Win32 Version: 2.0.50727.5476 (Win7SP1GDR.050727-5400) CodeBase: file:///C:/Windows/assembly/GAC_MSIL/System.Configuration/2.0.0.0__b03f5f7f11d50a3a/System.Configuration.dll ---------------------------------------- System.Xml Assembly Version: 2.0.0.0 Win32 Version: 2.0.50727.5476 (Win7SP1GDR.050727-5400) CodeBase: file:///C:/Windows/assembly/GAC_MSIL/System.Xml/2.0.0.0__b77a5c561934e089/System.Xml.dll ---------------------------------------- System.Web.Extensions Assembly Version: 3.5.0.0 Win32 Version: 3.5.30729.5458 CodeBase: file:///C:/Windows/assembly/GAC_MSIL/System.Web.Extensions/3.5.0.0__31bf3856ad364e35/System.Web.Extensions.dll ---------------------------------------- System.Web.Abstractions Assembly Version: 3.5.0.0 Win32 Version: 3.5.30729.5420 CodeBase: file:///C:/Windows/assembly/GAC_MSIL/System.Web.Abstractions/3.5.0.0__31bf3856ad364e35/System.Web.Abstractions.dll ---------------------------------------- System.Web Assembly Version: 2.0.0.0 Win32 Version: 2.0.50727.5479 (Win7SP1GDR.050727-5400) CodeBase: file:///C:/Windows/assembly/GAC_64/System.Web/2.0.0.0__b03f5f7f11d50a3a/System.Web.dll ---------------------------------------- System.Core Assembly Version: 3.5.0.0 Win32 Version: 3.5.30729.5420 built by: Win7SP1 CodeBase: file:///C:/Windows/assembly/GAC_MSIL/System.Core/3.5.0.0__b77a5c561934e089/System.Core.dll ---------------------------------------- ************** JIT Debugging ************** To enable just-in-time (JIT) debugging, the .config file for this application or computer (machine.config) must have the jitDebugging value set in the system.windows.forms section. The application must also be compiled with debugging enabled. For example: <configuration> <system.windows.forms jitDebugging="true" /> </configuration> When JIT debugging is enabled, any unhandled exception will be sent to the JIT debugger registered on the computer rather than be handled by this dialog box. What did we do wrong ? |
Re: How to use iView (ABC Australia) downloaders'Napper, latest: ABC News series has an error, ShowPicture
************** Exception Text ************** System.NullReferenceException: Object reference not set to an instance of an object. at iViewNapper.Form1.ShowPicture() at iViewNapper.Form1.ListBox1_SelectedIndexChanged(Ob ject sender, EventArgs e) |
Re: How to use iView (ABC Australia) downloadersQuote:
|
Re: How to use iView (ABC Australia) downloadersIs it just me or has the latest makeover foiled iViewNapper again? It exits after failing to get the index.
|
Re: How to use iView (ABC Australia) downloadersQuote:
|
Re: How to use iView (ABC Australia) downloadersAh crap,
From what I can tell (with the help of Urlsnooper2 and wireshark), it appears the json is now being hosted at http://project.abc.net.au (on loading a gzip file identified as containing json is transferred from there) I got a 403 error trying to follow the url. However the site itself seems to contain a lot of the directory within the source code of the channel, categories and programs A-Z pages, allowing you to branch off to each episode. Whether that would be usable for our purposes I'll leave to the coders to determine. Hope this helps in some way. |
Re: How to use iView (ABC Australia) downloadersQuote:
Quote:
Probably the best thing would be to put wireshark into promiscuous mode and capture traffic from non-browser app, like a TV or Xbox. |
Re: How to use iView (ABC Australia) downloadersQuote:
Code:
/assets/js/iview-watchlist.js Unfortunately this is not going to be as easy as when the v2 api came out, I only needed URLsnooper2 for that :) |
Re: How to use iView (ABC Australia) downloadersQuote:
Quote:
|
Re: How to use iView (ABC Australia) downloadersHi guys.
I'm in the same boat as you guys. Been looking at wireshark captures and .js files and I cannot see any type of index like before. The config.xml has changes with two new lines but nothing else there. I haven't been over the iview site thoroughly but before they had a big window of shows, where now I don't think they do. They maybe using this api: http://developer.tmsapi.com/docs/data_v1/ but customised. |
Re: How to use iView (ABC Australia) downloadersAnything of use in the feeds? They were full of broken links a couple of days ago. Now some are populated & others completely empty.
Been using FF webconsole... List of titles. Title search. Related programs. Buggered if I can find anything by category. I've been able to save a manifest & also download using AdobeHDS (via HDS Link Detector). Not sure if config.xml is being used. Seems like you need html+auth+manifest to get to the nitty gritty. Still experimenting. Haven't tried hdsdump yet tho' Also not seeing expiry dates & times. Webpage is vague about this (which is annoying many users on the messageboard, who are also missing the Last Chance category!). |
Re: How to use iView (ABC Australia) downloadersPretty much got the following.
http://iview.abc.net.au/auth/flash or http://iview.abc.net.au/auth http://www.abc.net.au/iview/xml/config.xml http://iview.abc.net.au/programs/7-30/NC1405H044S00 http://iviewum-vh.akamaihd.net/z/playback/ ... for manifest http://iview.abc.net.au/captions/news/730s_Tx_1103.xml http://iview.abc.net.au/api/legacy/flash/?keyword=a-z If there's anymore people can post here. |
Re: How to use iView (ABC Australia) downloadersQuote:
http://iviewmetered-vh.akamaihd.net/z/playback/ for metered (<free>no</free>) manifest. |
Re: How to use iView (ABC Australia) downloadershttp://iview.abc.net.au/assets/js/bootstrap.min.js
http://iview.abc.net.au/assets/js/datehelper.js http://iview.abc.net.au/assets/js/ICanHaz.js http://iview.abc.net.au/assets/js/id...r-2.4.2.min.js http://iview.abc.net.au/assets/js/iview-filter.js http://iview.abc.net.au/assets/js/iview-main.js http://iview.abc.net.au/assets/js/iview-search.js http://iview.abc.net.au/assets/js/iview-user.js http://iview.abc.net.au/assets/js/iview-video.js http://iview.abc.net.au/assets/js/iview-watchlist.js http://iview.abc.net.au/assets/js/store.js http://iview.abc.net.au/assets/js/we....load.iview.js http://iview.abc.net.au/assets/js/webtrends.min.js http://iview.abc.net.au/assets/js/jquery-1.9.1.js http://iview.abc.net.au/assets/js/to...iewCarousel.js http://iview.abc.net.au/assets/js/to...ry.touchify.js http://iview.abc.net.au/assets/js/to...ui.carousel.js http://iview.abc.net.au/assets/js/to....custom.min.js http://iview.abc.net.au/assets/js/to...uchCarousel.js http://iview.abc.net.au/assets/js/ty...d/typeahead.js http://iview.abc.net.au/assets/css/bootstrap.min.css http://iview.abc.net.au/assets/css/carousel.css http://iview.abc.net.au/assets/css/font-awesome.min.css http://iview.abc.net.au/assets/css/i...ous.swiper.css http://iview.abc.net.au/assets/css/iview.css http://iview.abc.net.au/assets/css/o...ous.swiper.css http://iview.abc.net.au/assets/css/typeahead.css |
Re: How to use iView (ABC Australia) downloadersThanks Aussiestu
|
Re: How to use iView (ABC Australia) downloadersAnyone else have Napper suddenly working again?
|
Re: How to use iView (ABC Australia) downloadersQuote:
|
Re: How to use iView (ABC Australia) downloadersIt seems napper wasn't fetching the index, yet again (21/3/14),
but is back up again (22/3/14). |
Re: How to use iView (ABC Australia) downloadersHi ^_^
I've just tried to get Louis Theroux Swingers episode & the black nationalism one, but both quit before downloading. the subtitle track downloads ok. Episode 1 downloaded ok last week, and other shows are downloading ok now. What could be wrong? the iview link http://iview.abc.net.au/programs/lou.../ZX8778A002S00 |
Re: How to use iView (ABC Australia) downloadersnot sure if my edit worked...
but this was what i added I have the latest version (22-02-2014) and it still does the same thing (rtmp window quits after a few seconds with nothing downloaded but the subtitles, even that only downloaded the 2nd time i tried it) It actually downloaded the mp4 file of the black nationalism episode, but it's 0kb. The swingers one won't even download that. (I was downloading 3 other shows, but I've never had this problem when downloading multiple shows before) Hope you can help. Oh, also, I tried it on the iview website & it seems to play ok, so for some reason the napper isn't napping) |
Re: How to use iView (ABC Australia) downloadershmm, it seems to have worked now O_O
I'm not sure what happened. Usually when I nap a program, it shows up right away in my iview folder, and i can refresh to see the file size gradually increasing. Seems like this time the file didn't show up? but it was still there downloading, so rtmp closed. Is there any way to set rtmp to not close? would help in cases where it shows an error but it disappears too fast to read. |
Re: How to use iView (ABC Australia) downloadersLas night I was having problems trying to download Four corners. Would crash & not download anything. I only noticed as I'd left iviewnapper on overnight to download the Four Corners ep & iviewnapper had closed (it stays open normally) (though today I noticed it had downloaded a 0kb .mp4 file before it crashed last night I guess)
Just tried latest one iviewnapper today & it crashed when loading with a null error. I tried the previous version & it has loaded ok. It is downloading Four Corners as normal right now. This might be related to my previous problem with Weird Weekends? Something's changed that makes the latest iviewnapper not work like it did? |
Re: How to use iView (ABC Australia) downloadersOk, so it's not quite working as normal...it's on 39% & has had 3 ERROR: RTMP_ReadPAcket, failed to read RTMP packet header
then it tries to resume & does Not ever seen that message before |
Re: How to use iView (ABC Australia) downloadersJust for the non-Windows people out there, iViewNapper and SBSNapper do work on OS X (and I believe on Linux too) using WINE.
On OS X, it's easiest to use a WINE wrapper tool. One is Wineskin but, most recently, I have successfully used WineBottler. To run one of the Nappers, create a new wrapper; install .NET 3.5 (using WineTricks or the wrapper tool); then install the Napper software. The downloaded videos are saved into the same folder as the Napper executable (i.e. inside the wrapper). Both Nappers work well in that environment. The wrapper ends up around 800Mb in size but is complete with all the Windows support files and WINE bundle etc. Cheers |
Re: How to use iView (ABC Australia) downloadersIt’s failing for me on newly added programs, i.e. tonight’s Media Watch but not last week’s.
|
Re: How to use iView (ABC Australia) downloadersHi
Looks like ABC Iview has just changed to Streaming and Fragments. I downloaded so many fragments and renamed to MP4 on the first frag and nothing. Anyone else notice how Iview has changed? 24th April 2014 |
Re: How to use iView (ABC Australia) downloadersQuote:
|
Re: How to use iView (ABC Australia) downloadersI have a couple of off-topic matters that someone might help me with (please)..
#1: The captions for latest Lateline are a bit off. Is there a tool that allows some sort of interactive tweaking of a download in the 'Napper format? #2: I want to snip out just a portion of that show (10m35s to 34m50s), and my attempt with VLC Media Player was pretty poor (start time can be set, couldn't see how to set an end time; and the sound and video streams were out of sync and seemed to have a speed problem). So, a more capable - and free - tool is what I would like. Suggestions? [edit] #2 - Well, AVIDemux v2.6.8.9026 was successful in Copy mode for both audio and video, just setting start and end. If there was any option to edit caption files, I just ignored that. |
Re: How to use iView (ABC Australia) downloadersQuote:
It allows start and end times for desired clip. |
Re: How to use iView (ABC Australia) downloadersI've noticed that 'Bowling for Columbine' is not fetched by napper. Is it because iView is running it as a different filetype or streaming mode?
|
Re: How to use iView (ABC Australia) downloadersQuote:
|
Re: How to use iView (ABC Australia) downloadersQuote:
|
All times are GMT -6. The time now is 12:57 AM. |