[RELEASE] World News Live (Al Jazeera, CSPAN, CNN)

  Thread Rating:
  • 3 Votes - 4.67 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Post Reply
k3oni Offline
Member
Posts: 60
Joined: Nov 2012
Reputation: 3
Post: #121
(2013-05-07 02:45)smpn Wrote:  CNBC was working, today it isn't.... I don't know how to update the plugin but this page seems to stream ok http://www.zahistations.com/watch-cnbc-live

eg maybe someone could comment on how you update the plugin from this working feed

http://www.zahistations.com/watch-cnbc-live

Code:
<embed flashvars="file=http://media4.lsops.net/live/cnbc_en_high.sdp/playlist.m3u8&autostart=true&provider=http://www.cool-tv.net/ch/etc/adaptiveProvider.swf&stretching=uniform&controlbar=over" provider="http://www.cool-tv.net/ch/etc/adaptiveProvider.swf" allowfullscreen="true" allowscriptaccess="always" id="player1" name="player1" wmode="transparent" src="http://www.cool-tv.net/ch/etc/player.swf" width="600" height="400" __idm_id__="1969274881">

How do I update channels.py parameters?

Code:
class CNBC(BaseChannel):
    playable = True
    short_name = 'cnbc'
    long_name = 'CNBC'
    default_action = 'play_stream'

    def action_play_stream(self):
        self.plugin.set_stream_url('rtmp://media7.lsops.net/live/ playpath=cnbc_en_high.sdp swfUrl="http://www.livestation.com/flash/player/5.4/player.swf" pageUrl="http://www.livestation.com/en/cnbc" swfVfy=true live=true')

Can you pull what you need from the HTML source or do I have to do network sniffing?

Install the repo if you want from https://github.com/k3oni/repository.k3oni.xbmc and it will auto update the add-on every time i make a change.
If you want to update the stream yourself just edit the channels.py file and change "rtmp://media7.lsops.net/live/" to "rtmp://media4.lsops.net/live/" .
(This post was last modified: 2013-05-07 04:01 by k3oni.)
find quote
jediknight36 Online
Junior Member
Posts: 22
Joined: Mar 2013
Reputation: 0
Post: #122
(2013-04-16 05:02)k3oni Wrote:  @jediknight36 CNN works on and off, try and see if you can change your DNS resolvers. I am in the US and works fine currently but there are times when it stops working for a bit, it's a bit tricky as well to find a reliable stream for it and the current stream are the ones that worked for the longer time.

@smpn You're welcome, good to know.

How do I change the DNS resolvers?
Also, is there a way to get HD streams from RT?
find quote
k3oni Offline
Member
Posts: 60
Joined: Nov 2012
Reputation: 3
Post: #123
(2013-05-19 06:51)jediknight36 Wrote:  How do I change the DNS resolvers?
Also, is there a way to get HD streams from RT?

What OS are you using, apple tv? If yes see https://discussions.apple.com/thread/425...0&tstart=0
(This post was last modified: 2013-05-20 04:06 by k3oni.)
find quote
jediknight36 Online
Junior Member
Posts: 22
Joined: Mar 2013
Reputation: 0
Post: #124
(2013-05-20 04:05)k3oni Wrote:  
(2013-05-19 06:51)jediknight36 Wrote:  How do I change the DNS resolvers?
Also, is there a way to get HD streams from RT?

What OS are you using, apple tv? If yes see https://discussions.apple.com/thread/425...0&tstart=0

Not anymore. Crystalbuntu now.
find quote
k3oni Offline
Member
Posts: 60
Joined: Nov 2012
Reputation: 3
Post: #125
(2013-05-20 05:23)jediknight36 Wrote:  Not anymore. Crystalbuntu now.

In that case you will have to try and ssh into the OS and edit resolv.conf and put the new DNS servers in there.
You cab try using the google public dns servers: 8.8.8.8 and 8.8.4.4 .
find quote
Latz Offline
Junior Member
Posts: 7
Joined: Sep 2012
Reputation: 0
Post: #126
Hey k3oni

Thanks for the awesome plugin! RT (Russia Today) seems to have stopped working - love this channel... any ideas? Says 'Playback Failed' it was working up to about 2/3 days ago.

Running XBMCbuntu, plugin version 1.2.9 with auto-update from your repo. Al-Jazeera works no probs. I have edited etc/resolvconf/resolv.conf.d/base and added:

Code:
nameserver 8.8.8.8
nameserver 8.8.8.4

Log file says:

Quote:ERROR: RTMP_Connect0, failed to connect socket. 110 (Connection timed out)
11:21:55 T:2830105408 ERROR: CDVDPlayer::OpenInputStream - error opening [rtmp://fms5.visionip.tv/live app=live swfUrl=http://rt.com/s/swf/player5.4.viral.swf pageURL=http://rt.com/on-air/ playpath=RT_3 live=true]
(This post was last modified: Yesterday 19:25 by Latz.)
find quote
Post Reply