NextPVR Forums
  • ______
  • Home
  • New Posts
  • Wiki
  • Members
  • Help
  • Search
  • Register
  • Login
  • Home
  • Wiki
  • Members
  • Help
  • Search
NextPVR Forums Public NextPVR Support Windows v
« Previous 1 21 22 23 24 25 … 102 Next »
No subtitles web player

 
  • 0 Vote(s) - 0 Average
No subtitles web player
mvallevand
Online

Posting Freak

Ontario Canada
Posts: 53,112
Threads: 957
Joined: May 2006
#31
2020-10-20, 06:19 PM
You know have the command line so you can work on it. I don't know enough about m3u8 files and subtitles anyway.

Martin
a1blues
Offline

Member

Posts: 121
Threads: 23
Joined: Aug 2018
#32
2020-10-20, 06:22 PM
(2020-10-20, 06:19 PM)mvallevand Wrote: You know have the command line so you can work on it.  I don't know enough about m3u8 files and subtitles anyway.

Martin

Actually the filter complex part I googled and this does work when converting files but I cant get it to work on the fly with the web player but I am trying..
Thanks for your help anyhow, it gives me a starting ground to work from.
a1blues
Offline

Member

Posts: 121
Threads: 23
Joined: Aug 2018
#33
2020-10-21, 09:14 AM
(2020-10-20, 06:19 PM)mvallevand Wrote: You know have the command line so you can work on it.  I don't know enough about m3u8 files and subtitles anyway.

Martin

Just to let you know I managed to hardcode the subs into the picture.
It works great on the web player and your kodi addon.
Only problem is if there is no subtitles the player crashes out because of errors with ffmpeg not finding them.
Not sure how to fix that part but luckily most tv live or recorded does have subtitles.
Jim_J
Offline

Junior Member

Australia
Posts: 10
Threads: 3
Joined: Jul 2023
#34
2023-07-16, 03:18 AM
Any ideas on this..

On playback I can get subtitles from NPVR recorded video (Australia) using potplayer but I don't get any using the web client (Firefox) or in the NPVR native player. 
Enabling them on the web-client has no effect.
Enabling the NPVR-client decoders disables the Play button on the highlighted video.

The web client is the main one used, not the NPVR-client
NPVR 6.1.4 (230625), Firefox & win10 up to date.

Thanks.
mvallevand
Online

Posting Freak

Ontario Canada
Posts: 53,112
Threads: 957
Joined: May 2006
#35
2023-07-16, 03:37 AM
I don't think that sub as added DVB-T to the web player yet. Sub might need a sample to see why NextPVR.exe doesn't support them.

My experience is yauiclient is better at subtitles and closed captioning then NextPVR.exe if you want the NextPVR GUI. The key is different G to cycle through them as explained via the wiki.

Martin
sub
Offline

Administrator

NextPVR HQ, New Zealand
Posts: 106,789
Threads: 769
Joined: Nov 2003
#36
2023-07-16, 05:02 AM
(2023-07-16, 03:18 AM)Jim_J Wrote: Any ideas on this..

On playback I can get subtitles from NPVR recorded video (Australia) using potplayer but I don't get any using the web client (Firefox) or in the NPVR native player. 
Enabling them on the web-client has no effect.
Enabling the NPVR-client decoders disables the Play button on the highlighted video.

The web client is the main one used, not the NPVR-client
NPVR 6.1.4 (230625), Firefox & win10 up to date.

Thanks.
Assuming you're meaning subtitles carried on your local DVB-T broadcasts, the situation is as follows:

- They should work in the NextPVR Desktop Client (nextpvr.exe)
- They do not work in the web client

If you're not getting them in nextpvr.exe, please supply a sample recordings and I'll take a look for you. You'd need to put the recordings somewhere like onedrive/googledrive and let me know the download link.
Jim_J
Offline

Junior Member

Australia
Posts: 10
Threads: 3
Joined: Jul 2023
#37
2023-07-20, 09:19 AM
Sample recording --
https://drive.proton.me/urls/DPF1WWCNT4#fZuw4t4tuauU (password not required)
Video is short, subtitles start about 01:15
a1blues
Offline

Member

Posts: 121
Threads: 23
Joined: Aug 2018
#38
2023-07-20, 10:52 AM
(2023-07-16, 05:02 AM)sub Wrote:
(2023-07-16, 03:18 AM)Jim_J Wrote: Any ideas on this..

