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)



RE: [RELEASE] Free Cable - US station aggregator - mew1033 - 2013-04-27

Has anyone been able to get USA Network to work? This is all I get:

Code:
22:38:31 T:2036 WARNING: XFILE::CCurlFile::CReadState::FillBuffer: curl failed with code 22
22:38:31 T:2036   ERROR: CCurlFile::CReadState::Open, didn't get any data from stream.
22:38:31 T:2036   ERROR: XFILE::CFileCache::Open - failed to open source <http://usahls-f.akamaihd.net/z/NBCU_USA_Network/294/103/130205_2623644_214__The_Fall_Guy_2500.mp4>
22:38:31 T:2036   ERROR: CDVDPlayer::OpenInputStream - error opening [http://usahls-f.akamaihd.net/z/NBCU_USA_Network/294/103/130205_2623644_214__The_Fall_Guy_2500.mp4]
22:38:31 T:2036  NOTICE: CDVDPlayer::OnExit()
22:38:31 T:2036  NOTICE: CDVDPlayer::OnExit() deleting input stream



RE: [RELEASE] Free Cable - US station aggregator - Eye in the sky - 2013-04-27

(2013-04-27, 00:26)slices Wrote: If anyone else is having an issue with theCW, I've made a change so it uses the same url as the website so that I can bypass the geolocking.

Working great in Germany.

Thanks.


RE: [RELEASE] Free Cable - US station aggregator - slices - 2013-04-27

I have a fix for USA it plays a bit slowly on my xios though. http://pastebin.com/E2TAQ82f usa.py


RE: [RELEASE] Free Cable - US station aggregator - sevusal - 2013-04-27

(2013-04-27, 15:25)slices Wrote: I have a fix for USA it plays a bit slowly on my xios though. http://pastebin.com/E2TAQ82f usa.py

Can u plz provide install instruction?


RE: [RELEASE] Free Cable - US station aggregator - slices - 2013-04-27

(2013-04-27, 20:43)sevusal Wrote:
(2013-04-27, 15:25)slices Wrote: I have a fix for USA it plays a bit slowly on my xios though. http://pastebin.com/E2TAQ82f usa.py

Can u plz provide install instruction?

What hardware/operating system are you running xbmc on?


RE: [RELEASE] Free Cable - US station aggregator - alibaba011 - 2013-04-28

@slices Thank you for usa.py works great on win7. i dont find it slow playing on windows.


RE: [RELEASE] Free Cable - US station aggregator - Crasim - 2013-04-28

(2013-04-27, 04:10)gate1975mlm Wrote: Yep CBS is broken again! Sad

Here is an updated fix for CBS with changes to the URL. I have tested and it is working for me.
http://pastebin.com/DQC34ufM


RE: [RELEASE] Free Cable - US station aggregator - slices - 2013-04-28

(2013-04-28, 01:49)alibaba011 Wrote: @slices Thank you for usa.py works great on win7. i dont find it slow playing on windows.
Yep fine on my PC, I think the xios struggled with playback before the website change, so not related to the fix. Am curious if this is working for people with other hardware, especially Rasberry Pi and ATV etc?


RE: [RELEASE] Free Cable - US station aggregator - Eye in the sky - 2013-04-28

(2013-04-28, 02:55)Crasim Wrote:
(2013-04-27, 04:10)gate1975mlm Wrote: Yep CBS is broken again! Sad

Here is an updated fix for CBS with changes to the URL. I have tested and it is working for me.
http://pastebin.com/DQC34ufM

Thanks, working again.


RE: [RELEASE] Free Cable - US station aggregator - gate1975mlm - 2013-04-28

(2013-04-28, 02:55)Crasim Wrote:
(2013-04-27, 04:10)gate1975mlm Wrote: Yep CBS is broken again! Sad

Here is an updated fix for CBS with changes to the URL. I have tested and it is working for me.
http://pastebin.com/DQC34ufM

Thank you very much Smile


RE: [RELEASE] Free Cable - US station aggregator - aerick79 - 2013-04-28

Any word or fix for the History channel?

Thanks!


RE: [RELEASE] Free Cable - US station aggregator - vernonjvs - 2013-04-29

(2013-04-27, 15:25)slices Wrote: I have a fix for USA it plays a bit slowly on my xios though. http://pastebin.com/E2TAQ82f usa.py
I am not an expert but I believe it is slow because the queried playlist delivers the show in 10 second segments. So, XBMC has to open a new streaming connection every 10 seconds. I don't know if there is a different query that can be made to deliver the show in longer segments. Thanks for your work,


RE: [RELEASE] Free Cable - US station aggregator - adefiore - 2013-04-29

(2013-04-28, 02:55)Crasim Wrote:
(2013-04-27, 04:10)gate1975mlm Wrote: Yep CBS is broken again! Sad

Here is an updated fix for CBS with changes to the URL. I have tested and it is working for me.
http://pastebin.com/DQC34ufM

Thanks for the fix, again!!


RE: [RELEASE] Free Cable - US station aggregator - slices - 2013-04-29

(2013-04-29, 04:47)vernonjvs Wrote: I am not an expert but I believe it is slow because the queried playlist delivers the show in 10 second segments. So, XBMC has to open a new streaming connection every 10 seconds. I don't know if there is a different query that can be made to deliver the show in longer segments. Thanks for your work,
Can't see away of changing the number of segments, but I've noticed that the playlist contained multiple streams with different bit rates. It was defaulting to one of the higher ones. I've changed the code to match on the max bitrate setting. Will post this after I've tested it a little more.


RE: [RELEASE] Free Cable - US station aggregator - jjslegacy - 2013-04-29

Slices - you are on a roll - appreciate all the hardwork!