![]() |
|
[RELEASE] Free Cable - US station aggregator - Printable Version +- XBMC Community Forum (http://forum.xbmc.org) +-- Forum: Help and Support (/forumdisplay.php?fid=33) +--- Forum: Add-ons Help and Support (/forumdisplay.php?fid=27) +---- Forum: Video Add-ons (/forumdisplay.php?fid=154) +---- Thread: [RELEASE] Free Cable - US station aggregator (/showthread.php?tid=101938) Pages: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 |
- oneadvent - 2011-06-06 23:29 Code: oneadvent@oneadvent-laptop:~/source/rtmpdump$ sudo apt-get install subversionCode: oneadvent@oneadvent-laptop:~/source/rtmpdump$ sudo apt-get install libssl-devCode: oneadvent@oneadvent-laptop:~/source/rtmpdump$ cd ~/source/Code: oneadvent@oneadvent-laptop:~/source/rtmpdump$ svn co svn://svn.mplayerhq.hu/rtmpdump/trunk rtmpdumpCode: oneadvent@oneadvent-laptop:~/source/rtmpdump$ cd rtmpdump/Code: oneadvent@oneadvent-laptop:~/source/rtmpdump$ make SYS=posixfixed it for the futures. - teaguecl - 2011-06-06 23:54 oneadvent Wrote:Thanks for the instructions, but I would hesitate to recommend this process to end users. Most people do not need or want development tools installed on their HTPC. On my vanilla Live Dharma, telling apt to install libssl-dev asks it to install a LOT of other packages, which I do not want on there. I highly recommend doing this is a virtual machine configured identically to your xbmc box. IMO, HTPC's are for playing media, not for compiling software! - oneadvent - 2011-06-07 00:01 Yea I'm not 100% that is required anyway. I did it because I had read somewhere else that it was needed. - eriqjaffe - 2011-06-07 01:55 oneadvent Wrote:Would you also have to do a sudo make install? - oneadvent - 2011-06-07 02:37 I believe that would be necessary. I have always had to do that in the past. - oligolli - 2011-06-09 02:53 Thanks for the great addon and all your hard work. The audio for me on some Letterman full episodes is 22050Hz and on others it's 44100Hz. Anybody else get this? Can it be fixed or is it CBS's doing? - avus m3 - 2011-06-09 18:16 Look forward to trying this out! The idea is great to have a unified add-on for all the stations instead of each individual. Caching the info would be a huge help! Keep up the good work. - oneadvent - 2011-06-10 00:35 I still cannot get many of the things to work, says handshake failed. Is there anything else I can do? Can't get feeds to work - chrenaud - 2011-06-10 00:52 I am running your plugin on ATV2 and keep running into all sorts of trouble. The only feeds that seem to work are USA network all the rest either return an error or crash XBMC back to the ATV2 main menu. I am on the latest update for my ATV2. Am I doing something wrong or is there a compatability issue with ATV2? I see other people are having success so I feel kind of dumb to ask but I guess it is the only way to learn. Any help you could give would be great. - mrdally204 - 2011-06-10 01:18 Apple tv2 uses an old version of RTMP, which does not have the correct handshake in order to start the stream. Until there is an updated version included in the nightlys, or someone compiles it for us, there is no real fix for it ATM. |