MediaPortal Forums HTPC/MediaCenter

Go Back   MediaPortal Forum » MediaPortal 1 » Community Skins and Plugins » Plugins


Plugins Plugins developed and maintained by users. Want to create your own plugin? Start a thread in here.

Reply
 
LinkBack (3) Thread Tools Display Modes
Old 2006-12-14, 20:22   3 links from elsewhere to this Post. Click to view. #1 (permalink)
Portal Member
 
moiristo's Avatar
 
Join Date: Nov 2006
Location: Enschede
Posts: 270
Thanks: 5
Thanked 11 Times in 7 Posts

Country:

My System

Send a message via ICQ to moiristo Send a message via MSN to moiristo
Post IPTV@UT Plugin

Hi!

I created a plugin to view udp:// video streams that are offered here (called IPTV@UT). It uses VLC to play them within MP.

Below is the README for the plugin. The plugin can be downloaded here.

========================

IPTV@UT v0.3 (01-02-2007)

This plugin is specifically made for IPTV@UT, a service that provides VLC udp streams
for use by students of the university of Twente (NL). It can load *.vlc and *.m3u playlists containing
video/audio channels and uses the VLC ActiveX plugin to play these channels within MP.


-----Installation-----

1) Make sure you installed the latest version of VLC from www.videolan.org.
Copy 'libvlc.dll' from '\<VLC root directory>\VLC' to the MP root folder

2) Go to /Release/Plugins/ExternalPlayers and copy the dll to your /Plugins/ExternalPlayers folder

!!!This will overwrite your ExternalPlayers.dll file. Please backup this file before doing this!!!

The VLC plugin is the same as was used by early versions of the Dreambox plugin.
The adjustments made should not cause any trouble for users using that plugin.

3) Copy the plugin in /Release/Plugins/Windows to your /Plugins/Windows folder

4) Copy the skin file to your currently used skin directory (The default xml should be fine for most skins)

4) Enable the VideoLan plugin in the MP configuration, configure it if necessary,
and configure the IPTV plugin.

5) Create a *.vlc or *.m3u playlist. An example is shown below:

#EXTM3U

#EXTINF:-1,Nederland 1
#EXTVLCOPT:filter=deinterlace --
#EXTVLCOPT:vout-filter=deinterlace -- These 3 lines are unnecessary, but are usually generated by vlc
#EXTVLCOPT:deinterlace-mode=blend --
udp://@233.81.233.161:10294

6) Try it out!


-----TODO/BUGS-----

- Fullscreen OSD? ==> Probably not possible, unless a VMR9 filter is created for VLC
- Scheduled recording, timeshifting
- Manage recordings

-----Version history-----

0.3
- VideoLan: Created ExternalPlayers.dll for MP0.2.2_SVN. A version for 0.2.2 can be created on request
- VideoLan: Switched from ActiveX to a native C# library
- VideoLan: More action support, like big/medium/short step forward/backword, ability to make screenshots, DVD menu handling, audio/subtitle track rotation...
- VideoLan: Recording support (A Record-action in MP starts/stops the recording). It stores the recordings in /<MP root folder>/vlciptv/.
- VideoLan: Removed the logo when not playing streams

- IPTV: Redesigned the UI to overcome problems caused by the fact that overlays cannot be laid over the videolan plugin
- IPTV: Context menu removed
- IPTV: Recordings button added

0.2:
- Videolan: Created ExternalPlayers.dll for both MP0.2.1 and MP0.2.1_SVN (different configuration file I/O)
- Videolan: Fixed configuration not being written to file, because the Config class doesn't like text such as
udp://,http://. Now you only need to specify the protocol, e.g. udp,http,...
- Videolan: Some bugfixes
- IPTV: Allowed zapping in fullscreen
- IPTV: Allowed loading *.m3u playlists
- IPTV: #EXTINF-tags are not obligatory anymore
- IPTV: Pressing 1..9 (remote) zaps to channel 1..9 respectively in the playlist
- IPTV: Skin files updated
- IPTV: Several bugfixes

0.1:
- Initial release

