NextPVR Forums
  • ______
  • Home
  • New Posts
  • Wiki
  • Members
  • Help
  • Search
  • Register
  • Login
  • Home
  • Wiki
  • Members
  • Help
  • Search
NextPVR Forums Public Kodi / XBMC X-NEWA v
« Previous 1 … 8 9 10 11 12 13 Next »
"Could not open NextPVR on [port]" error

 
  • 0 Vote(s) - 0 Average
"Could not open NextPVR on [port]" error
mvallevand
Online

Posting Freak

Ontario Canada
Posts: 52,850
Threads: 954
Joined: May 2006
#21
2014-08-27, 11:08 AM
WKleeven Wrote:I'm now on helix and when I'm in x-newa playing a recording, pressing the android return/back button does not stop the video from playing (I thought it did on xbmc 13.2). After pressing that key, helix doesn't respond properly anymore to other keypresses.

The Back key as Stop is a NextPVR/GBPVR idiosyncrasy that I doubt worked in Gotham. Why users dislike the Stop key is beyond me. In the Kodi design you could probably make it do a stop if you modify keymap.xml in the <FullscreenVideo> section but I find that the default Back function has some utility too.

Martin
WKleeven
Offline

Senior Member

Posts: 522
Threads: 40
Joined: Dec 2006
#22
2014-08-28, 09:11 AM
mvallevand Wrote:The Back key as Stop is a NextPVR/GBPVR idiosyncrasy that I doubt worked in Gotham. Why users dislike the Stop key is beyond me.
This behaviour is also in other apps (RTL Telekids, an android app) for the kids (as it was on the MVP with NextPVR). It didn't work in Gotham indeed. My remote is very primitive, has no stop key, so I have to do 3 keypresses to get the video to stop. I'll adjust keymap, maybe I can make it to use the key as a stop only when playing a video.

