[Request] TwitchTV
#1
Request for Video Add-On for TwitchTV. I know JustinTV Add-On works but it does not filter or search well and I only watch streams
for TwitchTv. I wish I had the know how to make or help with an add-on but that is not the case. If anyone has the want and time to
help with an add-on for content from this site it would be greatly appreciated by myself and a few people that I know.

Thank You
Reply
#2
TwtchTV working addon is on xbmcnerds.com
i have it adapted for xbmc4xbox to!






Regards Jan (skatulskijean)
Reply
#3
Thanks alot. I have been trying to find this for a long time and the xbox version is an added bonus. Already made life better. Installed on Win PC, ATV2 but not working on xbox yet (more playing required). Thanks to the best community around.
Reply
#4
I have it adapted for xbox but is not released i have it on my xbox!

And when i update my Jan'sGermanXBMC4XBOX and my Jan'sEnglishXBMC4XBOX
is it we most other up to date addons and scripts with Main Eden on the new Version!

Regards Jan (skatulskijean)
my German and English Jan'sXBMC4XBOX
http://www.xbmcnerds.com/index.php?page=...adID=11444
Reply
#5
The Current TwitchTV addon in the XBMC repositories works, however, you may need to upgrade the rtmp library.
If you are seeing errors and your xbmc.log file shows a message like:
Code:
11:27:25 T:2894678896 NOTICE: Creating InputStream
11:27:25 T:2894678896 ERROR: Unknown option jtv
11:27:25 T:2894678896 ERROR: Valid RTMP options are:
Then you need an updated version of the librtmp
http://wiki.xbmc.org/index.php?title=HOW...te_librtmp

On my Ubuntu 12.04 box I used the following commands to get and install the library
Based off of this forum post http://stream-recorder.com/forum/showpos...stcount=13
Code:
1. Create a Git folder in my home directory
$ mkdir ~/git
$ cd ~/git
2. Install the build compnents and git tool
$ sudo aptitude install build-essential gcc make git libssl0.9.8 libssl-dev libssl0.9.8
3. Clone the curren rtmplib
$ git clone git://git.ffmpeg.org/rtmpdump
4. Change Directory into the rtmpdump
$ cd rtmpdump
5. Build the library using make
$ make
6. Change Directory into librtmp
$ cd librtmp
7. Backup and replace the existing librtmp.so.0 on your system (use find / -name librtmp.so.0 2>/dev/null to confirm where the original library is.  On my system (x86_64) it was at /usr/lib/x86_64-linux-gnu/librtmp.so.0)
$ sudo mv /usr/lib/x86_64-linux-gnu/librtmp.so.0 /usr/lib/x86_64-linux-gnu/librtmp.so.0.bak
$ sudo mv librtmp.so.0 /usr/lib/x86_64-linux-gnu/librtmp.so.0
Now you should be able to view twitchtv content via the Addon.
How to provide a Kodi log - debug log (wiki)

HTPC SETUP: Zotac ZBOX-ID41-PLUS-U | Intel Atom D525 1.8 GHz Dual-Core | 2GB RAM | NVIDIA® ION™ (w/512MB DDR3 memory) | 128G Plextor M5P Series PX-128M5Pro 2.5" 128GB SATA III MLC SSD
Reply
#6
Thanks! That fixed it for me
Reply

Logout Mark Read Team Forum Stats Members Help
[Request] TwitchTV0