Jump to content

IPTV m3u debugging


Recommended Posts

Posted

Hi,

 

If I understood correctly the EmbyTV host a IPTV support using M3UPlaylist.

 

I'm tying to connect to a ISP box called Freebox (France) by adding this configuration:

 

    <TunerUserConfiguration>
      <ServerId>none</ServerId>
      <ServerType>M3UPlaylist</ServerType>
      <UserFields>
        <UserField>
          <Name>PlaylistPath</Name>
          <Value>C:\Users\wmc\AppData\Roaming\MediaBrowser-Server\plugins\EmbyTV\freebox.m3u</Value>
        </UserField>
      </UserFields>
    </TunerUserConfiguration>
  </TunerHostsConfiguration>

 

Pointing to joint m3u file.

 

The plugin starts and I can see the definission in Emby.

 

2015-07-17 18:00:34.4479 Info - App: Loading EmbyTV, Version=3.0.5657.36573, Culture=neutral, PublicKeyToken=null

2015-07-17 18:00:39.4439 Info - EmbyTV: Directory is: C:\Users\wmc\AppData\Roaming\MediaBrowser-Server\plugins\EmbyTV
2015-07-17 18:00:39.4752 Info - EmbyTV: Creating a TunerHost list: 1
2015-07-17 18:00:39.4752 Info - EmbyTV: Creating a TunerHost of type: M3UPlaylist
2015-07-17 18:00:39.4752 Info - EmbyTV: Adding variable: PlaylistPath with value of C:\LiveTV\freebox.m3u
2015-07-17 18:00:39.4752 Info - EmbyTV: Added: PlaylistPath with value of C:\LiveTV\freebox.m3u
2015-07-17 18:00:39.4752 Info - EmbyTV: Done Creating Tuner

 

Then the get channel starts and Emby rais an exception:

 

2015-07-17 18:00:42.5867 Info - EmbyTV: Start GetChannels Async, retrieve all channels for none2015-07-17 18:00:43.0853 Error - App: Error refreshing channels for service
 *** Error Report ***
 Version: 3.0.5675.1
 Command line: C:\Users\wmc\AppData\Roaming\MediaBrowser-Server\System\MediaBrowser.ServerApplication.exe
 Operating system: Microsoft Windows NT 6.2.9200.0
 Processor count: 2
 64-Bit OS: True
 64-Bit Process: False
 Program data path: C:\Users\wmc\AppData\Roaming\MediaBrowser-Server
 Application Path: C:\Users\wmc\AppData\Roaming\MediaBrowser-Server\System\MediaBrowser.ServerApplication.exe
 Object reference not set to an instance of an object.
 System.NullReferenceException
    at MediaBrowser.Common.Implementations.Logging.NLogger.FormatMessage(String message, Object[] paramList)
    at MediaBrowser.Common.Implementations.Logging.NLogger.LogException(LogSeverity level, String message, Exception exception, Object[] paramList)
    at MediaBrowser.Common.Implementations.Logging.NLogger.ErrorException(String message, Exception exception, Object[] paramList)
    at MediaBrowser.Server.Implementations.LiveTv.LiveTvManager.<RefreshChannelsInternal>d__cb.MoveNext()
 --- End of stack trace from previous location where exception was thrown ---
    at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
    at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
    at System.Runtime.CompilerServices.TaskAwaiter.ValidateEnd(Task task)
    at MediaBrowser.Server.Implementations.LiveTv.LiveTvManager.<RefreshChannelsInternal>d__bd.MoveNext()

 

I would like to know if this looks possibel and what troubleshooting steps I could do.

 

If I have time I will try to build a debugging system, but if some can give me some hints...

 

Thanks.

 


 

 

 

 

 

freebox.zip

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...