Allowing Internet Streams as channels in Live TV

  Thread Rating:
  • 1 Votes - 3 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Post Reply
FernetMenta Offline
Team-XBMC Member
Posts: 1,622
Joined: Jul 2010
Reputation: 34
Location: Munich
Post: #21
I have not tried myself but I think vdr with iptv plugin can handle h264 as well.
find quote
ray1112 Offline
Junior Member
Posts: 29
Joined: Jun 2012
Reputation: 0
Location: Russia
Post: #22
(2012-12-07 17:45)FernetMenta Wrote:  I have not tried myself but I think vdr with iptv plugin can handle h264 as well.
"Currently the IPTV plugin has direct support for both multicast UDP/RTP and unicast HTTP MPEG1/2 transport streams."
http://www.saunalahti.fi/rahrenbe/vdr/iptv/

Acer Aspire Revo R3700 Nettop, Intel Atom Dual Core D525B 1.8GHz, 2GB RAM, 500GB HDD, NOOPT, ION 2, HDMI, Linux
Ubuntu 12.04.1 LTS 3.2.0-30-generic #48-Ubuntu SMP Fri Aug 24 16:54:40 UTC 2012 i686 i686 i386 GNU/Linux
XBMC Media Center 13.0-ALPHA1 (compiled from GitHub)
find quote
FernetMenta Offline
Team-XBMC Member
Posts: 1,622
Joined: Jul 2010
Reputation: 34
Location: Munich
Post: #23
Check out this post: http://forum.xbmc.org/showthread.php?tid=146100
The log tells me that a h264 stream was opened. You might want to contact the OP of this thread.
find quote
ray1112 Offline
Junior Member
Posts: 29
Joined: Jun 2012
Reputation: 0
Location: Russia
Post: #24
(2012-12-07 21:34)FernetMenta Wrote:  Check out this post: http://forum.xbmc.org/showthread.php?tid=146100
The log tells me that a h264 stream was opened. You might want to contact the OP of this thread.
Sorry but the stream was multicast UDP (not HTTP with h264 video stream):
Code:
POP TV;IPTV:4:S=1|P=1|F=UDP|U=232.4.1.3|A=5002:I:0:257=27:258=slv@4:770:0:1:0:0:0
For multicast UDP I use TVheadend.

Acer Aspire Revo R3700 Nettop, Intel Atom Dual Core D525B 1.8GHz, 2GB RAM, 500GB HDD, NOOPT, ION 2, HDMI, Linux
Ubuntu 12.04.1 LTS 3.2.0-30-generic #48-Ubuntu SMP Fri Aug 24 16:54:40 UTC 2012 i686 i686 i386 GNU/Linux
XBMC Media Center 13.0-ALPHA1 (compiled from GitHub)
(This post was last modified: 2012-12-09 14:39 by ray1112.)
find quote
Maniac Offline
Senior Member
Posts: 113
Joined: Aug 2009
Reputation: 0
Post: #25
What is the primary function of the <channelgroups> tag in the xml file? Can we sort channels in groups for easier navigation?

HTPC Server - Windows8 + XBMC Frodo + PlexMediaServer | Intel QuadCore, 4GB RAM, 4 TB SATA
AppleTV2 - XBMC Frodo | Logitech Harmony 750
Samsung UE8005 - PlexPlayer | Bluetooth keyboard & mousepad
find quote
Roman_V_M Online
Fan
Posts: 330
Joined: Jun 2011
Reputation: 6
Location: Kyiv, Ukraine
Post: #26
(2012-12-11 16:59)Maniac Wrote:  What is the primary function of the <channelgroups> tag in the xml file? Can we sort channels in groups for easier navigation?

Yes, in fact you can. Though Group Manager in Channel Manager does the same.

AMD A4-3300 + AsRock A75M-ITX
XBMC-DSplayer 12.2 (custom build) on Windows 7
find quote
Maniac Offline
Senior Member
Posts: 113
Joined: Aug 2009
Reputation: 0
Post: #27
Yeah I tried that, I presume that <member>5</member> is the channel number?
I created this for more than 100 channels, they are all grouped corretly in the xml file, but in XMBC channel groups are messed up, some channels are not in the correct group.

I also noticed in the channel manager > Channel Options: EPG Source: Client

Could we in future be able to choose our own source for EPG? This would be awsome Smile

HTPC Server - Windows8 + XBMC Frodo + PlexMediaServer | Intel QuadCore, 4GB RAM, 4 TB SATA
AppleTV2 - XBMC Frodo | Logitech Harmony 750
Samsung UE8005 - PlexPlayer | Bluetooth keyboard & mousepad
(This post was last modified: 2012-12-19 16:00 by Maniac.)
find quote
Roman_V_M Online
Fan
Posts: 330
Joined: Jun 2011
Reputation: 6
Location: Kyiv, Ukraine
Post: #28
(2012-12-19 16:00)Maniac Wrote:  Could we in future be able to choose our own source for EPG? This would be awsome Smile

Yes, if you write a software for that.Smile Currently pvr.demo supports only static data from its XML for demonstration purposes (this is pvr.demo, after all) - for skinners, translators etc. who would want to see a Live TV interface without having real TV equipment (DVB-cards and such). The same for incorrect grouping.
I guess, the people who wrote this addon did not think it would be used for real.Smile

AMD A4-3300 + AsRock A75M-ITX
XBMC-DSplayer 12.2 (custom build) on Windows 7
find quote
opdenkamp Offline
Team-XBMC PVR Developer
Posts: 1,945
Joined: Feb 2009
Reputation: 24
Location: Heerlen, The Netherlands
Post: #29
indeed, i wrote that add-on for demo purposes only, because it was intended to be used as demo environment when no network connection or dv adapter was present, and i've added it to xbmc's repos later (with a couple of changes) so it can be used by skinners without hardware too, without the need to configure anything.

if you need more than this which needs to be configured before it can be used (like integrating an external epg source), then i suggest you copy the add-on, give it another name, and implement the stuff that's needed to get this working. the demo add-on should always work without any configuration and should always present data without any configuration.

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
Maniac Offline
Senior Member
Posts: 113
Joined: Aug 2009
Reputation: 0
Post: #30
Smile Yeah, I know that it's a demo, just wanted to clarify if the EPG source was something from the PVR core in xbmc, not regarding the pvr.demo itself.

But could some of you reply to my main question, regarding channelgroups and members not beeing grouped correctly in XBMC? Is this also a pvr.demo issue or is it on another level?

PS! If I were to "copy" the pvr.demo addon, and implement "some stuff". Is there a tutorial for coding PVR addons in XBMC. Never done it before, but I do know programming (C# & .net).

Thanks

HTPC Server - Windows8 + XBMC Frodo + PlexMediaServer | Intel QuadCore, 4GB RAM, 4 TB SATA
AppleTV2 - XBMC Frodo | Logitech Harmony 750
Samsung UE8005 - PlexPlayer | Bluetooth keyboard & mousepad
find quote
Post Reply