NextPVR Forums
  • ______
  • Home
  • New Posts
  • Wiki
  • Members
  • Help
  • Search
  • Register
  • Login
  • Home
  • Wiki
  • Members
  • Help
  • Search
NextPVR Forums Public Kodi / XBMC v
« Previous 1 … 38 39 40 41 42 43 Next »
XBMC Beta 1

 
  • 0 Vote(s) - 0 Average
XBMC Beta 1
toricred
Offline

Senior Member

Posts: 250
Threads: 23
Joined: Aug 2006
#11
2012-11-16, 11:57 PM (This post was last modified: 2012-11-17, 12:05 AM by toricred.)
I don't normally have debugging turned on in XBMC so that log might not have much, but here is what I have for now.

Edit:

Attached is an XBMC log with debugging turned on.
mvallevand
Online

Posting Freak

Ontario Canada
Posts: 53,193
Threads: 958
Joined: May 2006
#12
2012-11-17, 12:09 AM
Good enough first in xbmc.log

16:29:48 T:380 NOTICE: X-NEWA Version: 1.2.11 Date: 2012-10-30

Then

16:32:55 T:1988 NOTICE: (webServiceVlc){
webServiceVlcObjects =
(ArrayOfChoice1){
webServiceReturn =
(webServiceReturn){
Error = True
Message = "VLC not found."
}
}
}
16:32:55 T:1988 NOTICE: Fall back to default
16:32:55 T:1988 NOTICE: Playing http://192.168.1.2:8866/live?channel=19&...b21c411e3L

Timeshifting needs VLC installed on the server and xbmc isn't supporting basic http streaming from your NextPVR's web interface which I can't control.

Unfortunately there is too much xbmc pvr spam in the web.log to tell you more from the server side.

Martin
toricred
Offline

Senior Member

Posts: 250
Threads: 23
Joined: Aug 2006
#13
2012-11-17, 12:36 AM (This post was last modified: 2012-11-17, 12:40 AM by toricred.)
The VLC issue is easily resolved. It turns out it was installed, but the path that NEWA had was wrong because the server is 64 bit Windows.

So VLC only goes on the server or does the client need it as well?
mvallevand
Online

Posting Freak

Ontario Canada
Posts: 53,193
Threads: 958
Joined: May 2006
#14
2012-11-17, 12:40 AM
Ok good, I thought that might be it. Is it streaming now? If not you will may need to a share or maybe even an xbmc advancedrule.xml setting if your share isn't local. You'd probably need to disable sub's xbmc plugin to stop the spamming so I can see web.log

VLC only needs to be on the server.

Martin
toricred
Offline

Senior Member

Posts: 250
Threads: 23
Joined: Aug 2006
#15
2012-11-17, 12:55 AM
It's still not streaming. Maybe I should just wait for sub's plugin to get updated, but I'm inherently stubborn so I will disable the plugin and get back with a web log in a bit. In my configuration the timeshifting and video files are all saved to a drive on the server. The drive is shared from the root level and the client is on the same unmanaged switch. I have NPVR configured to point to it directly as the local drive letter. Ahould I change that to a UNC path?
mvallevand
Online

Posting Freak

Ontario Canada
Posts: 53,193
Threads: 958
Joined: May 2006
#16
2012-11-17, 01:03 AM
Thanks. Also include xbmc.log, I want to see what the client sees. NEWA is supposed to convert this to a unc for me but maybe there is a issue with C$ folders.

Martin
toricred
Offline

Senior Member

Posts: 250
Threads: 23
Joined: Aug 2006
#17
2012-11-17, 01:05 AM
This is actually the L drive and is explicitly shared as simply L.
toricred
Offline

Senior Member

Posts: 250
Threads: 23
Joined: Aug 2006
#18
2012-11-17, 01:21 AM
Just in case I changed my paths on NPVR to UNC. Here are fresh logs. Get 'em while they're hot.
mvallevand
Online

Posting Freak

Ontario Canada
Posts: 53,193
Threads: 958
Joined: May 2006
#19
2012-11-17, 01:26 AM
VLC streaming is failing because it doesn't like your url Maybe try the IP address?

Code:
2012-11-16 18:11:24.227    [INFO][16]    VLC Path= C:\Program Files (x86)\VideoLAN\VLC
2012-11-16 18:11:24.227    [INFO][16]    Args= -I dummy --dummy-quiet -vvv "http://localhost:8866/live?channel=19&client=192.168.1.53" --ts-dump-file="\\Server2\l\Timeshift\x-newa-live.192.168.1.53.ts" --ts-dump-size=1000000 --sout-all vlc://quit
2012-11-16 18:11:24.227    [INFO][16]    Bitrate= 0
2012-11-16 18:11:24.231    [INFO][16]    Start of VLC failed.
2012-11-16 18:11:24.233    [INFO][16]    System.ComponentModel.Win32Exception: The system cannot find the file specified
   at System.Diagnostics.Process.StartWithCreateProcess(ProcessStartInfo startInfo)
   at System.Diagnostics.Process.Start()
   at System.Diagnostics.Process.Start(ProcessStartInfo startInfo)
   at N_EWA.classes.webServiceVlc.startVlcProcess(Int32 vlcProfile, VLCCommon VLC, String args, Process& proc) in c:\Users\Public\NPVR\web\App_Code\Classes\webServiceVlc.cs:line 398
   at N_EWA.classes.webServiceVlc.playLiveStream(Int32 ChanelNumber) in c:\Users\Public\NPVR\web\App_Code\Classes\webServiceVlc.cs:line 188

Martin
toricred
Offline

Senior Member

Posts: 250
Threads: 23
Joined: Aug 2006
#20
2012-11-17, 01:46 AM
I thought I was using the ip address everywhere. Would that be in the NEWA configuration?
« Next Oldest | Next Newest »

Users browsing this thread: 1 Guest(s)

Pages (4): « Previous 1 2 3 4 Next »


Possibly Related Threads…
Thread Author Replies Views Last Post
  LibreElec 8.2 Beta jcjefferies 0 1,243 2017-09-02, 10:20 AM
Last Post: jcjefferies
  Buffering of HD channels in XBMC only Fritters 23 17,496 2017-01-03, 06:22 AM
Last Post: p37307
  Moving to NPVR/NMT to NPVR+Fire TV/XBMC jt25741 15 8,558 2015-09-10, 12:28 AM
Last Post: mvallevand
  NextPVR and XBMC are communicating, but no live tv Honkytonkman 1 1,825 2015-05-26, 01:22 AM
Last Post: pkscout
  Openelec 6 Beta update fail! jcjefferies 0 1,419 2015-05-13, 09:08 AM
Last Post: jcjefferies
  XBMC & Genre smajor 25 13,895 2015-01-21, 06:12 AM
Last Post: EiEiOhh
  XBMC Recordings Art kmarq 9 4,181 2015-01-17, 10:00 PM
Last Post: mvallevand
  Issue with XBMC revolution21 13 5,973 2015-01-07, 09:43 PM
Last Post: headlearning
  Issues with xbmc on linux and NPVR plugin playing fm channels tuxman 0 2,039 2014-12-20, 07:38 PM
Last Post: tuxman
  XBMC freeze when start second record Me_ 4 2,895 2014-11-18, 10:12 AM
Last Post: Me_

  • View a Printable Version
  • Subscribe to this thread
Forum Jump:

© Designed by D&D, modified by NextPVR - Powered by MyBB

Linear Mode
Threaded Mode