Last edited by moiristo; 2007-02-05 at 17:03.
moiristo is offline   Reply With Quote
Old 2006-12-14, 20:53   #2 (permalink)
Super Moderator
 
Spragleknas's Avatar
 
Join Date: Dec 2005
Location: Rogaland
Age: 32
Posts: 3,412
Thanks: 145
Thanked 63 Times in 53 Posts

Country:

My System

Default

UNBELIVABLE!!!

Try browsing my posts; been asking about streaming UDP much lately.

Keep up the good work - and yes, recording would be very nice!

Gonna provide feedback when I get to try this.
__________________
Please read -> HOW TO START A SUPPORT THREAD !!!
Support MediaPortal! Donate by clicking HERE
Dedicated HTPC board (Norway) -> MSPC.no
Spragleknas is offline   Reply With Quote
Old 2006-12-14, 22:30   #3 (permalink)
Portal Member
 
Bram's Avatar
 
Join Date: Dec 2005
Location: 's-Hertogenbosch
Age: 30
Posts: 832
Thanks: 18
Thanked 2 Times in 2 Posts

Country:

My System

Default

Might be only me, but don't yet quite understand what I can do with this plugin.
__________________
Bram is offline   Reply With Quote
Old 2006-12-14, 22:35   #4 (permalink)
Portal Member
 
moiristo's Avatar
 
Join Date: Nov 2006
Location: Enschede
Posts: 270
Thanks: 5
Thanked 11 Times in 7 Posts

Country:

My System

Send a message via ICQ to moiristo Send a message via MSN to moiristo
Default

It can play network streams (UDP, HTTP) in MP by using VLC. I haven't tried streams like RTSP yet, but I think it can play anything that VLC can play. You can specify the streams the videolan player should accept now in the MP configuration menu; as well as extensions it should play, like .mp3,.avi,.rm, etc.

Last edited by moiristo; 2006-12-14 at 22:37.
moiristo is offline   Reply With Quote
Old 2006-12-14, 22:41   #5 (permalink)
Super Moderator
 
Spragleknas's Avatar
 
Join Date: Dec 2005
Location: Rogaland
Age: 32
Posts: 3,412
Thanks: 145
Thanked 63 Times in 53 Posts

Country:

My System

Default

For instance; I got IP TV. Most channels have to pass a STB (Kreatel 1710) cause their encrypted. The STB captures MPEG-1 through a TP-cable and spits out RGB-signals to a telly -> some quality loss. When using HTPC, even more quality is loss, due to s-video.

With this plug in I (hopefully) can connect the TP-cable to my network-card and get great picture, as I do today with VLC. Also some HD-test signals and more channels (not encrypted) - as well as perfect radio-streams.

I like it a lot!
__________________
Please read -> HOW TO START A SUPPORT THREAD !!!
Support MediaPortal! Donate by clicking HERE
Dedicated HTPC board (Norway) -> MSPC.no
Spragleknas is offline   Reply With Quote
Old 2006-12-14, 23:12   #6 (permalink)
Portal Member
 
Bram's Avatar
 
Join Date: Dec 2005
Location: 's-Hertogenbosch
Age: 30
Posts: 832
Thanks: 18
Thanked 2 Times in 2 Posts

Country:

My System

Default

Ah, I understand. Thanx for explaining and thaks for contributing, eventough I can't think of a reason to use it.
__________________
Bram is offline   Reply With Quote
Old 2006-12-14, 23:45   #7 (permalink)
Portal Member
 
moiristo's Avatar
 
Join Date: Nov 2006
Location: Enschede
Posts: 270
Thanks: 5
Thanked 11 Times in 7 Posts

Country:

My System

Send a message via ICQ to moiristo Send a message via MSN to moiristo
Default

Quote:
Originally Posted by Spragleknas View Post
For instance; I got IP TV. Most channels have to pass a STB (Kreatel 1710) cause their encrypted. The STB captures MPEG-1 through a TP-cable and spits out RGB-signals to a telly -> some quality loss. When using HTPC, even more quality is loss, due to s-video.

