NextPVR Forums
  • ______
  • Home
  • New Posts
  • Wiki
  • Members
  • Help
  • Search
  • Register
  • Login
  • Home
  • Wiki
  • Members
  • Help
  • Search
NextPVR Forums Public Kodi / XBMC X-NEWA v
1 2 3 4 5 … 13 Next »
Video playback stops but audio continues

 
  • 0 Vote(s) - 0 Average
Video playback stops but audio continues
baj1
Offline

Senior Member

Maple Grove, MN, USA
Posts: 553
Threads: 91
Joined: Jan 2006
#41
2021-01-18, 09:53 PM
I confirmed the DLLs I backuped up from 12-16-2020 are all a little smaller than the 12-31-2020 DLLs. Also my N2+ doesn't power-on with the remote, will look into it as you suggest above.
Server: Ryzen 5 3600 3.6GHz: 16GB RAM: ASRock Phantom D/RX570: SDD: 512GB HDDs: 5TB, 8TB, 8TB
Linux Mint v20, NPVR v5.1.3.210711
Tuners: Hauppauge PVR-2250-MC Dual Tuner, HDHR Duo ATSC Tuner
Clients: Knewc on CE-ODroid N2 x2, N2+, LE-RPi4, PCs x2
mvallevand
Online

Posting Freak

Ontario Canada
Posts: 53,087
Threads: 957
Joined: May 2006
#42
2021-01-19, 12:53 AM
Your clients should get a new version 2.9.2 that has the extra logging I mentioned earlier.

Martin
baj1
Offline

Senior Member

Maple Grove, MN, USA
Posts: 553
Threads: 91
Joined: Jan 2006
#43
2021-01-19, 01:05 AM
Thanks Martin, I'll make sure they update. Do I need the advancedsettings.xml debug mode set to anything specific, or is this change independent of that setting?
Server: Ryzen 5 3600 3.6GHz: 16GB RAM: ASRock Phantom D/RX570: SDD: 512GB HDDs: 5TB, 8TB, 8TB
Linux Mint v20, NPVR v5.1.3.210711
Tuners: Hauppauge PVR-2250-MC Dual Tuner, HDHR Duo ATSC Tuner
Clients: Knewc on CE-ODroid N2 x2, N2+, LE-RPi4, PCs x2
mvallevand
Online

Posting Freak

Ontario Canada
Posts: 53,087
Threads: 957
Joined: May 2006
#44
2021-01-19, 01:10 AM
Nothing specific except for normal debug logging. This is just extra logging so I can tell if the OSD is visible or not to help pinpoint when NextPVR tell knewc to show the UI over the video, (what you call video "stop")

Martin
mvallevand
Online

Posting Freak

Ontario Canada
Posts: 53,087
Threads: 957
Joined: May 2006
#45
2021-01-19, 07:48 PM
@baj1 If you have troubles configuring power let me know, I just did it for the Hauppauge remote so ask while it is fresh.

Also the N2 has a CEC page on the CoreElec Hardware tab so I expect it should be able to use that like the N2+ is your TV supports HDMI-CEC.

Martin
baj1
Offline

Senior Member

Maple Grove, MN, USA
Posts: 553
Threads: 91
Joined: Jan 2006
#46
2021-01-23, 04:53 PM
I'll give the remote power button a-go later today, thanks for the offer. I have my N2's configured for the Hauppauge 45 button and the N2+ configured with the PCH remote.

After seeing your previous posts and reading a bit I was wondering if the power-off of the N2+ via HDMI-CEC was actually the TV's doing. The TV the N2+ is connected to is much higher-end than the two to which my N2's are connected.

Thanks,
-Brad
Server: Ryzen 5 3600 3.6GHz: 16GB RAM: ASRock Phantom D/RX570: SDD: 512GB HDDs: 5TB, 8TB, 8TB
Linux Mint v20, NPVR v5.1.3.210711
Tuners: Hauppauge PVR-2250-MC Dual Tuner, HDHR Duo ATSC Tuner
Clients: Knewc on CE-ODroid N2 x2, N2+, LE-RPi4, PCs x2
mvallevand
Online

Posting Freak

