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
mvallevand
Online

Posting Freak

Ontario Canada
Posts: 53,193
Threads: 958
Joined: May 2006
#21
2012-11-17, 01:49 AM
That would likely be your NextPVR live tv configuration. I just checked the NEWA line in error, you might need to add a trailing \ in your VLC path.

Martin
toricred
Offline

Senior Member

Posts: 250
Threads: 23
Joined: Aug 2006
#22
2012-11-17, 02:02 AM
Well this is interesting. Just adding the trailing \ fixed it. Now it is working better than sub's plugin was previously. That said, I would still rather use a plugin long term.
mvallevand
Online

Posting Freak

Ontario Canada
Posts: 53,193
Threads: 958
Joined: May 2006
#23
2012-11-17, 02:17 AM
Quote:Now it is working better than sub's plugin was previously. That said, I would still rather use a plugin long term.

That is my experience and wish too and why I feel that the xbmc core client player needs a lot of work to match sub's quality backend.

Martin
UncleJohnsBand
Offline

Posting Freak

U.S.A.
Posts: 5,643
Threads: 258
Joined: Feb 2005
#24
2012-11-17, 02:49 AM
mvallevand Wrote: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

On the server are you hosting your shares via ShareHelper? I always had issues with getting to shares prior to using a utility like this to load up the share to the environment rather than using a mapped drive.....

http://forums.nextpvr.com/showthread.php...harehelper
Intel Core i7 @ 4.00GHz Skylake 14nm
ASUSTeK COMPUTER INC. Z170-DELUXE
Windows 10 Pro x64
PVR Software: NPVR 5.1.1
SiliconDust HDHomeRun HDHR5-4US Connect Quatro 4 Channel Tuner
Roku Ultra
2 PCH A-100's
toricred
Offline

Senior Member

Posts: 250
Threads: 23
Joined: Aug 2006
#25
2012-11-17, 03:22 AM
Actually I run the NPVR service as a user instead of as system for this very reason. I've been down that road with previous applications and was a senior Windows system administrator for 15 years so I've seen that issue more times than I can count.
toricred
Offline

Senior Member

Posts: 250
Threads: 23
Joined: Aug 2006
#26
2012-11-17, 05:47 PM
Well I thought I was running the service as a user. It turns out I wasn't which I know is on my install checklist. Oh well, it is now but just in case I'm going to try out the utility you suggested.
toricred
Offline

Senior Member

Posts: 250
Threads: 23
Joined: Aug 2006
#27
2012-11-18, 11:35 PM (This post was last modified: 2012-11-18, 11:40 PM by toricred.)
mvallevand Wrote:Version numbering is a mess but both sub's older and today's updated 1.0.1.0 aren't compatible with recent builds of xbmc. Only the recent openkamp 1.0.0.0 is.

Martin

Now that I have X NEWA running I re-read this post. So are you saying that there is a version of the plugin that works? If so then where can I get it and what are the drawbacks?
mvallevand
Online

Posting Freak

Ontario Canada
Posts: 53,193
Threads: 958
Joined: May 2006
#28
2012-11-18, 11:50 PM
toricred Wrote:Now that I have X NEWA running I re-read this post. So are you saying that there is a version of the plugin that works? If so then where can I get it and what are the drawbacks?

I use my own build, but I didn't want to release it without sub's ok although now that there is a reven fork coming out anyway I might. There are a few nice things in the XBMC beta, (search is working, sorting of PVR series by date) but timeshifting still is a waste of time, so really except for faster loading 1.0.0.0 is still ok. The drawback is sub isn't using Frodo beta yet.

Martin
reven
Offline

Posting Freak

Posts: 5,782
Threads: 396
Joined: Sep 2004
#29
2012-11-18, 11:53 PM
fyi: my fork is just going to be a release for some alpha testers, sub has said he will accept my changes/pull request once xbmc isnt so final and is allowed to change some stuff again. it only has 2 small changes
1. allowing streaming from a different port to webconsole (so streaming comes from 8866 (or whatever you are using), and not the webconsole, say port 8080)
2. uses channeloid for streaming channels and not the channel number, so localhost:8866/live?channeloid=1234 not localhost:8866/live?channel=2
mvallevand
Online

Posting Freak

Ontario Canada
Posts: 53,193
Threads: 958
Joined: May 2006
#30
2012-11-19, 12:10 AM
Sorry reven, I wasn't complaining at all, my point is once these are in the wild open source improvements and changes will be made anyway. I only added two missing lines to sub's code to make it compile with 1.6.0.

Martin
« 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