[New Plugin] WebServices + Transcoded streaming + Web Interface for TvServer and MP (1 Viewer)

Status
Not open for further replies.

Ich_halt

New Member
January 20, 2010
4
0
Schweinfurt
Home Country
Germany Germany
Re: [New Plugin] WebServices + Transcoded streaming + Web Interface for TvServer and

i searched a long time for such a plugin. so i finaly hoped that this plugin will run on my htpc. but ill get this error message:
Code:
2010-01-20 21:14:40.921875 [10]: MPWebServices: Exception raised while trying to start webserver. Der transparente Proxy kann nicht in den Typ "Cassini.Host" umgewandelt werden.

ill hope that you can give me a workaround for this problem

thank you so far

greets from Germany Ich_halt
 

shh26_83

MP Donator
  • Premium Supporter
  • November 19, 2009
    40
    1
    Home Country
    Germany Germany
    Re: [New Plugin] WebServices + Transcoded streaming + Web Interface for TvServer and

    Hi @all,

    i have found the solution for the error "- Stopping timeshifting in tvserver status page is not working (investigating...)"

    the file: TvServerStatus.aspx.cs
    must be change at line 58 to:
    Code:
              row["action"]="<input type=\"button\" ID=\"btn\" Value=\"Stop timeshift\" onclick=KickSession("+state.idCard.ToString()+","+state.idChannel.ToString()+",'"+state.userName.ToString()+"',0); />";
    and at line 62 to:
    Code:
              row["action"] = "<input type=\"button\" ID=\"btn\" Value=\"Stop recording\" onclick=KickSession("+state.idCard.ToString() + "," + state.idChannel.ToString() + ",'" + state.userName + "',1); />";

    and the file : TvServerStatus.aspx must change at the line 16 to:
    Code:
    document.form1.submit();

    thats all, then the button are working fine!

    best regards
    simon
    -----------------------------------
    i have a question, i hope someone can give me a answer!

    can someone give me an example who i can read the TvServerstatus via Soap!
    i will read the Card -> username, status, ... an so on.

    thangs for your help an a good night ;-)!

    best regards
    simon
     

    gemx

    Retired Team Member
  • Premium Supporter
  • October 31, 2006
    1,972
    539
    Home Country
    Germany Germany
    Re: [New Plugin] WebServices + Transcoded streaming + Web Interface for TvServer and

    Thread moved to new section and closed.

    For bugreports or feature suggestions please refer to the designated thread.

    :D
     
    Status
    Not open for further replies.

    Users who are viewing this thread

    Top Bottom