NextPVR Forums
  • ______
  • Home
  • New Posts
  • Wiki
  • Members
  • Help
  • Search
  • Register
  • Login
  • Home
  • Wiki
  • Members
  • Help
  • Search
NextPVR Forums Public NextPVR Support v
« Previous 1 … 3 4 5 6 7 … 43 Next »
Watch outside network

 
  • 0 Vote(s) - 0 Average
Watch outside network
hdpvr-doug8796
Offline

Senior Member

Posts: 252
Threads: 24
Joined: Sep 2019
#51
2023-12-02, 02:21 AM
(2023-12-01, 11:51 PM)sub Wrote: Why what happens when you try it in the web app?

It works but it transcodes on chrome capture. ESPN+ runs normal
mvallevand
Offline

Posting Freak

Ontario Canada
Posts: 52,767
Threads: 954
Joined: May 2006
#52
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
hdpvr-doug8796
Offline

Senior Member

Posts: 252
Threads: 24
Joined: Sep 2019
#53
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.
mvallevand
Offline

Posting Freak

Ontario Canada
Posts: 52,767
Threads: 954
Joined: May 2006
#54
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
hdpvr-doug8796
Offline

Senior Member

Posts: 252
Threads: 24
Joined: Sep 2019
#55
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?
mvallevand
Offline

Posting Freak

Ontario Canada
Posts: 52,767
Threads: 954
Joined: May 2006
#56
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
hdpvr-doug8796
Offline

Senior Member

Posts: 252
Threads: 24
Joined: Sep 2019
#57
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?

Asked and answered already, https://forums.nextpvr.com/showthread.ph...#pid587163  Your stream of questions makes support tough.

Martin

Unfortunate. Is there any way to make nlite work better on lower end machines without external gpu.
sub
Offline

Administrator

NextPVR HQ, New Zealand
Posts: 106,626
Threads: 767
Joined: Nov 2003
#58
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)
hdpvr-doug8796
Offline

Senior Member

Posts: 252
Threads: 24
Joined: Sep 2019
#59
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?

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)

On laptop I cant handle the strem on nlite. it lags and fps is like 12 fps. Err I am thinking of yauiclient
mvallevand
Offline

Posting Freak

Ontario Canada
Posts: 52,767
Threads: 954
Joined: May 2006
#60
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
« Next Oldest | Next Newest »

Users browsing this thread: 1 Guest(s)

Pages (7): « Previous 1 … 3 4 5 6 7 Next »
Jump to page 


Possibly Related Threads…
Thread Author Replies Views Last Post
  Recordings file name should include date/time, and network ID DSperber 33 8,083 2023-02-23, 02:23 PM
Last Post: justian
  Network issue exiting playback artmetz 8 1,540 2021-12-01, 03:33 PM
Last Post: artmetz
  Recording on Win10 to Network Drive jw1 0 890 2021-08-02, 11:42 AM
Last Post: jw1
  Closed caption issue on one network only Ricknextpvr 31 5,526 2021-03-19, 06:21 PM
Last Post: mvallevand
  Best way to watch while recording? cords911 3 1,689 2020-02-08, 10:58 PM
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