[RELEASE] freedocast

  Thread Rating:
  • 1 Votes - 5 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Post Reply
pakee Offline
Fan
Posts: 300
Joined: Jan 2012
Reputation: 4
Post: #41
Hi t0mm0,
yupptv seems to have a mix of octocast, rtmp, rtsp streams. You can check the desistreams xml file for the complete list we made a few months ago (at least of rtmp/rtsp): http://desistreams.googlecode.com/svn/desistreams.xml

However, it seems that they are moving streams towards octocast. Some of the streams we originally found to use rtsp don't work now because on the website they are now using octocast. Which makes sense (I would probably do the same).

If thats the case, it would probably make sense to invest some time in making a separate yupp tv plugin.

Thanks
find quote
drharish36 Offline
Junior Member
Posts: 6
Joined: Apr 2012
Reputation: 0
Post: #42
Hi tommo,

could you kindly add this channel (http://livetvchannelsfree.in/suvarnatv.html)) which runs on freedocast plugin please. this is live and high quality.

many thanks
find quote
pakee Offline
Fan
Posts: 300
Joined: Jan 2012
Reputation: 4
Post: #43
Seems like t0mm0 is busy...I figured out what the problem was and created a temporary fixed version here. Or you can just change the below:

Basically the fix is on the below 2 lines, change "watch_url" to "self.__build_url(watch_url)" (without double quotes)
https://github.com/t0mm0/t0mm0-xbmc-plug...ast.py#L86
https://github.com/t0mm0/t0mm0-xbmc-plug...ast.py#L95

Also if the below line is added (after this one), other addons can call the freedon addon to start a live channel
Code:
xbmc.Player( xbmc.PLAYER_CORE_DVDPLAYER ).play( stream_url, xbmcgui.ListItem(label=play) )


e.g. with the above change you can create the below entry in an xml file (using LiveStreams plugin) and it will start the stream

Code:
<item>
<title>Captanmedia123</title>
<link>plugin://plugin.video.freedocast/?play=captainmedia123</link>
<thumbnail></thumbnail>
</item>

harish, seems like the suvarnatv channel on freedocast doesn't work any more so this does not help you.
find quote
pakee Offline
Fan
Posts: 300
Joined: Jan 2012
Reputation: 4
Post: #44
Actually now with the latest update to Livestreams plugin, you don't need to add the xbmc.Player line to be able to start a freedocast channel from livestreams plugin. (might still need it for others though)
find quote
fyvve Offline
Junior Member
Posts: 12
Joined: Apr 2011
Reputation: 0
Post: #45
freedocast is not working for me today. Is that the case for everyone else?
find quote
pakee Offline
Fan
Posts: 300
Joined: Jan 2012
Reputation: 4
Post: #46
freedocast website seems to be down
find quote
ozkaradag Offline
Junior Member
Posts: 6
Joined: May 2012
Reputation: 0
Post: #47
Is XBMC support Octoshape stream?
find quote
Post Reply