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
a1blues
Offline

Member

Posts: 120
Threads: 22
Joined: Aug 2018
#21
2020-10-20, 12:42 PM
(2020-10-20, 12:37 PM)mvallevand Wrote: I mentioned that there is no config.xml entry for recordings.  Does it work with Live TV?

Martin

it doesnt work on either live or recorded no matter how i edit the transcode arguments in the npvr-data folder.
I even tried nextpvr4 incase the config file is just for that.
mvallevand
Offline

Posting Freak

Ontario Canada
Posts: 53,106
Threads: 957
Joined: May 2006
#22
2020-10-20, 02:49 PM
Can I see the zipped NextPVR logs for live tv transcoding to knewc not sure if that is available in config.xml either.

Martin
a1blues
Offline

Member

Posts: 120
Threads: 22
Joined: Aug 2018
#23
2020-10-20, 03:15 PM
(2020-10-20, 02:49 PM)mvallevand Wrote: Can I see the zipped NextPVR logs for live tv transcoding to knewc not sure if that is available in config.xml either. 

Martin

Sure here is  the log files


Attached Files
.zip   logs-20201020-1614.zip (Size: 304.67 KB / Downloads: 2)
mvallevand
Offline

Posting Freak

Ontario Canada
Posts: 53,106
Threads: 957
Joined: May 2006
#24
2020-10-20, 04:33 PM
I would try

Code:
<TranscodeHLS>-y -analyzeduration 10M [SEEK] -i [SOURCE] -map_metadata -1 -threads [THREADS] -ignore_unknown  -map 0:v:0? [PREFERRED_LANGUAGE] -map 0:a:[AUDIO_STREAM] -codec:v:0 libx264 -pix_fmt yuv420p -preset superfast -crf 23 [DEINTERLACING] -b:v [BITRATE] -maxrate [BITRATE] -bufsize [BUFSIZE] -vsync vfr -profile:v high -level 41 -force_key_frames "expr:gte(t,n_forced*3)" -s [RESOLUTION] [SCALE] -flags -global_header -sc_threshold 0 -codec:a:0 [AUDIO_CODEC] -c:s -strict experimental -ac [AUDIO_CHANNELS] -ab [AUDIO_BITRATE] -hls_time [SEGMENT_DURATION] -start_number 0 -hls_list_size [SEGMENT_COUNT] -y [TARGET]</TranscodeHLS>

Martin
a1blues
Offline

Member

Posts: 120
Threads: 22
Joined: Aug 2018
#25
2020-10-20, 05:01 PM
(2020-10-20, 04:33 PM)mvallevand Wrote: I would try 

Code:
<TranscodeHLS>-y -analyzeduration 10M [SEEK] -i [SOURCE] -map_metadata -1 -threads [THREADS] -ignore_unknown  -map 0:v:0? [PREFERRED_LANGUAGE] -map 0:a:[AUDIO_STREAM] -codec:v:0 libx264 -pix_fmt yuv420p -preset superfast -crf 23 [DEINTERLACING] -b:v [BITRATE] -maxrate [BITRATE] -bufsize [BUFSIZE] -vsync vfr -profile:v high -level 41 -force_key_frames "expr:gte(t,n_forced*3)" -s [RESOLUTION] [SCALE] -flags -global_header -sc_threshold 0 -codec:a:0 [AUDIO_CODEC] -c:s -strict experimental -ac [AUDIO_CHANNELS] -ab [AUDIO_BITRATE] -hls_time [SEGMENT_DURATION] -start_number 0 -hls_list_size [SEGMENT_COUNT] -y [TARGET]</TranscodeHLS>

Martin

Thanks just tried editing the line as it was empty before.
I have included logs again as now it fails completely and wont play any recordings or live tv from the web app with message from the web player :[b]Streaming Failed (transcoder exited)[/b]


Attached Files
.zip   logs-20201020-1758.zip (Size: 188.69 KB / Downloads: 1)
a1blues
Offline

Member

Posts: 120
Threads: 22
Joined: Aug 2018
#26
2020-10-20, 05:05 PM
here is my config file if that might help as a zip file minus the security details


Attached Files
.zip   config.zip (Size: 6.02 KB / Downloads: 0)
mvallevand
Offline

Posting Freak

Ontario Canada
Posts: 53,106
Threads: 957
Joined: May 2006
#27
2020-10-20, 05:19 PM
Instead of

Code:
-c:s -strict experimental
use

Code:
-c:s copy -strict experimental

Martin
a1blues
Offline

Member

Posts: 120
Threads: 22
Joined: Aug 2018
#28
2020-10-20, 05:38 PM
(2020-10-20, 05:19 PM)mvallevand Wrote: Instead of

Code:
-c:s -strict experimental
use

Code:
-c:s copy -strict experimental

Martin

Its now showing the video and audio as it used to, however the subtitles i cant enable still as before in either live or recordings.
Is there a way to edit the line you gave me to have the subtitles hardcoded by mixing the command line i tried earlier with yours??
Here is the line i used as earlier:

-y -i [SOURCE] -filter_complex "[0:v][0 : s ]overlay[v]" -map "[v]" -map 0:a [TARGET]
mvallevand
Offline

Posting Freak

Ontario Canada
Posts: 53,106
Threads: 957
Joined: May 2006
#29
2020-10-20, 05:42 PM
You can do whatever you want with that command line.

Can I see the logs though I'd like to see if the subtitles were copied to the m3u8 file. The Kodi log would be good too.

Martin
a1blues
Offline

Member

Posts: 120
Threads: 22
Joined: Aug 2018
#30
2020-10-20, 05:55 PM
(2020-10-20, 05:42 PM)mvallevand Wrote: You can do whatever you want with that command line.

Can I see the logs though I'd like to see if the subtitles were copied to the m3u8 file.  The Kodi log would be good too.

Martin

I am only testing on the nextpvr web client at the moment so kodi log would not be of any use.
Here is log files again though for nextpvr.
Even if the subtitles are copied I cannot see them with them not being implemented in the web player according to sub.
That is why i wanted to hardcode them on the fly to circumvent the issue.


Attached Files
.zip   logs-20201020-1851.zip (Size: 218.99 KB / Downloads: 1)
« 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 956 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,329 2023-01-13, 11:01 PM
Last Post: tesla1886
  subtitles gilroy 1 732 2022-01-31, 04:39 PM
Last Post: sub
  nextpvr.exe subtitles broke? hae 6 1,839 2022-01-06, 04:11 AM
Last Post: hae
  Web video player dies boringgit 4 1,266 2021-10-19, 11:03 PM
Last Post: boringgit
  ATSC3.0/AC-4 Video Player ferrels 4 2,059 2021-02-12, 09:11 AM
Last Post: ferrels
  Recording Subtitles Captain Jack 5 1,849 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