Ontario Canada
Posts: 53,087
Threads: 957
Joined: May 2006
#47
2021-01-23, 05:00 PM
Ok for the Hauppauge you need to

mount -o rw,remount /flash
nano /flash/config.ini

remotewakeup='0x00003fbd'
decode_type='0x4'
remotewakeupmask='0x000037ff'

Then change the Hauppauge key map from KEY_POWER2 to KEY_POWER

Martin
baj1
Offline

Senior Member

Maple Grove, MN, USA
Posts: 553
Threads: 91
Joined: Jan 2006
#48
2021-01-24, 12:48 AM (This post was last modified: 2021-01-24, 12:49 AM by baj1.)
I got this working, pretty easy, thanks for the pointers!

I don't have KEY_POWER2 defined in my remote key map for the Hauppauge 45 button remote. I have this code

0x1e3d KEY_POWER

which I found using ir-keytable procedure from the CoreELEC site here:
https://discourse.coreelec.org/t/how-to-...control/31

Looking at the IR wakeup instructions on the CE site I didn't see any mention of changing the remote key map. Was that something specific to your setup?

I followed the instructions there, including "sync && reboot" after saving the config.ini file. I could then power my ODroid N2 off and on with my Hauppauge 45 button remote.

Thanks,
-Brad
Server: Ryzen 5 3600 3.6GHz: 16GB RAM: ASRock Phantom D/RX570: SDD: 512GB HDDs: 5TB, 8TB, 8TB
Linux Mint v20, NPVR v5.1.3.210711
Tuners: Hauppauge PVR-2250-MC Dual Tuner, HDHR Duo ATSC Tuner
Clients: Knewc on CE-ODroid N2 x2, N2+, LE-RPi4, PCs x2
mvallevand
Online

Posting Freak

Ontario Canada
Posts: 53,087
Threads: 957
Joined: May 2006
#49
2021-01-24, 12:57 AM
I didn't bother scanning I just copied the built in Hauppauge config in

/usr/lib/udev/rc_keymaps/

I also changed Go to KEY_INFO since it was duplicating OK.

Martin
baj1
Offline

Senior Member

Maple Grove, MN, USA
Posts: 553
Threads: 91
Joined: Jan 2006
#50
2021-01-24, 01:17 AM
I didn't know there were defaults! Oh well, I learned something.
Server: Ryzen 5 3600 3.6GHz: 16GB RAM: ASRock Phantom D/RX570: SDD: 512GB HDDs: 5TB, 8TB, 8TB
Linux Mint v20, NPVR v5.1.3.210711
Tuners: Hauppauge PVR-2250-MC Dual Tuner, HDHR Duo ATSC Tuner
Clients: Knewc on CE-ODroid N2 x2, N2+, LE-RPi4, PCs x2
« Next Oldest | Next Newest »

Users browsing this thread: 1 Guest(s)

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


Possibly Related Threads…
Thread Author Replies Views Last Post
  knewc Timeout Starting Recording Playback BrettB 1 1,713 2021-10-21, 03:02 PM
Last Post: mvallevand
  Video Plays Under New Client UI cweseloh 18 5,326 2020-06-16, 06:16 PM
Last Post: mvallevand
  Playback Recordings Not Working for VLC Streaming crackulator 5 3,903 2017-11-16, 03:46 PM
Last Post: mvallevand
  Playback stopping when another recording ends srhutch 7 5,001 2017-04-26, 02:34 PM
Last Post: mvallevand
  Playback Stalling on Web Client BrettB 8 6,204 2017-02-23, 01:55 AM
Last Post: BrettB
  Playback bilbopvr 11 6,105 2017-02-09, 11:22 PM
Last Post: mvallevand
  Kodi playback OSD mvallevand 3 3,549 2016-06-16, 10:16 AM
Last Post: stustunz
  Stuttering playback of Live TV on Android TV cncb 8 6,724 2015-11-23, 10:40 PM
Last Post: mvallevand
  Playback not working sometimes zaldwaik 12 6,159 2015-01-10, 08:07 PM
Last Post: mvallevand
  Video Streaming Mode jcjefferies 1 2,363 2014-11-19, 04:35 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