IPTV@UT Plugin (1 Viewer)

and-81

Retired Team Member
  • Premium Supporter
  • March 7, 2005
    2,257
    183
    Melbourne
    Home Country
    Australia Australia
    I use this code at the top of the MCEReplacement.cs file:

    #if SVN
    public static readonly string ConfigFolder = Config.GetFolder(Config.Dir.Config) + "\\";
    public static readonly string PluginsFolder = Config.GetFolder(Config.Dir.Plugins) + "\\";
    public static readonly string CustomInputDevice = Config.GetFolder(Config.Dir.CustomInputDevice) + "\\";
    public static readonly string CustomInputDefault = Config.GetFolder(Config.Dir.CustomInputDefault) + "\\";
    #else
    public static readonly string ConfigFolder = Config.Get(Config.Dir.Config) + "\\";
    public static readonly string PluginsFolder = Config.Get(Config.Dir.Plugins) + "\\";
    public static readonly string CustomInputDevice = Config.Get(Config.Dir.CustomInputDevice) + "\\";
    public static readonly string CustomInputDefault = Config.Get(Config.Dir.CustomInputDefault) + "\\";
    #endif

    And then define (or remove) a conditional compilation symbol "SVN" in the project properties -> build section in VC# Express.

    Hope that helps.
     

    moiristo

    Portal Pro
    November 17, 2006
    342
    27
    Enschede
    Home Country
    Netherlands Netherlands
    and-81: Thanks, I see it now. I'll add that in the next release (0.3) :)

    I'll hope my latest version works better for you. Please don't forget to read the readme, as the installation differs on the version of MP you are using. Furthermore, if you've already used the plugin, please reconfigure the videolan plugin stream settings; if you have for example 'udp://,http://' there, it should become 'udp,http'. This should solve the problem that MP was not writing the settings to the config file.
     

    wankbisquit

    Portal Member
    December 16, 2006
    7
    0
    Home Country
    Denmark Denmark
    Yes.
    Tried it from two different networks.
    Don't know if your host replies to ping, but right now it doesn't.

    Pinging rhino.student.utwente.nl [130.89.171.23]:

    Ping #1: * [No response]
    Ping #2: * [No response]
    Ping #3: * [No response]
    Ping #4: * [No response]
    [No times available]

    Done pinging rhino.student.utwente.nl!

    ping was done from www.dnsstuff.com ->

    http://www.dnsstuff.com/tools/ping.ch?ip=rhino.student.utwente.nl
     

    moiristo

    Portal Pro
    November 17, 2006
    342
    27
    Enschede
    Home Country
    Netherlands Netherlands
    I see...I had to restart networking, now I can ping from that site.
     

    Users who are viewing this thread


    Write your reply...
    Top Bottom