On playback I can get subtitles from NPVR recorded video (Australia) using potplayer but I don't get any using the web client (Firefox) or in the NPVR native player. 
Enabling them on the web-client has no effect.
Enabling the NPVR-client decoders disables the Play button on the highlighted video.

The web client is the main one used, not the NPVR-client
NPVR 6.1.4 (230625), Firefox & win10 up to date.

Thanks.
Assuming you're meaning subtitles carried on your local DVB-T broadcasts, the situation is as follows:

- They should work in the NextPVR Desktop Client (nextpvr.exe)
- They do not work in the web client

If you're not getting them in nextpvr.exe, please supply a sample recordings and I'll take a look for you. You'd need to put the recordings somewhere like onedrive/googledrive and let me know the download link.

I know you said previously that you was not planning on implementing dvb-t subs in the web player.
However, I ask again if you can reconsider as I realize in Australia these types of subs are not used, however here in the uk they are the main type and therefore would be a big update for people on this side of the pond.
This is the only feature that as always been missing and it would be a great addition should you reconsider.
Thanks.
mvallevand
Online

Posting Freak

Ontario Canada
Posts: 53,112
Threads: 957
Joined: May 2006
#39
2023-07-20, 12:57 PM (This post was last modified: 2023-07-20, 01:08 PM by mvallevand.)
Graphic subtitles are a challenge for a all streaming services so I expect unless sub was to license (and then support) OCR this is not an easily solution nothing to do with sub being in the NZ.

Before text converted graphic subtitles can be added, sub would likely need to support external subs like srt and web vtt in the browser and other clients

Sub could also in theory use the thumbnail style approach to deliver the images but that would take some major core development plus a fast enough machine to do this especially for Live TV and when skipping to avoid sync issues.

For those that absolutely need them in the web browser they can be burnt in at the source but then they can't be disabled. Again the server needs to be fast enough to do this and you need to create some complicated ffmpeg command lines. Since many UI clients, NextPVR.exe and Kodi all support DVB subs at least there are options.

Martin
a1blues
Offline

Member

Posts: 121
Threads: 23
Joined: Aug 2018
#40
2023-07-20, 02:18 PM
(2023-07-20, 12:57 PM)mvallevand Wrote: Graphic subtitles are a challenge for a all streaming services so I expect unless sub was to license (and then support) OCR this is not an easily solution nothing to do with sub being in the NZ.

Before text converted graphic subtitles can be added, sub would likely need to support external subs like srt and web vtt in the browser and other clients

Sub could also in theory use the thumbnail style approach to deliver the images but that would take some major core development plus a fast enough machine to do this especially for Live TV and when skipping to avoid sync issues.

For those that absolutely need them in the web browser they can be burnt in at the source but then they can't be disabled.  Again the server needs to be fast enough to do this and you need to create some complicated ffmpeg command lines.  Since many UI clients, NextPVR.exe and Kodi all support DVB subs at least there are options.

Martin

I didn't realize the complexity involved, just thought it was because there not used in Australia and therefore wasn't a priority.
Yeah i guess there is workarounds or other apps that can do the job.
Guess would be a nice feature if it can be implemented in future however.
« 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
  "tartan" subtitles smiffypr 9 678 2024-10-31, 12:22 PM
Last Post: smiffypr
  Subtitles off MP4 files Offroad 0 297 2024-06-22, 11:28 AM
Last Post: Offroad
  Subtitles only stay up for about half a second lost@c 7 960 2023-07-08, 12:01 AM
Last Post: gEd
  Adjust Subtitles jrockow 4 732 2023-02-13, 07:41 PM
Last Post: sub
  Subtitles tesla1886 9 1,337 2023-01-13, 11:01 PM
Last Post: tesla1886
  subtitles gilroy 1 733 2022-01-31, 04:39 PM
Last Post: sub
  nextpvr.exe subtitles broke? hae 6 1,846 2022-01-06, 04:11 AM
Last Post: hae
  Web video player dies boringgit 4 1,269 2021-10-19, 11:03 PM
Last Post: boringgit
  ATSC3.0/AC-4 Video Player ferrels 4 2,067 2021-02-12, 09:11 AM
Last Post: ferrels
  Recording Subtitles Captain Jack 5 1,855 2021-02-01, 10:31 AM
Last Post: Captain Jack

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

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

Linear Mode
Threaded Mode