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

Status
Not open for further replies.

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

    I added an already known bugs section in first post for RC 1, so if you have a problem that is already listed, please don't repost it
     

    Seidelin

    Retired Team Member
  • Premium Supporter
  • August 14, 2006
    1,755
    652
    Kgs. Lyngby
    Home Country
    Denmark Denmark
    Re: [New Plugin] WebServices + Transcoded streaming + Web Interface for TvServer and

    The radio not working resulted in the attached TV.log. TV-Server CRASHED, I'll try to find out if MP or this plugin is to blame. I will try to see if I can bring TV-Server to it's knees without the aid of this plugin :)

    2010-01-02 16:35:46.483189 [27]: Tvservice stopped due to a app domain exception System.Net.Sockets.SocketException: An existing connection was forcibly closed by the remote host
    at System.Net.Sockets.Socket.Send(Byte[] buffer, Int32 offset, Int32 size, SocketFlags socketFlags)
    at System.Net.Sockets.Socket.Send(Byte[] buffer)
    at Cassini.Connection.WriteEntireResponseFromString(Int32 statusCode, String extraHeaders, String body, Boolean keepAlive)
    at Cassini.Connection.WriteErrorAndClose(Int32 statusCode, String message)
    at Cassini.Connection.WriteErrorAndClose(Int32 statusCode)
    at Cassini.Connection.ProcessOneRequest()
    at Cassini.Host.OnSocketAccept(Object acceptedSocket)
    at System.Threading._ThreadPoolWaitCallback.WaitCallback_Context(Object state)
    at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state)
    at System.Threading._ThreadPoolWaitCallback.PerformWaitCallbackInternal(_ThreadPoolWaitCallback tpWaitCallBack)
    at System.Threading._ThreadPoolWaitCallback.PerformWaitCallback(Object state)
     

    mischa

    Portal Member
    March 5, 2008
    17
    4
    Edingen-Neckarhausen
    Home Country
    Germany Germany
    Re: [New Plugin] WebServices + Transcoded streaming + Web Interface for TvServer and

    The option to view a movie using the VLC plugin is not working.

    Same problem here. I tried TV and Moving Pictures but only get the following web page. Clicking the different buttons does nothing.

    Hi,

    in htdocs/VLCFirefox.htm in the Javascript-Section

    in the variable "url" the "," must be replaced to a "&" globally and not only the first one.

    In the function Init the line

    url="Streamer.aspx?"+qUrl.replace(",","&");

    must be replaced with

    url="Streamer.aspx?"+qUrl.replace(/,/g,"&");

    Greetings

    Mischa
     

    vuego

    Documentation Group
  • Team MediaPortal
  • August 5, 2006
    1,645
    764
    Göteborg
    Home Country
    Sweden Sweden
    Re: [New Plugin] WebServices + Transcoded streaming + Web Interface for TvServer and

    Thanks mischa, that works.
    Now the problem is that I found no way of setting deinterlace mode using the VLC browser plugin. Does anyone know if it's possible?
     

    ianc

    MP Donator
  • Premium Supporter
  • December 29, 2007
    132
    1
    wicklow
    Home Country
    Ireland Ireland
    Re: [New Plugin] WebServices + Transcoded streaming + Web Interface for TvServer and

    Hi,

    in htdocs/VLCFirefox.htm in the Javascript-Section

    in the variable "url" the "," must be replaced to a "&" globally and not only the first one.

    In the function Init the line

    url="Streamer.aspx?"+qUrl.replace(",","&");

    must be replaced with

    url="Streamer.aspx?"+qUrl.replace(/,/g,"&");

    Greetings

    Mischa

    I made this change but it didn't fix it for me. It appears to be not getting the VLC plugin downloaded.
     

    Attachments

    • screen.jpg
      screen.jpg
      72.3 KB

    NoFear23m

    MP Donator
  • Premium Supporter
  • December 11, 2008
    518
    146
    Home Country
    Austria Austria
    Re: [New Plugin] WebServices + Transcoded streaming + Web Interface for TvServer and

    Kann mir jemand einen kleinen Tipp geben wie ich das hier bei mir zum laufen bringe.
    Habe schon alles versucht.

    Das iPimp Plugin funktioniert super, aber dieses Plugin will nicht laufen.
    Wenn ich localhost:8080 eingebe kommt nur die Standard Fehlerseite.

    I try in english (not good)
    I will try out this wonderful plugin, but wenn i try localhost:8080 or 127.0.0.1:8080 allway comes the Error Page from the Explorer. Can someone give my tipps how i can start the Server or what i make wrong to start the Plugin.:confused:

    My System: Windows 7 Ultimate, MP Config-Standalone

    Many Thanks in advance
    Grüße Sascha
     

    Seidelin

    Retired Team Member
  • Premium Supporter
  • August 14, 2006
    1,755
    652
    Kgs. Lyngby
    Home Country
    Denmark Denmark
    Re: [New Plugin] WebServices + Transcoded streaming + Web Interface for TvServer and

    The TV-Server is crashing when I try to play radio. The problem is reproducible here. I have no problems playing radio in multiseat.
    Logs are attached for the following test:

    The first time I tried playing radio (channel P3) it worked (first time with successful radio streaming), played back for a few seconds and stopped.
    New try to listen to channel P4 København. Failed. And Server appeared to be dead, and true enough TV-Service was stopped on server.

    Error.log is filled with these:
    2010-01-02 20:36:24.754403 [4]: TVController:ValidateTvControllerParams - incorrect parameters used! cardId 1 _cards.ContainsKey(cardId) == False CardPresent False
    2010-01-02 20:36:24.785603 [4]: at TvService.TVController.ValidateTvControllerParams(Int32 cardId, Boolean checkCardPresent)
    at TvService.TVController.GetUsersForCard(Int32 cardId)
    at System.Runtime.Remoting.Messaging.StackBuilderSink._PrivateProcessMessage(IntPtr md, Object[] args, Object server, Int32 methodPtr, Boolean fExecuteInContext, Object[]& outArgs)
    at System.Runtime.Remoting.Messaging.StackBuilderSink.PrivateProcessMessage(RuntimeMethodHandle md, Object[] args, Object server, Int32 methodPtr, Boolean fExecuteInContext, Object[]& outArgs)
    at System.Runtime.Remoting.Messaging.StackBuilderSink.SyncProcessMessage(IMessage msg, Int32 methodPtr, Boolean fExecuteInContext)
    at System.Runtime.Remoting.Messaging.StackBuilderSink.SyncProcessMessage(IMessage msg)
    at System.Runtime.Remoting.Messaging.ServerObjectTerminatorSink.SyncProcessMessage(IMessage reqMsg)
    at System.Runtime.Remoting.Messaging.ServerContextTerminatorSink.SyncProcessMessage(IMessage reqMsg)
    at System.Runtime.Remoting.Channels.CrossContextChannel.SyncProcessMessageCallback(Object[] args)
    at System.Runtime.Remoting.Channels.ChannelServices.DispatchMessage(IServerChannelSinkStack sinkStack, IMessage msg, IMessage& replyMsg)
    at System.Runtime.Remoting.Channels.DispatchChannelSink.ProcessMessage(IServerChannelSinkStack sinkStack, IMessage requestMsg, ITransportHeaders requestHeaders, Stream requestStream, IMessage& responseMsg, ITransportHeaders& responseHeaders, Stream& responseStream)
    at System.Runtime.Remoting.Channels.BinaryServerFormatterSink.ProcessMessage(IServerChannelSinkStack sinkStack, IMessage requestMsg, ITransportHeaders requestHeaders, Stream requestStream, IMessage& responseMsg, ITransportHeaders& responseHeaders, Stream& responseStream)
    at System.Runtime.Remoting.Channels.Tcp.TcpServerTransportSink.ServiceRequest(Object state)
    at System.Runtime.Remoting.Channels.SocketHandler.ProcessRequestNow()
    at System.Runtime.Remoting.Channels.RequestQueue.ProcessNextRequest(SocketHandler sh)
    at System.Runtime.Remoting.Channels.SocketHandler.BeginReadMessageCallback(IAsyncResult ar)
    at System.Net.LazyAsyncResult.Complete(IntPtr userToken)
    at System.Net.ContextAwareResult.CompleteCallback(Object state)
    at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state)
    at System.Net.ContextAwareResult.Complete(IntPtr userToken)
    at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken)
    at System.Net.Sockets.BaseOverlappedAsyncResult.CompletionPortCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped)
    at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)
     

    mischa

    Portal Member
    March 5, 2008
    17
    4
    Edingen-Neckarhausen
    Home Country
    Germany Germany
    Re: [New Plugin] WebServices + Transcoded streaming + Web Interface for TvServer and

    I made this change but it didn't fix it for me. It appears to be not getting the VLC plugin downloaded.

    Hi,

    have you the vlc plugin installed? When yes, you should see a black box with "waiting for video" and not a clean box.

    Test it with: type about:plugins in adressbar of firefox and see following?
    VLC Multimedia Plug-in

    Dateiname: npvlc.dll
    Version 1.0.4, copyright 1996-2009 The VideoLAN Team
    VideoLAN, Free streaming and multimedia solutions for all OS!

    or is this plugin not listed?

    Greetings,
    Mischa
     

    NoFear23m

    MP Donator
  • Premium Supporter
  • December 11, 2008
    518
    146
    Home Country
    Austria Austria
    Re: [New Plugin] WebServices + Transcoded streaming + Web Interface for TvServer and

    I have found this error in the Log

    Exception rethrown at [0]:
    bei System.Runtime.Remoting.Proxies.RealProxy.HandleReturnMessage(IMessage reqMsg, IMessage retMsg)
    bei System.Runtime.Remoting.Proxies.RealProxy.PrivateInvoke(MessageData& msgData, Int32 type)
    bei TvControl.IController.get_IdServer()
    bei SetupTv.ServiceHelper.get_IsRunning()
    2010-01-02 20:46:39.076171 [11]: MPWebServices: Exception raised while trying to start webserver. Der transparente Proxy kann nicht in den Typ "Cassini.Host" umgewandelt werden.

    Can anyone help me?

    Thanks :D
     

    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

    The option to view a movie using the VLC plugin is not working.

    Same problem here. I tried TV and Moving Pictures but only get the following web page. Clicking the different buttons does nothing.

    Hi,

    in htdocs/VLCFirefox.htm in the Javascript-Section

    in the variable "url" the "," must be replaced to a "&" globally and not only the first one.

    In the function Init the line

    url="Streamer.aspx?"+qUrl.replace(",","&");

    must be replaced with

    url="Streamer.aspx?"+qUrl.replace(/,/g,"&");

    Greetings

    Mischa

    Thanks, great finding :) :D
     
    Status
    Not open for further replies.

    Users who are viewing this thread

    Top Bottom