2023-12-02, 02:21 AM
2023-12-02, 02:25 AM
(This post was last modified: 2023-12-02, 02:34 AM by mvallevand.)
As you say it works and as I noted before NextPVR trancodes because the server works on very generic standards and the audio that Chrome uses for some channels doesn't work on all browsers https://caniuse.com/opus There is no special case for Safari.
There is a setting config.xml to turn off transcoding by faking the stream but then channel that do need transcoding like OTA won't work. Changing TranscodeHLS to this will probably do it but I won't support it beyond that. It keeps your h264 video so it is much lighter on the server. Code: [ANALYZE_DURATION] [SEEK] -i [SOURCE] -map_metadata -1 -threads [THREADS] -ignore_unknown -map 0:v:0? [PREFERRED_LANGUAGE] -map 0:a:[AUDIO_STREAM] -map -0:s -vcodec copy -acodec aac -ac 2 -c:s copy -hls_time [SEGMENT_DURATION] -start_number 0 -hls_list_size [SEGMENT_COUNT] Martin
2023-12-06, 05:07 PM
(This post was last modified: 2023-12-06, 05:07 PM by hdpvr-doug8796.)
mvallevandAs you say it works and as I noted before NextPVR trancodes because the server works on very generic standards and the audio that Chrome uses for some channels doesn't work on all browsers https://caniuse.com/opus There is no special case for Safari.
There is a setting config.xml to turn off transcoding by faking the stream but then channel that do need transcoding like OTA won't work. Changing TranscodeHLS to this will probably do it but I won't support it beyond that. It keeps your h264 video so it is much lighter on the server. Code: [ANALYZE_DURATION] [SEEK] -i [SOURCE] -map_metadata -1 -threads [THREADS] -ignore_unknown -map 0:v:0? [PREFERRED_LANGUAGE] -map 0:a:[AUDIO_STREAM] -map -0:s -vcodec copy -acodec aac -ac 2 -c:s copy -hls_time [SEGMENT_DURATION] -start_number 0 -hls_list_size [SEGMENT_COUNT] Martin So what do I need to modify exactly? How many threads, what is source? I think chrome capture would work great in nextpvr, its a shame it wont work in browser or properly in client.
2023-12-06, 05:10 PM
(This post was last modified: 2023-12-06, 05:10 PM by mvallevand.)
Edit config.xml <TranscodeHLS>default</TranscodeHLS> by changing the text default to what I posted. You are on your own from here.
Martin
2023-12-06, 05:11 PM
(This post was last modified: 2023-12-06, 05:14 PM by hdpvr-doug8796.)
I noticed regular client does work and passes up ts file, but nlite does not can I run regular client on another machine?
2023-12-06, 05:15 PM
(2023-12-06, 05:11 PM)hdpvr-doug8796 Wrote: I noticed regular client does work, but nlite does not can I run regular client on another machine? Asked and answered already, https://forums.nextpvr.com/showthread.ph...#pid587163 Your stream of questions makes support tough. Martin
2023-12-06, 06:56 PM
(2023-12-06, 05:15 PM)mvallevand Wrote:(2023-12-06, 05:11 PM)hdpvr-doug8796 Wrote: I noticed regular client does work, but nlite does not can I run regular client on another machine? Unfortunate. Is there any way to make nlite work better on lower end machines without external gpu.
2023-12-06, 09:47 PM
What sort of lower end machine?
NextPVR.exe and nlite.exe use the same playback components, so should perform pretty similarly. The only major difference in playback is that nlite.exe allows the stream to come over http instead of reading from local files. What issues are you having when you're using nlite? (this thread is a mixture of comments about various clients, and it's not clear exactly what the issues are)
2023-12-06, 11:49 PM
(This post was last modified: 2023-12-06, 11:49 PM by hdpvr-doug8796.)
(2023-12-06, 09:47 PM)sub Wrote: What sort of lower end machine? On laptop I cant handle the strem on nlite. it lags and fps is like 12 fps. Err I am thinking of yauiclient
2023-12-06, 11:55 PM
For yauiclient perhaps you client is too low powered for a UI client over the Internet. That is why multiple times I recommended Kodi since UI client is a slow protocol. I also said to try and get nlite working but I don't know how well it works over the Internet. We are on page 6 because of all the repetition.
Martin |
|
Possibly Related Threads… | |||||
Thread | Author | Replies | Views | Last Post | |
Recordings file name should include date/time, and network ID | DSperber | 33 | 6,462 |
2023-02-23, 02:23 PM Last Post: justian |
|
Network issue exiting playback | artmetz | 8 | 1,286 |
2021-12-01, 03:33 PM Last Post: artmetz |
|
Recording on Win10 to Network Drive | jw1 | 0 | 786 |
2021-08-02, 11:42 AM Last Post: jw1 |
|
Closed caption issue on one network only | Ricknextpvr | 31 | 4,707 |
2021-03-19, 06:21 PM Last Post: mvallevand |
|
Best way to watch while recording? | cords911 | 3 | 1,493 |
2020-02-08, 10:58 PM Last Post: mvallevand |