Kodi Community Forum
[RELEASE] Free Cable - US station aggregator - 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] Free Cable - US station aggregator (/showthread.php?tid=101938)



- mrdally204 - 2011-06-03

BlueCop Wrote:mrdally204: I will look into an xbox only mode. Many features will most likely depend on sqlite in the future though.

Thanks for the consideration! As much as we would love to have the advanced features, the only one we really need (read want) is the ability to use the add-on! While the advanced options would be cool, having all the stations available for the Xbox would more than make up for it (:


- Odysseus - 2011-06-03

@ BlueCop - Sorry to ask again, but while you're around I just wanted to know if you are aware of the no episode issues with The Price is Right (CBS) and Late Night With Jimmy Fallon (NBC). Thanks in advance and sorry again for being a pest.


- BlueCop - 2011-06-03

I am not seeing full episode available for The Price is Right. Jimmy Fallon is a problem with linking on a different domain. I will fix this soon. I am still working on database stuff. I want to do the same sub categories as xbmc (genres, titles, year, actors, and studios). I am going to try to update some of the missing data for several shows on the tvdb.


- mrdally204 - 2011-06-03

If you are still adding content, might you consider updating and adding the "networks" South Park, The Simpsons, and Family Guy add ons you already made. I think the only working version at the moment is south park though ):


- Odysseus - 2011-06-03

Thanks very much for the response!


- oneadvent - 2011-06-04

Does anyone know how to actually update librtmp to the latest version on the Live install?

Like a step by step.

Thanks!

(love this plugin!)


- oneadvent - 2011-06-04

Code:
sudo apt-get update && sudo apt-get install rtmpdump

would that do it to the point you need it Mr Blue Cop?


- zeke56 - 2011-06-05

This and your other addons are downright spectabulous. My vote for name would be TheBestThingSinceSlicedFreakingBread (ok maybe a bit long). Animal Planet would be the only thing I can think of for additional content.


- pkellum - 2011-06-05

How would I go about creating new channels for this plugin?

EDIT: BTW, trying to add The Hub for my kid. Ok, got it to work, but only for one show. Every single show uses a different layout Sad Would it be bad to hard code the shows and use separate episode parsing for each show?

UPDATE: Everything working except playback. It's using brightcove so I've been using the fox.pl channel as a template, but no luck so far. Any ideas?

UPDATE: Ok, playing video, but I still have no idea what 'const' is supposed to be. Appears to not be important in this case.

Update: Done, even includes movies. Not perfect yet, I was learning python as I went, but if BlueCop doesn't mind I would be happy to attach it.


- FishOil - 2011-06-06

SyFy never seems to work for me. Does anyone else use it?

