Audio/video stream recording forums (http://stream-recorder.com/forum/index.php)
-   Video stream recording (http://stream-recorder.com/forum/forumdisplay.php?f=4)
-   -  

How to use iView (ABC Australia) downloaders

(http://stream-recorder.com/forum/showthread.php?t=7039)

gxdata 11-24-2011 01:55 AM

Re: How to use iView (ABC Australia) downloaders


 
There is another Genre category used by iView - Trailers. These vids are about 30seconds (2.5Mb), mounted at iView about a week ahead of the broadcast date.

Trailer Upstairs Downstairs Episode 1 8.30pm Sun 4 Dec ABC1.mp4

johnq 12-06-2011 04:27 PM

Problems with Firefox 8.0.1, iViewfox 1.3.4 on OS X Lion


 
I am having loads of problems getting the normally bullet proof iViewfox to work with this combination. I have two systems and the problems are common on both.

Initially I would open Firefox and get a message about incompatibilities between iViewfox and Firefox 8.0.1, a reinstallation of iViewfox would fix the problem until the next time I tried to run it.

Now I am unable to get iViewfox to reinstall at all.

Anyone else having this problem or better still have a fix?

Anywho 12-06-2011 11:09 PM

Re: Problems with Firefox 8.0.1, iViewfox 1.3.4 on OS X Lion


 
Quote:

Originally Posted by johnq (Post 34999)
Initially I would open Firefox and get a message about incompatibilities between iViewfox and Firefox 8.0.1, a reinstallation of iViewfox would fix the problem until the next time I tried to run it.

Now I am unable to get iViewfox to reinstall at all.

Anyone else having this problem or better still have a fix?

I am using Windows 7, so...

I just installed this into FF8 and had some trouble getting a download to work. The rtmpdump console window would open, but then it just sat there with the message "INFO: Connected". To get around that, I replaced the old rtmpdump (v2.3) used in iViewFox with a newer version (v2.4 110812) and that fixed that problem.

Unfortunately, I'm not sure how to fix up the "confused install" problem on an Apple machine. On Windows, it's always a PITA when that happens. Just deleting the Addon's directory doesn't fix it :(

johnq 12-07-2011 04:38 PM

Re: How to use iView (ABC Australia) downloaders


 
I have downgraded Firefox to 3.4 and it works a treat so it seems there is something about Firefox 8.0.1 that iViewfox doesn't like.

samhfoley 12-22-2011 01:45 PM

Re: How to use iView (ABC Australia) downloaders


 
New to the forum, great stuff. Quick question...is iviewfox compatible with Google Chrome at all, or if not is there another known program which will do the trick? Thanks in advance.

Anywho 12-22-2011 02:23 PM

Re: How to use iView (ABC Australia) downloaders


 
Quote:

Originally Posted by samhfoley (Post 36292)
New to the forum, great stuff. Quick question...is iviewfox compatible with Google Chrome at all, or if not is there another known program which will do the trick? Thanks in advance.

Hi. Welcome ;)

Nothing for Chrome. What platform are you running (Win, Mac, Lin, Ami)?

Yansky 12-24-2011 11:51 PM

Re: How to use iView (ABC Australia) downloaders


 
Has anyone managed to compile the latest rtmpdump source using PolarSSL? I've tried on OSX and on windows 7 using Cygwin and I keep getting the same error message:

Code:

yansky@yansky-Win7PC ~/rtmpdump
$ make CRYPTO=POLARSSL
make[1]: Entering directory `/home/yansky/rtmpdump/librtmp'
gcc -Wall  -DRTMPDUMP_VERSION=\"v2.4\" -DUSE_POLARSSL  -O2 -fPIC  -c -o rtmp.o rtmp.c
rtmp.c:1:0: warning: -fPIC ignored for target (all code is position independent)
In file included from handshake.h:83:0,
                from rtmp.c:127:
dh.h: In function ‘MDH_generate_key’:
dh.h:64:43: error: ‘havege_rand’ undeclared (first use in this function)
dh.h:64:43: note: each undeclared identifier is reported only once for each function it appears in
rtmp.c: In function ‘RTMP_Connect1’:
rtmp.c:867:7: error: ‘havege_rand’ undeclared (first use in this function)
<builtin>: recipe for target `rtmp.o' failed
make[1]: *** [rtmp.o] Error 1
make[1]: Leaving directory `/home/yansky/rtmpdump/librtmp'
Makefile:76: recipe for target `librtmp/librtmp.a' failed
make: *** [librtmp/librtmp.a] Error 2

Anyone have any ideas?

KSV 12-25-2011 02:08 AM

Re: How to use iView (ABC Australia) downloaders


 
in current svn trunk variable havege_rand is changed to havege_random so you have to change it in rtmpdump source code to compile it successfully with PolarSSL.

Yansky 12-25-2011 03:38 AM

Re: How to use iView (ABC Australia) downloaders


 
Quote:

Originally Posted by KSV (Post 36357)
in current svn trunk variable havege_rand is changed to havege_random so you have to change it in rtmpdump source code to compile it successfully with PolarSSL.

Thanks mate, that did the trick.

Note: I also ran into the old -soname issue, but used the instructions on this blog post to fix the compile: http://trick77.com/2010/07/31/captur...dump-mac-os-x/



Hopefully I'll have a chance to compile a PowerPC version in the next couple of days.

KSV 12-25-2011 05:45 AM

Re: How to use iView (ABC Australia) downloaders


 
Quote:

Originally Posted by Yansky (Post 36360)
Note: I also ran into the old -soname issue, but used the instructions on this blog post to fix the compile: http://trick77.com/2010/07/31/captur...dump-mac-os-x/

that blog mentions wrong command line to compile rtmpdump for mac. correct command line should be

make SYS=darwin

not

make SYS=posix

which is for linux. using correct command will automatically set the correct options for mac.


All times are GMT -6. The time now is 12:55 AM.