With this plug in I (hopefully) can connect the TP-cable to my network-card and get great picture, as I do today with VLC. Also some HD-test signals and more channels (not encrypted) - as well as perfect radio-streams.
Why are you having quality loss by using s-video? I thought s-video was not bad at all (much better than composite anyway ) I have some radio stations here, too, and the plugin has no problems playing them

@Bram, the iptv@ut plugin is indeed only meant for people who need udp stream support. The university here hosts about 50 channels (including NL1,2,3, RTL, Talpa, etc.), therefore it is a very convenient plugin to have here. Nevertheless, the modifications to the vlc external player plugin can really be useful for development of other plugins, considering the wide range of extensions and streams vlc supports.
moiristo is offline   Reply With Quote
Old 2006-12-15, 05:12   #8 (permalink)
Portal Member
 
Join Date: Feb 2006
Location: Missouri
Age: 23
Posts: 185
Thanks: 3
Thanked 1 Time in 1 Post

Country:

My System

Default

I cant get it to work. All i see is a black empty box when i click My IPTV. Does it only work with udp streams? Here's my m3u file

#EXTM3U
mms://asf.narrowstep.tv/gk010706_sumotv
keith2045 is offline   Reply With Quote
Old 2006-12-15, 07:28   #9 (permalink)
Portal Member
 
moiristo's Avatar
 
Join Date: Nov 2006
Location: Enschede
Posts: 270
Thanks: 5
Thanked 11 Times in 7 Posts

Country:

My System

Send a message via ICQ to moiristo Send a message via MSN to moiristo
Default

First, make sure that that the latest version of VLC is installed (it was released a couple of days ago, so probably most of you won't have it). Next, check the configuration of the videolan plugin. You can specify the streams it should accept there, for example: http://,udp://,mms:// . Please check whether writing the data went OK by checking the mediaportal.xml file for:

<section name="vlcplugin">
<entry name="enabledextensions">.ts,.gary</entry>
<entry name="enabledstreams">udp://,http://</entry>
</section>

Edit: Is it possible that a channel doesn't start without an
'#EXTINF' tag? The parser won't think your playlist is right if it isn't there.

Last edited by moiristo; 2006-12-15 at 12:12.
moiristo is offline   Reply With Quote
Old 2006-12-15, 13:56   #10 (permalink)
Portal Member
 
moiristo's Avatar
 
Join Date: Nov 2006
Location: Enschede
Posts: 270
Thanks: 5
Thanked 11 Times in 7 Posts

Country:

My System

Send a message via ICQ to moiristo Send a message via MSN to moiristo
Default

It is not very convenient to have the http:// stream also to be played by VLC; it causes trouble with the last.fm plugin and disables visualizations. It can be disabled from the videolan config menu by removing http:// from the comma separated list.
moiristo is offline   Reply With Quote
Reply

Bookmarks

Tags
iptv@ut, plugin

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On
Forum Jump

LinkBacks (?)
LinkBack to this Thread: http://forum.team-mediaportal.com/plugins-47/iptv-ut-plugin-13777/
Posted By For Type Date
Multiportalen.dk | Plugin, Streams, Kunne, Get, Cannot This thread Refback 2008-09-03 21:10
Multiportalen.dk - Ang:DR2 RTSP stream - FireBoard This thread Refback 2008-07-27 19:58
Multiportalen.dk - Ang:DR2 RTSP stream - Multiportalen Forum This thread Refback 2008-07-26 09:49

Similar Threads
Thread Thread Starter Forum Replies Last Post
(original thread) MCE Replacement Plugin v1.0.0 and-81 MCE Replacement Plugin 532 2007-02-23 23:24
Gathering topical infos about plugins (To: authors & use tomtom21000 Plugins 2 2006-02-04 23:20
Plugin example doesnt show in list Anonymous Plugins 5 2005-08-13 11:12
Plugin interface Anonymous Plugins 13 2004-09-15 17:25


All times are GMT +1. The time now is 06:34.


Powered by vBulletin® Version 3.7.3
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Search Engine Optimization by vBSEO 3.2.0 Protected by Akismet Blog with WordPress