Maybe this is relevant.
Code:
start of FREE CABLE plugin
12:27:36 T:2672819056 M:1254612992  NOTICE: FREE CABLE --> common :: getHTML :: url = http://cp35589.edgefcs.net/fcs/ident
12:27:37 T:2672819056 M:1254629376  NOTICE: FREE CABLE --> common :: getHTML :: url = http://video.nbcuni.com/scifi/smil/9c75b9a6032c31686405ce4076b2f49b.smil
12:27:37 T:3078596480 M:1253359616  NOTICE: DVDPlayer: Opening: rtmpe://63.97.94.95:1935/ondemand?_fcs_vhost=cp35589.edgefcs.net playpath=nbcu/scifi/9c75b9a6032c31686405ce4076b2f49b_0700 swfurl=http://video.nbcuni.com/outlet/extensions/inext_video_player/video_player_extension.swf?4.7 swfvfy=true
12:27:37 T:3078596480 M:1253359616 WARNING: CDVDMessageQueue(player)::Put MSGQ_NOT_INITIALIZED
12:27:37 T:2739751792 M:1253359616  NOTICE: Creating InputStream
12:27:37 T:2739751792 M:1253359616 WARNING: [b]HandShake: Type mismatch: client sent 6, server answered 9[/b]
12:27:37 T:2739751792 M:1253359616 WARNING: [b]HandShake: Server not genuine Adobe![/b]
12:27:37 T:2739751792 M:1253359616   ERROR: RTMP_Connect1, handshake failed.
12:27:37 T:2739751792 M:1253359616   ERROR: CDVDPlayer::OpenInputStream - error opening [rtmpe://63.97.94.95:1935/ondemand?_fcs_vhost=cp35589.edgefcs.net playpath=nbcu/scifi/9c75b9a6032c31686405ce4076b2f49b_0700 swfurl=http://video.nbcuni.com/outlet/extensions/inext_video_player/video_player_extension.swf?4.7 swfvfy=true]



- pkellum - 2011-06-06

FishOil Wrote:SyFy never seems to work for me. Does anyone else use it?
I had the same problem, you need to update your RTMP version, the one in XBMC is ancient.

http://forum.xbmc.org/showpost.php?p=808148&postcount=66


- FishOil - 2011-06-06

pkellum Wrote:I had the same problem, you need to update your RTMP version, the one in XBMC is ancient.

http://forum.xbmc.org/showpost.php?p=808148&postcount=66



Compiled RTMP from svn and its just fine now.

Thanks


- oneadvent - 2011-06-06

I am running the latest Live installed on the hard drive and when I try compiling I get:
Code:
oneadvent@oneadvent-laptop:~/source/rtmpdump$ make SYS=darwin
make[1]: Entering directory `/home/oneadvent/source/rtmpdump/librtmp'
gcc -Wall   -DRTMPDUMP_VERSION=\"v2.3\" -DUSE_OPENSSL  -O2 -fPIC   -c -o rtmp.o rtmp.c
rtmp.c:40:25: error: openssl/ssl.h: No such file or directory
rtmp.c:41:25: error: openssl/rc4.h: No such file or directory
rtmp.c:43: error: expected â=â, â,â, â;â, âasmâ or â__attribute__â before â*â token
In file included from rtmp.c:126:
handshake.h:63:25: error: openssl/sha.h: No such file or directory
handshake.h:64:26: error: openssl/hmac.h: No such file or directory
handshake.h:67:2: error: #error Your OpenSSL is too old, need 0.9.8 or newer with SHA256
In file included from rtmp.c:126:
handshake.h:73: error: expected â=â, â,â, â;â, âasmâ or â__attribute__â before â*â token
In file included from handshake.h:83,
                 from rtmp.c:126:
dh.h:125:24: error: openssl/bn.h: No such file or directory
dh.h:126:24: error: openssl/dh.h: No such file or directory
In file included from handshake.h:83,
                 from rtmp.c:126:
dh.h:128: error: expected â=â, â,â, â;â, âasmâ or â__attribute__â before â*â token
In file included from handshake.h:83,
                 from rtmp.c:126:
dh.h:155: error: expected â)â before âyâ
dh.h:205: error: expected â=â, â,â, â;â, âasmâ or â__attribute__â before â*â token
dh.h:238: error: expected â)â before â*â token
dh.h:272: error: expected â)â before â*â token
dh.h:308: error: expected â)â before â*â token
In file included from rtmp.c:126:
handshake.h:113: error: expected declaration specifiers or â...â before âRC4_handleâ
handshake.h:113: error: expected declaration specifiers or â...â before âRC4_handleâ
handshake.h: In function âInitRC4Encryptionâ:
handshake.h:115: error: âSHA256_DIGEST_LENGTHâ undeclared (first use in this function)
handshake.h:115: error: (Each undeclared identifier is reported only once
handshake.h:115: error: for each function it appears in.)
handshake.h:117: error: âHMAC_CTXâ undeclared (first use in this function)
handshake.h:117: error: expected â;â before âctxâ
handshake.h:119: error: ârc4keyInâ undeclared (first use in this function)
handshake.h:119: error: âRC4_KEYâ undeclared (first use in this function)
handshake.h:120: error: ârc4keyOutâ undeclared (first use in this function)
handshake.h:122: warning: implicit declaration of function âHMAC_CTX_initâ
handshake.h:122: error: âctxâ undeclared (first use in this function)
handshake.h:122: warning: implicit declaration of function âHMAC_Init_exâ
handshake.h:122: warning: implicit declaration of function âEVP_sha256â
handshake.h:123: warning: implicit declaration of function âHMAC_Updateâ
handshake.h:124: warning: implicit declaration of function âHMAC_Finalâ
handshake.h:124: warning: implicit declaration of function âHMAC_CTX_cleanupâ
handshake.h:129: warning: implicit declaration of function âRC4_set_keyâ
handshake.h:115: warning: unused variable âdigestâ
handshake.h: In function âHMACsha256â:
handshake.h:266: error: âHMAC_CTXâ undeclared (first use in this function)
handshake.h:266: error: expected â;â before âctxâ
handshake.h:268: error: âctxâ undeclared (first use in this function)
handshake.h: In function âCalculateDigestâ:
handshake.h:279: error: âSHA256_DIGEST_LENGTHâ undeclared (first use in this function)
handshake.h:280: warning: unused variable âmessageâ
handshake.h: In function âVerifyDigestâ:
handshake.h:294: error: âSHA256_DIGEST_LENGTHâ undeclared (first use in this function)
handshake.h:294: warning: unused variable âcalcDigestâ
handshake.h: In function âHandShakeâ:
handshake.h:369: error: âRC4_handleâ undeclared (first use in this function)
handshake.h:369: error: expected â;â before âkeyInâ
handshake.h:370: error: expected â;â before âkeyOutâ
handshake.h:440: warning: implicit declaration of function âDHInitâ
handshake.h:440: warning: assignment makes pointer from integer without a cast
handshake.h:451: warning: implicit declaration of function âDHGenerateKeyâ
handshake.h:458: warning: implicit declaration of function âDHGetPublicKeyâ
handshake.h:474: error: âSHA256_DIGEST_LENGTHâ undeclared (first use in this function)
In file included from rtmp.c:126:
handshake.h:561: warning: implicit declaration of function âDHComputeSharedSecretKeyâ
handshake.h:575: error: âkeyInâ undeclared (first use in this function)
handshake.h:575: error: âkeyOutâ undeclared (first use in this function)
handshake.h:575: error: too many arguments to function âInitRC4Encryptionâ
handshake.h:515: warning: unused variable âdigestRespâ
handshake.h:721: warning: implicit declaration of function âRC4â
handshake.h:653: warning: unused variable âdigestâ
handshake.h:652: warning: unused variable âsignatureâ
handshake.h: In function âSHandShakeâ:
handshake.h:749: error: âRC4_handleâ undeclared (first use in this function)
handshake.h:749: error: expected â;â before âkeyInâ
handshake.h:750: error: expected â;â before âkeyOutâ
handshake.h:832: warning: assignment makes pointer from integer without a cast
handshake.h:867: error: âSHA256_DIGEST_LENGTHâ undeclared (first use in this function)
handshake.h:949: error: âkeyInâ undeclared (first use in this function)
handshake.h:949: error: âkeyOutâ undeclared (first use in this function)
handshake.h:949: error: too many arguments to function âInitRC4Encryptionâ
handshake.h:886: warning: unused variable âdigestRespâ
handshake.h:1015: warning: unused variable âdigestâ
handshake.h:1014: warning: unused variable âsignatureâ
rtmp.c: In function âRTMP_TLS_Initâ:
rtmp.c:219: warning: implicit declaration of function âSSL_load_error_stringsâ
rtmp.c:220: warning: implicit declaration of function âSSL_library_initâ
rtmp.c:221: warning: implicit declaration of function âOpenSSL_add_all_digestsâ
rtmp.c:222: error: âRTMP_TLS_ctxâ undeclared (first use in this function)
rtmp.c:222: warning: implicit declaration of function âSSL_CTX_newâ
rtmp.c:222: warning: implicit declaration of function âSSLv23_methodâ
rtmp.c:223: warning: implicit declaration of function âSSL_CTX_set_optionsâ
rtmp.c:223: error: âSSL_OP_ALLâ undeclared (first use in this function)
rtmp.c:224: warning: implicit declaration of function âSSL_CTX_set_default_verify_pathsâ
rtmp.c: In function âRTMP_Initâ:
rtmp.c:245: error: âRTMP_TLS_ctxâ undeclared (first use in this function)
rtmp.c: In function âRTMP_Connect1â:
rtmp.c:859: warning: implicit declaration of function âSSL_newâ
rtmp.c:859: error: âRTMP_TLS_ctxâ undeclared (first use in this function)
rtmp.c:860: warning: implicit declaration of function âSSL_set_fdâ
rtmp.c:861: warning: implicit declaration of function âSSL_connectâ
rtmp.c: In function âRTMP_Closeâ:
rtmp.c:3490: warning: implicit declaration of function âDH_freeâ
rtmp.c: In function âRTMPSockBuf_Fillâ:
rtmp.c:3520: warning: implicit declaration of function âSSL_readâ
rtmp.c: In function âRTMPSockBuf_Sendâ:
rtmp.c:3563: warning: implicit declaration of function âSSL_writeâ
rtmp.c: In function âRTMPSockBuf_Closeâ:
rtmp.c:3579: warning: implicit declaration of function âSSL_shutdownâ
rtmp.c:3580: warning: implicit declaration of function âSSL_freeâ
make[1]: *** [rtmp.o] Error 1
make[1]: Leaving directory `/home/oneadvent/source/rtmpdump/librtmp'
make: *** [librtmp/librtmp.a] Error 2

Can you tell me if you used a different make command, or if you have any ideas why it wont compile?


- mynumbistongue - 2011-06-06

pkellum I would love to have the hub for my kids could you post a link.


- vorbis - 2011-06-06

First of all, fantastic plugin! Has a lot of functionality.
I have only one issue and that is when I pause a stream it never resumes properly.
It will play the next few seconds that are in the buffer but will then stop and eventually exit, Anyone else experiencing this? Is it a limitation on the librtmp.dll?

It happens with NBC shows, Daily show etc.