2020-06-15, 12:20 PM
If you post the changes I'm sure sub would be happy to look at them. The method will vary by stream and tuner type but it will be helpful start.
Martin
Martin
2020-06-15, 12:20 PM
If you post the changes I'm sure sub would be happy to look at them. The method will vary by stream and tuner type but it will be helpful start.
Martin
2020-06-15, 04:14 PM
Yeah, I'd be happy to take a look.
In playter.html at line 235 I commented out the line to make controls visible. (this control covers up the standard video tag control)
// make controls visible // $("#controls").removeClass("d-none"); then at line 71 I added "controls" <video id="video_1" class="video-js vjs-default-skin hidden-player" autoplay controls preload="none" poster="video.png" This added back the native control to the video tag and makes the CC icon display when captions are available. Next in player.css at line 201 I moved up the metadata display because it covers up the closed caption icon control. .nplayer-metadata { position: absolute; /* bottom: 60px; */ bottom: 100px;
2020-06-16, 03:11 PM
(This post was last modified: 2020-06-16, 03:14 PM by mvallevand.)
Ok some comments certainly a start for sub
- works with IPTV, ATSC and an extra so that is great for those that need it. - it only worked with software decoding - I cannot toggle CC's when the OSD description box is open. - I don't like not having a stop button - I don't like clicking the screen as pause Martin
2020-06-16, 04:40 PM
Cheers. That's not the way I'll do it, but good to get confirmation the player was able to do CC. I'll try to add a CC button for the next build.
|
|
Possibly Related Threads… | |||||
Thread | Author | Replies | Views | Last Post | |
Unable to install HDHomeRun tuner to NextPVR | terry | 19 | 1,529 |
2024-01-26, 09:47 PM Last Post: terry |
|
Looking for a full offline Windows install | RedDawg | 6 | 1,182 |
2023-06-29, 02:29 PM Last Post: RedDawg |
|
Synology DS2415+ Install | sojourner353 | 3 | 3,165 |
2020-05-27, 08:55 PM Last Post: Ranbato |
|
NextPVR v.5.0.4 install | mame | 2 | 2,425 |
2020-04-29, 05:14 PM Last Post: mame |
|
Error on Install | NND | 4 | 1,546 |
2020-04-20, 05:45 AM Last Post: NND |
|
New install - Web browser failing with Streaming Failed (transcoder exited) | NickH | 34 | 7,919 |
2020-04-12, 06:20 PM Last Post: NickH |