DVB-IP MediaPortal IPTV Source Filter (8 Viewers)

Status
Not open for further replies.

georgius

Retired Team Member
  • Premium Supporter
  • October 31, 2010
    1,376
    654
    Bratislava
    Home Country
    Slovakia Slovakia
    I assume you need more logs to follow another problem, so i join new logs with verbose , with just few channels changes (channels just corrected). Tell me if you need more logs.

    Hi, no more logs are needed. I saw in your logs that closing connection was called many times. You should consider to set RtspTeardownRequestTimeout in configuration file to higher value, value is in miliseconds (I think that 10 miliseconds is very short time to send request and receive response).
     

    georgius

    Retired Team Member
  • Premium Supporter
  • October 31, 2010
    1,376
    654
    Bratislava
    Home Country
    Slovakia Slovakia
    New version of filter based on SVN 28204 released (first post), removed testing version. Looking forward for any feedback.
     

    Smeulf

    Retired Team Member
  • Premium Supporter
  • October 27, 2010
    672
    454
    France
    Home Country
    France France
    Hi,
    you're ok, a re-scan of the channels solve my probem ! Thanks!

    Once again for the record, I had to do the exact same thing tonight. Maybe our provider dosn't want us to use MediaPortal :p (Just kidding, well I hope :confused:)
     

    georgius

    Retired Team Member
  • Premium Supporter
  • October 31, 2010
    1,376
    654
    Bratislava
    Home Country
    Slovakia Slovakia
    Hi,
    you're ok, a re-scan of the channels solve my probem ! Thanks!

    Once again for the record, I had to do the exact same thing tonight. Maybe our provider dosn't want us to use MediaPortal :p (Just kidding, well I hope :confused:)
    Hi, if you have problems with changing SID, you should read this thread, in this post you can find fix for MP 1.2.0 RC, maybe it helps you.
     

    jacks

    Portal Member
    November 12, 2008
    37
    3
    Home Country
    France France
    Hello,
    today i had a new problem , Mediaportal was unable to reach TV Service, but TV service was started.
    I tried to restart tv service, and MP but it didn't solve th pb.

    It was necessary to restart the computer to work correctly.
    I join the logs,. (problem around 21:10 - 21:15)

    Regards
     

    Attachments

    • logTVService.rar
      90.6 KB
    • logMP.rar
      23.7 KB

    georgius

    Retired Team Member
  • Premium Supporter
  • October 31, 2010
    1,376
    654
    Bratislava
    Home Country
    Slovakia Slovakia
    Hi,

    I'm not sure what happens, but it was very bad:
    Code:
    2011-09-13 21:10:44.140625 [(12)]: Tvservice stopped due to a app domain exception System.NullReferenceException: La référence d'objet n'est pas définie à une instance d'un objet.
       à MySql.Data.MySqlClient.MySqlCommand.TimeoutExpired(Object commandObject)
       à System.Threading._TimerCallback.TimerCallback_Context(Object state)
       à System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state)
       à System.Threading._TimerCallback.PerformTimerCallback(Object state)

    It caused that TV service cannot create/use network socket (I'm not sure, I don't understand French language):
    Code:
    2011-09-13 21:12:16.906250 [(1)]: Exception   :System.Runtime.Remoting.RemotingException: Échec de la configuration d'accès distant avec l'exception 'System.Reflection.TargetInvocationException: Une exception a été levée par la cible d'un appel. ---> System.Net.Sockets.SocketException: Une seule utilisation de chaque adresse de socket (protocole/adresse réseau/port) est habituellement autorisée
       à System.Net.Sockets.Socket.DoBind(EndPoint endPointSnapshot, SocketAddress socketAddress)
       à System.Net.Sockets.Socket.Bind(EndPoint localEP)
       à System.Net.Sockets.TcpListener.Start(Int32 backlog)
       à System.Net.Sockets.TcpListener.Start()
       à System.Runtime.Remoting.Channels.ExclusiveTcpListener.Start(Boolean exclusiveAddressUse)
       à System.Runtime.Remoting.Channels.Tcp.TcpServerChannel.StartListening(Object data)
       à System.Runtime.Remoting.Channels.Tcp.TcpServerChannel.SetupChannel()
       à System.Runtime.Remoting.Channels.Tcp.TcpServerChannel..ctor(IDictionary properties, IServerChannelSinkProvider sinkProvider, IAuthorizeRemotingConnection authorizeCallback)
       à System.Runtime.Remoting.Channels.Tcp.TcpServerChannel..ctor(IDictionary properties, IServerChannelSinkProvider sinkProvider)
       --- Fin de la trace de la pile d'exception interne ---
       à System.RuntimeMethodHandle._InvokeConstructor(Object[] args, SignatureStruct& signature, IntPtr declaringType)
       à System.RuntimeMethodHandle.InvokeConstructor(Object[] args, SignatureStruct signature, RuntimeTypeHandle declaringType)
       à System.Reflection.RuntimeConstructorInfo.Invoke(BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture)
       à System.RuntimeType.CreateInstanceImpl(BindingFlags bindingAttr, Binder binder, Object[] args, CultureInfo culture, Object[] activationAttributes)
       à System.Activator.CreateInstance(Type type, BindingFlags bindingAttr, Binder binder, Object[] args, CultureInfo culture, Object[] activationAttributes)
       à System.Runtime.Remoting.RemotingConfigHandler.CreateChannelFromConfigEntry(ChannelEntry entry)
       à System.Runtime.Remoting.RemotingConfigHandler.ConfigureChannels(RemotingXmlConfigFileData configData, Boolean ensureSecurity)
       à System.Runtime.Remoting.RemotingConfigHandler.ConfigureRemoting(RemotingXmlConfigFileData configData, Boolean ensureSecurity)'.
       à System.Runtime.Remoting.RemotingConfigHandler.ConfigureRemoting(RemotingXmlConfigFileData configData, Boolean ensureSecurity)
       à System.Runtime.Remoting.RemotingConfigHandler.DoConfiguration(String filename, Boolean ensureSecurity)
       à System.Runtime.Remoting.RemotingConfiguration.Configure(String filename, Boolean ensureSecurity)
       à TvService.Service1..ctor()

    I think that you have to forward your logs to support forum for MP 1.1.3.
     

    SMak044

    Portal Member
    May 9, 2010
    7
    0
    Kiev
    Home Country
    Ukraine Ukraine
    Thank you for your excellent work.
    But there was one problem that I can not decide. Not sure what the problem is in the filter. I have 90 channels, which work fine. But there are two channels that do not want to work. The system says that they are encrypted. However in VLC, they work fine without any decoder.
    I attach the log files can be tell me which way to look.

    PS. PM RC 1.2.0
     

    georgius

    Retired Team Member
  • Premium Supporter
  • October 31, 2010
    1,376
    654
    Bratislava
    Home Country
    Slovakia Slovakia
    Detection if channel is FTA (free to air or unencrypted) is not part of IPTV filter. I recommend you to save raw TS file (e.g. in configuration file of IPTV filter set DumpRawTS to 1 and try to scan problematic channel, filter probably produce two files, the bigger one is right) and post your problem with encryption detection to support forum.
     
    Status
    Not open for further replies.

    Users who are viewing this thread

    Top Bottom