Kodi Community Forum
[RELEASE] The Daily Show (Video) Addon - Printable Version

+- Kodi Community Forum (https://forum.kodi.tv)
+-- Forum: Support (https://forum.kodi.tv/forumdisplay.php?fid=33)
+--- Forum: Add-on Support (https://forum.kodi.tv/forumdisplay.php?fid=27)
+---- Forum: Video Add-ons (https://forum.kodi.tv/forumdisplay.php?fid=154)
+---- Thread: [RELEASE] The Daily Show (Video) Addon (/showthread.php?tid=78370)

Pages: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15


- icecuban - 2011-04-20

Thanks for the files. Replacing librtmp.dll fixed both daily show and espn3.


- jadoogar - 2011-04-26

Does anyone got this plug-in working on Apple TV2? I am on 4.3.1 but never had success with previous version ( 4.2.1 ) as well.


- Awmilne - 2011-05-02

Still not working on Apple TV 2? Any workaround found?


- ksosez - 2011-05-03

I need a recent debug log to see if I can fix it.


- Awmilne - 2011-05-05

Debug log sent as PM.


- ksosez - 2011-05-06

Awmilne Wrote:Debug log sent as PM.


Looks like apple 2 tv is suffering from the librtmp bug that is fixed by compiling the latest source.


- jhernandez86 - 2011-05-06

Thank you, can you give detail instructions on how to fix this bug.......please keep in my that my technical knowledge has some limits.

Thank you again


- ksosez - 2011-05-06

jhernandez86 Wrote:Thank you, can you give detail instructions on how to fix this bug.......please keep in my that my technical knowledge has some limits.

Thank you again

I dont know if there is an easy way to compile on ATV2. I know compiling stuff on OSX is pain compared to Linux though. So cant really help you there. Maybe someone will compile it and offer up a binary of it.


- bodhi - 2011-05-06

ksosez Wrote:http://stream-recorder.com/forum/rtmpdump-does-not-start-error-handshake-type-t8603.html

On linux i had to pull the latest svn and compile it (which isnt that hard on linux) no idea how one would compile it on windows. There isnt a release yet it looks like.

EDIT: Looks like someone has compiled windows builds for you http://stream-recorder.com/forum/can-download-latest-version-rtmpdump-source-binaries-t5533.html (scroll to the bottom for the latest builds)

I just want to say thanks to ksosez :-) the windows version works great from KSV's build posted in that forum. The current version is RTMPdump 2.3 r568.


- User 46219 - 2011-05-24

anyone on linux have this or Colbert working right now? If so, how?


- speed32219 - 2011-05-24

Maverick 10.10, git unkown march 9 compile of xbmc, when trying to compile from the svn posted earlier I get the following errors:

Code:
make[1]: Entering directory `/home/XBMC/rtmp/trunk/librtmp'
gcc -Wall   -DRTMPDUMP_VERSION=\"v2.3\" -DUSE_OPENSSL  -O2 -fPIC   -c -o rtmp.o rtmp.c
gcc -Wall   -DRTMPDUMP_VERSION=\"v2.3\" -DUSE_OPENSSL  -O2 -fPIC   -c -o log.o log.c
gcc -Wall   -DRTMPDUMP_VERSION=\"v2.3\" -DUSE_OPENSSL  -O2 -fPIC   -c -o amf.o amf.c
gcc -Wall   -DRTMPDUMP_VERSION=\"v2.3\" -DUSE_OPENSSL  -O2 -fPIC   -c -o hashswf.o hashswf.c
gcc -Wall   -DRTMPDUMP_VERSION=\"v2.3\" -DUSE_OPENSSL  -O2 -fPIC   -c -o parseurl.o parseurl.c
ar rs librtmp.a rtmp.o log.o amf.o hashswf.o parseurl.o
ar: creating librtmp.a
gcc -dynamiclib -flat_namespace -undefined suppress -fno-common -headerpad_max_install_names  -o librtmp.0.dylib rtmp.o log.o amf.o hashswf.o parseurl.o  -lssl -lcrypto -lz
gcc: suppress: No such file or directory
gcc: unrecognized option '-headerpad_max_install_names'
make[1]: *** [librtmp.0.dylib] Error 1
make[1]: Leaving directory `/home/digi-center/rtmp/trunk/librtmp'
make: *** [librtmp/librtmp.a] Error 2

Any suggestions?

Thanks


- ksosez - 2011-05-24

ctarwater Wrote:anyone on linux have this or Colbert working right now? If so, how?

By downloading the source and compiling the latest librtmp and installing it. Works fine.


- ksosez - 2011-05-24

speed32219 Wrote:Maverick 10.10, git unkown march 9 compile of xbmc, when trying to compile from the svn posted earlier I get the following errors:

Code:
make[1]: Entering directory `/home/XBMC/rtmp/trunk/librtmp'
gcc -Wall   -DRTMPDUMP_VERSION=\"v2.3\" -DUSE_OPENSSL  -O2 -fPIC   -c -o rtmp.o rtmp.c
gcc -Wall   -DRTMPDUMP_VERSION=\"v2.3\" -DUSE_OPENSSL  -O2 -fPIC   -c -o log.o log.c
gcc -Wall   -DRTMPDUMP_VERSION=\"v2.3\" -DUSE_OPENSSL  -O2 -fPIC   -c -o amf.o amf.c
gcc -Wall   -DRTMPDUMP_VERSION=\"v2.3\" -DUSE_OPENSSL  -O2 -fPIC   -c -o hashswf.o hashswf.c
gcc -Wall   -DRTMPDUMP_VERSION=\"v2.3\" -DUSE_OPENSSL  -O2 -fPIC   -c -o parseurl.o parseurl.c
ar rs librtmp.a rtmp.o log.o amf.o hashswf.o parseurl.o
ar: creating librtmp.a
gcc -dynamiclib -flat_namespace -undefined suppress -fno-common -headerpad_max_install_names  -o librtmp.0.dylib rtmp.o log.o amf.o hashswf.o parseurl.o  -lssl -lcrypto -lz
gcc: suppress: No such file or directory
gcc: unrecognized option '-headerpad_max_install_names'
make[1]: *** [librtmp.0.dylib] Error 1
make[1]: Leaving directory `/home/digi-center/rtmp/trunk/librtmp'
make: *** [librtmp/librtmp.a] Error 2

Any suggestions?

Thanks

Did you install openssl-devel? (Cant remember the package name off hand here)


- User 46219 - 2011-05-24

Thanks, I should have paid more attention to the thread...

Arch users just need to install rtmpdump-svn from the AUR to get the plugins to work.

Thanks for the great work!


- speed32219 - 2011-05-24

ksosez Wrote:Did you install openssl-devel? (Cant remember the package name off hand here)

Let me try that.

EDIT: libssl-dev is already installed and the latest package. BUT, just for grins I tried to compile it again to see if there are any additional messages. Guess what, it compiled without errors. Maybe I installed the libssl-dev earlier and maybe it needed a reboot. Who knows, now I will read to find out what to do with it.

Thanks