WKleeven Wrote:Is it possible to make a workaround for the time being, until xbmc supports ts on the s89-h?
I studied this before for the mvp but stopped because I couldn't get it to work.
How could I get finished recordings to be encoded to another format (other than ts, that xbmc could play) and get it to be recognized in the nextpvr database as the same recording?
And for watching tv delayed, I could use mxplayer in xbmc (I think there's an option to have files with a certain extension played by another player).
Found a script and got postprocessing to work (for the time being not h.264 files), changing database and all. But that's only for finished recordings.

Can this be done for recordings in progress? In parallelprocessing.bat? I read in another thread you think it is, but I can't figure out how.
And the logs say that parallelprocessing.bat started but I don't know how to check if it is doing anything.

Wim
Server: Core2Duo 3,16GHz| Windows 7 Ultimate 64 bit | NPVR 3.2.9 | Analogue: Hauppauge PVR-150 | Digital dvb-c: Technisat CableStar HD 2 | No plugins
Clients: Laptop Windows 7 Home 64 bit via Wifi | Android tablet via Wifi | Androidbox s89-H via Lan
WKleeven
Offline

Senior Member

Posts: 522
Threads: 40
Joined: Dec 2006
#23
2014-08-28, 09:50 AM (This post was last modified: 2014-08-28, 10:20 AM by WKleeven.)
I found a way to check and the batch-file does indeed start. Remains the question if and how I can get transcoding done on the fly.
This is my postprocessing.bat, but this (only the first file of this script in parallelprocessing.bat) doesn't work for parallelprocessing:

"C:\Program Files (x86)\NPVR\Other\ffmpeg.exe" -y -fflags +genpts -i "%1" -vcodec copy -async 1024 -acodec copy -f vob "%~dpn1.mpg"
if errorlevel 1 pause && goto :eof
sqlite3.exe -separator "," "C:\Users\Public\NPVR\npvr.db3" "UPDATE SCHEDULED_RECORDING SET filename ='%~dpn1.mpg' where filename like '%1';"
echo Done.
more < "%1:metadata.xml" > "%~dpn1.mpg:metadata.xml"
del %1

Wim
EDIT: I think what is happening is that the transcoding is too fast, runs out of data to transcode and stops.
Server: Core2Duo 3,16GHz| Windows 7 Ultimate 64 bit | NPVR 3.2.9 | Analogue: Hauppauge PVR-150 | Digital dvb-c: Technisat CableStar HD 2 | No plugins
Clients: Laptop Windows 7 Home 64 bit via Wifi | Android tablet via Wifi | Androidbox s89-H via Lan
mvallevand
Online

Posting Freak

Ontario Canada
Posts: 52,850
Threads: 954
Joined: May 2006
#24
2014-08-28, 11:01 AM
First I hate blog-like threads like this as it becomes a one person support session as you have deviated so far from your original post others would have to dig too deep to help them

For the Tronsmart, good luck, hopefully you will figure it out. Caveat emptor applies here. You mentioned that you could return it, I don't use players that need transcoding. For this reason I gave up help on transcoding there's too many variables. The only one I can offer is the ffmpeg that comes with NextPVR is obsolete, consider using a recent version.

Martin
WKleeven
Offline

Senior Member

Posts: 522
Threads: 40
Joined: Dec 2006
#25
2014-08-28, 12:33 PM
mvallevand Wrote:First I hate blog-like threads like this as it becomes a one person support session as you have deviated so far from your original post others would have to dig too deep to help them
True, sorry.

mvallevand Wrote:For the Tronsmart, good luck, hopefully you will figure it out. Caveat emptor applies here. You mentioned that you could return it, I don't use players that need transcoding. For this reason I gave up help on transcoding there's too many variables. The only one I can offer is the ffmpeg that comes with NextPVR is obsolete, consider using a recent version.
I don't like transcoding either, but as a temporary workaround it's okay (if I can get it to work, this will determine if I'll sent it back; the MVP has served me well but also had it downsides). Hopefully the ts-file problem will be solved in xbmc. Thanks for the tip.

Wim
Server: Core2Duo 3,16GHz| Windows 7 Ultimate 64 bit | NPVR 3.2.9 | Analogue: Hauppauge PVR-150 | Digital dvb-c: Technisat CableStar HD 2 | No plugins
Clients: Laptop Windows 7 Home 64 bit via Wifi | Android tablet via Wifi | Androidbox s89-H via Lan
mvallevand
Online

Posting Freak

Ontario Canada
Posts: 52,850
Threads: 954
Joined: May 2006
#26
2014-08-28, 10:05 PM
I have no problem with ts files on several devices running, it is not really an xbmc issue is is hardware specific. In the PC world it would be like expecting NextPVR to play perfect HD on any Win32 box with any video card.

Martin
WKleeven
Offline

Senior Member

Posts: 522
Threads: 40
Joined: Dec 2006
#27
2014-08-29, 10:06 AM
I too have no problem playing these files on any device (including android tablet), only on the s89-h.
I made a mistake about mxplayer, that doesn't play it good also. Tried different players and some don't have the video issue (but other problems), some have even more video problems. Does this point in the direction of a hardware related issue or another (codec?, rom?, ...)? Maybe I have to root the device (couldn't do that, or try a different rom, until until I decided to keep the box)?
Besides, there are many that say that kodi's internal player isn't very good at all and don't even want to use it.

I got the workaround going, the ts-files now all get transcoded on-the-fly, the entry in the database is changed and after the recording is finished (and transcoded) the ts-file is deleted. Just not yet in h.264, but I will get that done too.

Well, when I decided to buy new such a new device I knew I was taking a risk. I may be the first nextpvr-user with this box so I couldn't ask anyone. I hope this gets solved properly. Maybe you'll rethink now about buying the s805.

Thanks for the support.

Wim
Server: Core2Duo 3,16GHz| Windows 7 Ultimate 64 bit | NPVR 3.2.9 | Analogue: Hauppauge PVR-150 | Digital dvb-c: Technisat CableStar HD 2 | No plugins
Clients: Laptop Windows 7 Home 64 bit via Wifi | Android tablet via Wifi | Androidbox s89-H via Lan
WKleeven
Offline

Senior Member

Posts: 522
Threads: 40
Joined: Dec 2006
#28
2014-08-31, 09:01 AM
Martin,

I hope you forgive me for posting in this thread again but it seems the problem is a bit different than I thought. I used ffmeg to transcode the problematic ts-file, but the result gave the same problems so I decided to experiment a bit more.

And so I just discovered that in windows 7, I can see the problem in the cut-edit view of TMPGenc (not in the preview of the transcoded file; so import the file, than edit, cut-edit) and it's also solved after transcoding with tmpgenc!
In nextpvr and in wmp I can't see the problem, that's why I thought it wasn't a problem in windows.

Could it be a bitrate issue or something? I uploaded a chuck of the original ts-file here: https://www.dropbox.com/s/h26y8nx7hlly56...nk.ts?dl=0
And I added a printscreen of tmpgenc with the problem.

Wim

EDIT: this is part of my parallelprocessing batchfile to transcode with ffmpeg:
"C:\Program Files (x86)\NPVR\Other\ffmpeg.exe" -re -y -fflags +genpts -i %1 -vcodec copy -async 1024 -acodec copy -f vob "%~dpn1.mpg"
Server: Core2Duo 3,16GHz| Windows 7 Ultimate 64 bit | NPVR 3.2.9 | Analogue: Hauppauge PVR-150 | Digital dvb-c: Technisat CableStar HD 2 | No plugins
Clients: Laptop Windows 7 Home 64 bit via Wifi | Android tablet via Wifi | Androidbox s89-H via Lan
mvallevand
Online

Posting Freak

Ontario Canada
Posts: 52,850
Threads: 954
Joined: May 2006
#29
2014-08-31, 06:09 PM
Wim, I am not sure what you asking from me or for others. I played your file from Windows and it was fine unless there's a nuance in Dutch that I missed. I find news show interviews with multiple people talking are the best for looking/listening to sync issues.

Martin
WKleeven
Offline

Senior Member

Posts: 522
Threads: 40
Joined: Dec 2006
#30
2014-08-31, 06:21 PM
I have 2 problems: 1. video tearing or something, 2. sync issues.
I think there's a problem with the original ts-file as you can see in tmpgenc (in the cut-edit view) and in the attached file in post #28 (his hands are not sharp because they were moving, this is the video issue I'm talking about), so it's not solely a problem of my android-box. Is it a hardware problem or maybe nextpvr can handle these problems???
(I'm now using handbrake and there are also headers missing but that may not be much of a problem, I don't know).

FFmpeg copies the problem in the ts-file and handbrake and tmpgenc seem to solve the problem when transcoding. The strangest thing is when I use handbrake I get a sync issue in windows.
Server: Core2Duo 3,16GHz| Windows 7 Ultimate 64 bit | NPVR 3.2.9 | Analogue: Hauppauge PVR-150 | Digital dvb-c: Technisat CableStar HD 2 | No plugins
Clients: Laptop Windows 7 Home 64 bit via Wifi | Android tablet via Wifi | Androidbox s89-H via Lan
« 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
  Skip no longer works on NextPVR New Client jcjefferies 6 704 2024-12-20, 01:37 PM
Last Post: mvallevand
  NextPVR Timeout message in knewc baj1 3 2,202 2020-11-21, 07:11 PM
Last Post: mvallevand
  knewc xml files in NextPVR-data jksmurf 3 2,318 2020-04-04, 10:44 PM
Last Post: jksmurf
  Install Error? jcole998 1 1,390 2020-01-18, 07:42 PM
Last Post: mvallevand
  Player Error jcole998 1 1,278 2019-11-25, 04:15 PM
Last Post: mvallevand
  knewc vs NextPVR 3.3.15.4 Timeshift Settings - which one governs? jksmurf 4 2,438 2019-10-19, 03:27 AM
Last Post: jksmurf
  knew4v5 2.6.1 Fatal Error on Windows and OSX When Loading pkscout 4 2,314 2019-04-07, 03:45 PM
Last Post: pkscout
  knew4v5 Fatal Python Error on OSX pkscout 3 2,221 2019-04-07, 03:28 AM
Last Post: mvallevand
  Could not open NextPVR on 127.0.0.1 from Kodi on Sony TV with Android OS jksmurf 1 2,168 2019-01-24, 01:00 PM
Last Post: jksmurf
  Comskip in NEXTPVR and X-NEWA in KODI? NYPlayer 85 48,382 2018-01-07, 06:48 PM
Last Post: mvallevand

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

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

Linear Mode
Threaded Mode