Allowing Internet Streams as channels in Live TV

  Thread Rating:
  • 1 Votes - 3 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Post Reply
Aaron_Lloyd Offline
Junior Member
Posts: 17
Joined: Jan 2012
Reputation: 0
Post: #1
I was thinking that it'd be pretty neat and would certainly set XBMC apart if it allowed for internet live streams to be used as TV channels For example BBC iPlayer's live TV channels as already included in BBC iPlayer video addon or USTVNOW integration or even just Al-Jazeera and RT's live streams.

Is there already a way of doing this or is there currently any development being done in this regard?
find quote
opdenkamp Offline
Team-XBMC PVR Developer
Posts: 1,948
Joined: Feb 2009
Reputation: 24
Location: Heerlen, The Netherlands
Post: #2
you can already write an add-on which does just that if you like. just set the stream url in a channel tag to the url of the live stream, and it'll work.

opdenkamp / dushmaniac

xbmc-pvr [Eden-PVR builds] [now included in mainline XBMC, so no more source link here :)]
personal website: [link]

Found a problem with PVR? Report it on Trac, under "PVR - core components". Please attach the full debug log.

If you like my work, please consider donating to me and/or Team XBMC.
find quote
brulsmurf Offline
Member
Posts: 94
Joined: Oct 2008
Reputation: 0
Post: #3
dushmaniac Wrote:you can already write an add-on which does just that if you like. just set the stream url in a channel tag to the url of the live stream, and it'll work.

Could you point me to a little example addon? I would like to make a "Ziggo Web TV" backend, allowing Ziggo customers to watch and record the Ziggo live streams through XBMC.
find quote
oneadvent Offline
Fan
Posts: 426
Joined: May 2011
Reputation: 0
Post: #4
I would like to voice my support for your idea.

Keep us updated. If you can do that we could integrate a lot of stations in. Maybe even get the EPG data right and then boom we are recording it. PERFECT.

Subscribing to this thread.
find quote
brulsmurf Offline
Member
Posts: 94
Joined: Oct 2008
Reputation: 0
Post: #5
I would really like to give it a shot, but I really do not know where to start.
find quote
opdenkamp Offline
Team-XBMC PVR Developer
Posts: 1,948
Joined: Feb 2009
Reputation: 24
Location: Heerlen, The Netherlands
Post: #6
there's a demo add-on in the tree that you can use as an example. the way that add-on uses xml is a hack, so don't immitate that (I just need something working quickly when I wrote that). the principle is the same though.
https://github.com/opdenkamp/xbmc/tree/m...s/pvr-demo

opdenkamp / dushmaniac

xbmc-pvr [Eden-PVR builds] [now included in mainline XBMC, so no more source link here :)]
personal website: [link]

Found a problem with PVR? Report it on Trac, under "PVR - core components". Please attach the full debug log.

If you like my work, please consider donating to me and/or Team XBMC.
find quote
j1nx Offline
Fan
Posts: 510
Joined: Aug 2011
Reputation: 22
Location: Netherlands
Post: #7
Isn't it a lot easier to just setup VDR as your backend and use their IPTV plugin? The vdr-iptv plugin supports multicast, unicast, rtp and http. Hence you can even use VLC as live transcoder to alter the stream before sending it to the frontend.

http://www.saunalahti.fi/rahrenbe/vdr/iptv/


You don't need any further plugins and can still use the same pvr-xbmc version.

I think YaVDR (the distribution), after initial installation already has 3 internet streams as testing channels added (nasa, 3sat and some other)
(This post was last modified: 2012-02-14 13:18 by j1nx.)
find quote
brulsmurf Offline
Member
Posts: 94
Joined: Oct 2008
Reputation: 0
Post: #8
'Thanks for the pointers, gentlemen. This should get me going. Don't hold your breath though: I'm slow, busy, and untalented. Well maybe just slow and busy.
find quote
oneadvent Offline
Fan
Posts: 426
Joined: May 2011
Reputation: 0
Post: #9
what would be wrong with an xml?
find quote
j1nx Offline
Fan
Posts: 510
Joined: Aug 2011
Reputation: 22
Location: Netherlands
Post: #10
oneadvent Wrote:what would be wrong with an xml?

Integration within the rest of your TV channels.

Example: You already have a dvb-c stick for your ziggo channels, via VDR you can add the same channel based on the weburl and put it in a different group.

When you are recording something via your dvb, you can still watch another channel via the weburl. It is like you add a second virtual tuner.

Better then "Yet Again Another Plugin" which reads and plays from a xml.

I onced looked at it and it nicely integrates stuff as Nasa-TV together with the rest of my TV channel. Hence I can even use all the recoding features to record the new launch of apolo 69 (or whatever)
find quote
Post Reply