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
 
Thread Tools Display Modes
Old 2006-12-16, 05:07   #11 (permalink)
Portal Member
 
Join Date: Feb 2006
Location: Missouri
Age: 24
Posts: 194
Thanks: 3
Thanked 1 Time in 1 Post

Country:

My System

Default

Quote:
Originally Posted by moiristo View Post
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.
I have the latest version of vlc, didnt have that in my .xml file so added it, still nothing. I also added #EXTINF to eht playlist, still nothing. Any ideas?
keith2045 is offline   Reply With Quote
Old 2006-12-16, 14:55   #12 (permalink)
Portal Member
 
Join Date: Dec 2006
Posts: 7
Thanks: 0
Thanked 0 Times in 0 Posts

Country:


Default

Is there any way to make this support RTSP?
I tried adding it to the videolan config, but it's not playing.
wankbisquit is offline   Reply With Quote
Old 2006-12-17, 13:09   #13 (permalink)
Portal Member
 
moiristo's Avatar
 
Join Date: Nov 2006
Location: Enschede
Posts: 287
Thanks: 6
Thanked 14 Times in 10 Posts

Country:

My System

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

It looks like the videolan plugin isn't working for you, as you don't see the VLC logo but only a black screen. I'll try to get the plugin to work on a clean machine to find out what may be causing the problem.
moiristo is offline   Reply With Quote
Old 2006-12-17, 13:51   #14 (permalink)
Portal Member
 
moiristo's Avatar
 
Join Date: Nov 2006
Location: Enschede
Posts: 287
Thanks: 6
Thanked 14 Times in 10 Posts

Country:

My System

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

Can you tell me which version of MP you are using? v0.2.1 or the latest SVN? Besides some bugs I found, it seems that I used some functions that are only available in the SVN version. I'll try to fix that this week.
moiristo is offline   Reply With Quote
Old 2006-12-17, 14:56   #15 (permalink)
Portal Member
 
Join Date: Dec 2006
Posts: 7
Thanks: 0
Thanked 0 Times in 0 Posts

Country:


Default

I use latest SVN of MP
The plugin is loading correct if i use udp stream in playlist. And I'm able to watch streamed TV. No fullscreen?

If i put rtsp stream in the playlist MP crashes with an error in RtspSource.ax.

EventType : BEX P1 : MediaPortal.exe P2 : 0.0.0.0 P3 : 45844277
P4 : RtspSource.ax P5 : 0.0.0.0 P6 : 456c26b6 P7 : 0000d542
P8 : c0000409 P9 : 00000000

My playlist looks like this

#EXTM3U

#EXTINF:0,Danmarks Radio DR1 : Public Service
#EXTVLCOPT:rtsp-tcp
#EXTVLCOPT:repeat
rtsp://www.optimalstream.net/vlcpl/subscriber/Username-1171053971/dr1
wankbisquit is offline   Reply With Quote
Old 2006-12-18, 00:17   #16 (permalink)
Super Moderator
 
Spragleknas's Avatar
 
Join Date: Dec 2005
Location: Rogaland
Age: 32
Posts: 3,717
Thanks: 173
Thanked 79 Times in 68 Posts

Country:

My System

Default

moiristo:

I tried your plugin today, but I couldn't get it to work.
Quote:
5) Create a *.vlc playlist that can be read by the plugin. 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
When I create a *.VLC- file (?) - and open it with VLC, all is OK. When opening it with MP, nothing happens (black screen).
__________________
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-18, 15:00   #17 (permalink)
Portal Member
 
Join Date: Dec 2006
Posts: 7
Thanks: 0
Thanked 0 Times in 0 Posts

Country:


Default

Quote:
When I create a *.VLC- file (?) - and open it with VLC, all is OK. When opening it with MP, nothing happens (black screen).


Sounds like VLC didn't load. You should get a VLC logo on white background instead of the small black area.
wankbisquit is offline   Reply With Quote
Old 2006-12-18, 16:58   #18 (permalink)
Super Moderator
 
Spragleknas's Avatar
 
Join Date: Dec 2005
Location: Rogaland
Age: 32
Posts: 3,717
Thanks: 173
Thanked 79 Times in 68 Posts

Country:

My System

Default

I do get the logo on the file (after opening with VLC).
__________________
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-19, 03:48   #19 (permalink)
Portal Member
 
moiristo's Avatar
 
Join Date: Nov 2006
Location: Enschede
Posts: 287
Thanks: 6
Thanked 14 Times in 10 Posts

Country:

My System

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

I fixed some bugs and improved several things today, but I found some annoying things considering the difference between MP 0.2.1 and the SVN snapshot. It is no problem to have backwards compatibility on the IPTV plugin, but the videolan plugin is a different case. The big problem is that settings are read in a different way in the SVN snapshot. So, when you update the ExternalPlayers dll in version 0.2.1, all External Players, like iTunes, Foobar and the Videolan plugin will not be able to read and write configuration data, thus causing the plugins to fail. There are two solutions to this; one is that you all upgrade to the SVN snapshot, and the other is that I change all external players to read and write config data as MP 0.2.1 does...I'll fix two different ExternalPlayer.dll's anyway tomorrow

Last edited by moiristo; 2006-12-19 at 03:54.
moiristo is offline   Reply With Quote
Old 2006-12-19, 08:10   #20 (permalink)
Portal Developer
 
and-81's Avatar
 
Join Date: Mar 2005
Location: Melbourne
Age: 27
Posts: 2,251
Thanks: 30
Thanked 145 Times in 88 Posts

Country:

My System

Default

That's the same reason I have a 0.2.1.0 and an SVN version of my MCE Replacement Plugin.

It's a real pain. But I use a compiler directive to include/exclude the right code I need for each version. But I do have to link to different .dll's which is a pain.

Maybe check out the source code for MCE Replacement Plugin and see if you want to do it the same way. Or I'll wait and copy you if you come up with a better way

Cheers,
and-81 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 Off

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-24 00:24
Gathering topical infos about plugins (To: authors & use tomtom21000 Plugins 2 2006-02-05 00:20
Plugin example doesnt show in list Anonymous Plugins 5 2005-08-13 12:12
Plugin interface Anonymous Plugins 13 2004-09-15 18:25


All times are GMT +1. The time now is 09:54.


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
Advertisement System V2.6 By   Branden