NextPVR Forums
  • ______
  • Home
  • New Posts
  • Wiki
  • Members
  • Help
  • Search
  • Register
  • Login
  • Home
  • Wiki
  • Members
  • Help
  • Search
NextPVR Forums Public NextPVR Support Linux v
« Previous 1 … 7 8 9 10 11 … 34 Next »
npvrProxy

 
  • 0 Vote(s) - 0 Average
npvrProxy
run088
Offline

Member

us
Posts: 133
Threads: 1
Joined: Mar 2020
#1
2023-02-14, 01:47 AM
Does anyone know anything about npvrProxy?

I see alot of pointers to windows locations in the file. Im running on linux and wondered if this needed changed or if there was some change in the API that is causing it to fail. The app is kinda old.

https://github.com/rogueosb/npvrProxy/bl...vrProxy.py

The channel lineup.json is what fails.

discover.json and lineup_status.json work as expected
sub
Offline

Administrator

NextPVR HQ, New Zealand
Posts: 106,626
Threads: 767
Joined: Nov 2003
#2
2023-02-14, 01:50 AM
Never heard of it. It looks pretty old. It pre-dates NextPVR being rewritten after v4.
run088
Offline

Member

us
Posts: 133
Threads: 1
Joined: Mar 2020
#3
2023-02-14, 02:09 AM
Is there anything in this part of this code that you think might cause an issue? Its seems like the part of the code calling for the channel lineup that fails.

@app.route('/lineup.json')
def lineup():
lineup = []

for c in _get_channels():
c = c['channel']
url = '%s/auto/v%s' % (config['npvrProxyURL'], c['channelNum'])

lineup.append({'GuideNumber': str(c['channelNum']),
'GuideName': c['channelName'],
'URL': url
})

return jsonify(lineup)
mvallevand
Offline

Posting Freak

Ontario Canada
Posts: 52,767
Threads: 954
Joined: May 2006
#4
2023-02-14, 02:11 AM (This post was last modified: 2023-02-14, 02:13 AM by mvallevand.)
I know psychic wrote one and for HDHR emulators like this proxy there is https://github.com/fHDHR/fHDHR_plugin_origin_NextPVR I have never tested it and so downloading any app from github buyer beware. It does use the new API the code for npvrProxy uses NEWA.

Martin
run088
Offline

Member

us
Posts: 133
Threads: 1
Joined: Mar 2020
#5
2023-02-14, 02:25 AM
Small world I was looking for that guy. I didnt know that this app would work the same way. I seen it. Upon searching for answers for this last week I ran across this thread and reached out to the poster but he hasnt responded

https://www.reddit.com/r/PleX/comments/i..._question/
run088
Offline

Member

us
Posts: 133
Threads: 1
Joined: Mar 2020
#6
2023-02-14, 10:36 AM
I believe this will work.
run088
Offline

Member

us
Posts: 133
Threads: 1
Joined: Mar 2020
#7
2023-02-21, 11:24 AM
couldnt get that program to work however


https://github.com/xteve-project/xTeVe


xTeVe works you just need to make a play list of your channels in an m3u file and use



#EXTM3U x-tvg-url="http://SERVER:34400/xmltv/xteve.xml"
#EXTINF:-1, CHANNEL NAME
http://SERVER:8866/live?channel=CHANNELNUMBER
#EXTINF:-1, CHANNEL NAME
http://SERVER:8866/live?channel=CHANNELNUMBER
mvallevand
Offline

Posting Freak

Ontario Canada
Posts: 52,767
Threads: 954
Joined: May 2006
#8
2023-02-21, 12:24 PM
This URL lets NextPVR build it for you.

http://localhost:8866/service?method=channel.m3u

For your Ceton device you would need to add a parameter like &client=c1 &client=c2 so you have more than one at a time and import it 6 times and merge them if that is possible in Plex. If not you could make it more limited and add &client=CHANNELNUMBER but the same channel would only be used once.

Martin
run088
Offline

Member

us
Posts: 133
Threads: 1
Joined: Mar 2020
#9
2023-02-21, 06:14 PM (This post was last modified: 2023-02-21, 06:18 PM by run088.)
interesting but there is a 480 stream limit in xteve so that would max the system out with 80 streams 480/6

Any other benefit from having it set up that way?

The playlist was a pain to make but it allowed me to add it into xTeVe and specify how many tuners it could use which I just set to the number of tuners in nextpvr.

Stream load time is lightning fast compared to cetonproxy that runs on exactly the same hardware but on my windows machine.

However no matter how hard I try to tweak it I cant manage to get the plutotv streams to play this way. I was looking forward to pulling them into the system but I cant get the stream to run

I can see the temp file grow but plex doesnt like it

However plex does play in RAW mode
mvallevand
Offline

Posting Freak

Ontario Canada
Posts: 52,767
Threads: 954
Joined: May 2006
#10
2023-02-21, 06:32 PM
I noted I am not interested in spending time getting this working in Plex. I don't even know or care why xteve is needed.

If you aren't worried about recording in Plex or only have one person watching Live TV then there is no issue.

Martin
« Next Oldest | Next Newest »

Users browsing this thread: 1 Guest(s)

Pages (2): 1 2 Next »


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

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

Linear Mode
Threaded Mode