NextPVR Forums
  • ______
  • Home
  • New Posts
  • Wiki
  • Members
  • Help
  • Search
  • Register
  • Login
  • Home
  • Wiki
  • Members
  • Help
  • Search
NextPVR Forums Public NextPVR Other Clients Roku v
1 2 Next »
Roku Remote Control

 
  • 0 Vote(s) - 0 Average
Roku Remote Control
mmortal03
Offline

Member

USA
Posts: 89
Threads: 9
Joined: Jan 2021
#11
2021-06-25, 10:47 AM
Quote:All Roku devices (express, premier, premier+, premier Ultra) plus all TVs handle the * button.

Beginning with Roku OS 8, the options overlay slides in whenever the * button is pressed, the Video node is in focus, and the OnKeyEvent() handler is fired. When the Video node is not in focus, the options overlay does not slide in and the OnKeyEvent() handler is fired.

If you are running the Video Node on older Roku devices, then the * button can only be detected at the channel level. As a result, you will not be able to disable the default UI on any of the older Roku devices.





I was thinking back on this issue, trying to make more sense of it. The 3600X was a compatible device with the OS 8 upgrade, and it currently runs OS 10. It makes me think that we're misinterpreting this developer section's definition of "older Roku devices", circa 2017. Couldn't it just be referring to the devices that couldn't be upgraded to OS 8?

What key code should be getting recorded in the log on a short press of the * button?
mvallevand
Offline

Posting Freak

Ontario Canada
Posts: 52,839
Threads: 954
Joined: May 2006
#12
2021-06-25, 12:03 PM
(2021-06-25, 10:47 AM)mmortal03 Wrote: What key code should be getting recorded in the log on a short press of the * button?

Nothing, it is not defined to do anything so it would not send anything to NextPVR.  For newer devices it opens the Roku dialog during media playback but this is not logged either.

Martin
spagio
Offline

Member

USA
Posts: 53
Threads: 16
Joined: Mar 2022
#13
2024-12-21, 04:05 PM
I am trying to figure out which option in the config.xml maps to the Roku remote control setting.  More specifically, what are the tags in config.xml that map to the Skip Forward and Skip Back Roku remote buttons While playing a recording  

I'm asking because these were working in version 6.x, and now in version 7 they have much different behavior.  In v7 I see a 10s skip on the on-screen timeline but the recording does not seem to move to the new position.

The Short Skip forward and Short Skip back are working just fine for me.

Thanks,
John
mvallevand
Offline

Posting Freak

Ontario Canada
Posts: 52,839
Threads: 954
Joined: May 2006
#14
2024-12-21, 04:15 PM
Did you enable immediate skip? https://forums.nextpvr.com/showthread.php?tid=65885

Maritn
spagio
Offline

Member

USA
Posts: 53
Threads: 16
Joined: Mar 2022
#15
2024-12-21, 06:20 PM
(2024-12-21, 04:15 PM)mvallevand Wrote: Did you enable immediate skip?  https://forums.nextpvr.com/showthread.php?tid=65885

Maritn

yes.  just for good measure i rebooted.  tested with forward skip (right arrow on remote). both `<SkipForwardSeconds>` and  `<SkipFFSeconds>` set at 30.  Should I attach logs and config.xml here?
mvallevand
Offline

Posting Freak

Ontario Canada
Posts: 52,839
Threads: 954
Joined: May 2006
#16
2024-12-21, 06:32 PM
Do you have thumbnails on your recordings? Basically sub's new OSD design for limited remotes like the Roku is to use thumbnails.

Martin
spagio
Offline

Member

USA
Posts: 53
Threads: 16
Joined: Mar 2022
#17
2024-12-22, 12:59 AM
(2024-12-21, 06:32 PM)mvallevand Wrote: Do you have thumbnails on your recordings?  Basically sub's new OSD design for limited remotes like the Roku is to use thumbnails.

Martin

oh no I should have stated that I convert all my recordings to mp4 from ts in PostProcessing.bat for a smaller footprint - so there are no thumbnails.
mvallevand
Offline

Posting Freak

Ontario Canada
Posts: 52,839
Threads: 954
Joined: May 2006
#18
2024-12-22, 01:49 AM
Then yes logs would be good, the Roku should be skipping based on the time sent by NextPVR.

Martin
spagio
Offline

Member

USA
Posts: 53
Threads: 16
Joined: Mar 2022
#19
2024-12-22, 06:31 PM (This post was last modified: 2024-12-22, 06:32 PM by spagio.)
(2024-12-22, 01:49 AM)mvallevand Wrote: Then yes logs would be good, the Roku should be skipping based on the time sent  by NextPVR. 

Martin

Here you go.  I did some skips forward in a recording in the latest entries as a test.  Config file in zip


Attached Files
.zip   logs-20241222-1321.zip (Size: 1.07 MB / Downloads: 1)
mvallevand
Offline

Posting Freak

Ontario Canada
Posts: 52,839
Threads: 954
Joined: May 2006
#20
2024-12-22, 08:11 PM
Seeking is ok from what I can tell, sometimes you are seeking to fast to register the actual skip with NextPVR . It looks to be taking over half a second to seek

2024-12-22 11:57:53.500 [DEBUG][74] Live buffering time 718 true
2024-12-22 13:20:37.639 [DEBUG][22] Live buffering time 1017 true
2024-12-22 13:20:38.791 [DEBUG][21] Live buffering time 1034 true
2024-12-22 13:20:40.103 [DEBUG][21] Live buffering time 1055 true

Maybe you are a bit impatient and you are relying on the OSD to tell you that it seeks and not the video itself?

When you don't skip after a skip it looks as good as it can be to me. Expecting 10 second precision would be a bit much to ask without tweaking the remux/transcode.

2024-12-22 13:20:40.267 [DEBUG][21] Seek: 318.975
2024-12-22 13:20:41.379 [DEBUG][3] Live buffering 997 true
2024-12-22 13:20:41.391 [DEBUG][23] - media: 317.316

2024-12-22 13:20:44.799 [DEBUG][22] Seek: 344.1
2024-12-22 13:20:45.907 [DEBUG][23] Live buffering time 1007 true
2024-12-22 13:20:45.919 [DEBUG][23] - media: 342.342

It's definitely not staying still.

Martin
« Next Oldest | Next Newest »

Users browsing this thread: 2 Guest(s)

Pages (2): « Previous 1 2


Possibly Related Threads…
Thread Author Replies Views Last Post
  Roku channel updates mvallevand 6 3,677 2024-09-23, 12:54 AM
Last Post: mvallevand
  Roku Version 12.0.0 OS Report Lonewolf1061 3 1,275 2023-10-08, 07:35 PM
Last Post: mvallevand
  Roku app disappeared spagio 10 3,567 2023-06-16, 02:46 AM
Last Post: mvallevand
  Roku and Comskip ceandra 5 1,425 2023-02-22, 01:21 AM
Last Post: mvallevand
  Roku Version 11 OS Reports ceandra 3 1,303 2023-01-31, 05:44 PM
Last Post: mvallevand
  Roku testing artmetz 26 5,922 2022-03-07, 02:35 PM
Last Post: mvallevand
  Roku continuity mvallevand 1 2,245 2022-02-23, 09:17 PM
Last Post: mvallevand
  Roku sunsettting non-certified channels mvallevand 17 6,258 2022-02-15, 11:03 PM
Last Post: mvallevand
  Roku Player reverted back to Demo Mode after license install LDib 3 1,682 2022-01-21, 04:20 AM
Last Post: mvallevand
  Roku Demo Ended LDib 2 1,640 2022-01-20, 04:20 AM
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