NextPVR Forums
  • ______
  • Home
  • New Posts
  • Wiki
  • Members
  • Help
  • Search
  • Register
  • Login
  • Home
  • Wiki
  • Members
  • Help
  • Search
NextPVR Forums Public NextPVR Support Legacy (v4.x and earlier) v
« Previous 1 … 34 35 36 37 38 … 433 Next »
Set Up using Vader IPTV

Set Up using Vader IPTV
wayshegoes
Offline

Junior Member

Posts: 15
Threads: 0
Joined: Jun 2018
#71
2018-12-04, 02:24 PM
getting 403 forbidden in logs with this version
sub
Offline

Administrator

NextPVR HQ, New Zealand
Posts: 106,732
Threads: 767
Joined: Nov 2003
#72
2018-12-04, 03:59 PM
wayshegoes Wrote:getting 403 forbidden in logs with this version
.ts or .m3u8 streams? This version only made a minor tweak for .m3u8 streams.

I just checked again now, and vaders is still working fine for both .ts and .m3u8 for me, so you'll probably need to post logs.

Probably work checking a few channels first though, because it's not uncommon for these non-legit iptv providers to have the occasional channel returning a 403.
pBS
Offline

Posting Freak

Posts: 4,829
Threads: 182
Joined: Aug 2005
#73
2018-12-04, 07:47 PM
ok strange, withe vpn on, no problem...w vpn off...unable to communicate w rec service...!? weird..
havge to run to work but will grab logs when back..
Hardware: HDHR Prime, HDPVR 1212, Raspberry pi2, VFD display w/LCDSmartie
mvallevand
Offline

Posting Freak

Ontario Canada
Posts: 52,980
Threads: 956
Joined: May 2006
#74
2018-12-04, 08:41 PM
pBS Wrote:ok strange, withe vpn on, no problem...w vpn off...unable to communicate w rec service...!? weird..
havge to run to work but will grab logs when back..

Sounds like your VPN redirecting local IP.

Martin
pBS
Offline

Posting Freak

Posts: 4,829
Threads: 182
Joined: Aug 2005
#75
2018-12-04, 08:50 PM (This post was last modified: 2018-12-04, 09:31 PM by pBS.)
it wasn't doing that before nshared.dll replacement..and i can reproduce by replacing dll now so not a change in service.

logs show first with original dll, with vpn on, then vpn off, watching a channel..
then replace dll with new one and do same thing..
Hardware: HDHR Prime, HDPVR 1212, Raspberry pi2, VFD display w/LCDSmartie
sub
Offline

Administrator

NextPVR HQ, New Zealand
Posts: 106,732
Threads: 767
Joined: Nov 2003
#76
2018-12-04, 10:18 PM
pBS Wrote:it wasn't doing that before nshared.dll replacement..and i can reproduce by replacing dll now so not a change in service.

logs show first with original dll, with vpn on, then vpn off, watching a channel..
then replace dll with new one and do same thing..
Honestly, knowing what was changed in the code, and from the symptoms you describe, I really can't see that being caused by NextPVR. The update only changed the 'user-agent' string used on requests, to pretend to be VLC. If you were finding it different depending if you were on a VPN or not, I'd say either your request never made it to the recording, or your IPTV provider was doing some sort of IP address range blocking or similar.

Is the most recent patch working fine? (ie, I can't see any error in your most recent record.log)
mvallevand
Offline

Posting Freak

Ontario Canada
Posts: 52,980
Threads: 956
Joined: May 2006
#77
2018-12-04, 10:40 PM
There is definitely something odd about the order of the segments being returned.

Code:
2018-12-04 15:24:33.440    [DEBUG][21]    Downloaded Chunk: http://mia2./.../38-05005.ts?
2018-12-04 15:24:34.064    [DEBUG][21]    Downloaded Chunk: http://mia2./.../43-05005.ts?
2018-12-04 15:24:34.710    [DEBUG][21]    Downloaded Chunk: http://mia2./.../48-05005.ts?
2018-12-04 15:24:35.338    [DEBUG][21]    Downloaded Chunk: http://mia2./.../53-10010.ts?
2018-12-04 15:24:35.965    [DEBUG][21]    Downloaded Chunk: http://mia2./.../03-05005.ts?
2018-12-04 15:24:36.636    [DEBUG][21]    Downloaded Chunk: http://mia2./.../08-05005.ts?
2018-12-04 15:24:37.320    [DEBUG][21]    Downloaded Chunk: http://mia2./.../13-05005.ts?
2018-12-04 15:24:37.891    [DEBUG][21]    Downloaded Chunk: http://mia2./.../18-05005.ts?
2018-12-04 15:24:38.611    [DEBUG][21]    Downloaded Chunk: http://mia2./.../23-05005.ts?
2018-12-04 15:24:39.182    [DEBUG][21]    Downloaded Chunk: http://mia2./.../28-05005.ts?

2018-12-04 15:25:58.922    [DEBUG][21]    Downloaded Chunk: http://mia2./.../08-05005.ts?
2018-12-04 15:25:59.380    [DEBUG][21]    Downloaded Chunk: http://mia2./.../13-05005.ts?
2018-12-04 15:26:00.091    [DEBUG][21]    Downloaded Chunk: http://mia2./.../18-05005.ts?
2018-12-04 15:26:00.625    [DEBUG][21]    Downloaded Chunk: http://mia2./.../23-05005.ts?
2018-12-04 15:26:01.249    [DEBUG][21]    Downloaded Chunk: http://mia2./.../28-05005.ts?
2018-12-04 15:26:01.922    [DEBUG][21]    Downloaded Chunk: http://mia2./.../33-05005.ts?
2018-12-04 15:26:02.800    [DEBUG][21]    Downloaded Chunk: http://mia2./.../38-05005.ts?
2018-12-04 15:26:03.493    [DEBUG][21]    Downloaded Chunk: http://mia2./.../43-05005.ts?
2018-12-04 15:26:04.131    [DEBUG][21]    Downloaded Chunk: http://mia2./.../48-05005.ts?
2018-12-04 15:26:04.743    [DEBUG][21]    Downloaded Chunk: http://mia2./.../53-05005.ts?

Martin
pBS
Offline

Posting Freak

Posts: 4,829
Threads: 182
Joined: Aug 2005
#78
2018-12-04, 11:53 PM (This post was last modified: 2018-12-05, 12:06 AM by pBS.)
working fine here, but it was before...Smile i just thought it was odd i couldn't run the patch...and that was before the vpn changes were necessary..
[i bet you're right about that being blocking]
the only difference is, the original 4.2.3 dll would fail gracefully with http error when vpn was off, new one says can't communicate w rec service..
previous patch would say that even with vpn on..
Hardware: HDHR Prime, HDPVR 1212, Raspberry pi2, VFD display w/LCDSmartie
NYCGambino
Offline

Junior Member

Posts: 3
Threads: 1
Joined: Dec 2018
#79
2018-12-05, 11:14 PM
Just came across this post. I am getting the same recording service error. I am trying to run Vader Streams on Window 10. I’ll try the new dll that you posted I. This thread and see if it works.
NYCGambino
Offline

Junior Member

Posts: 3
Threads: 1
Joined: Dec 2018
#80
2018-12-06, 01:00 AM
Worked like a charm. Thank you.
« Next Oldest | Next Newest »

Users browsing this thread: 1 Guest(s)

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


Possibly Related Threads…
Thread Author Replies Views Last Post
  IPTV Channel Mapping jrockow 15 7,891 2021-03-07, 09:45 PM
Last Post: jrockow
  State of IPTV support TRW 18 5,975 2020-10-22, 09:58 AM
Last Post: pbelo
  IPTV service called Joker TV quek9 9 5,829 2020-09-27, 08:23 PM
Last Post: quek9
  Someone to create a IPTV channel Brucek2839 0 1,377 2020-04-08, 02:14 PM
Last Post: Brucek2839
  how to create my own IPTV channel Brucek2839 7 3,529 2020-03-31, 04:24 PM
Last Post: mvallevand
  IPTV timeout jrockow 2 1,957 2020-01-12, 07:41 PM
Last Post: jrockow
  IPTV Connections Greyed out mwkurt 2 1,743 2019-12-04, 07:55 PM
Last Post: mwkurt
  Rec service crashing when trying iptv streams that work in vlc pBS 30 7,309 2019-11-30, 04:27 AM
Last Post: pBS
  adding channels to iptv listing pmuraw 1 1,923 2019-11-14, 04:03 AM
Last Post: mvallevand
  IPTV Group Listings pmuraw 2 1,858 2019-10-15, 10:53 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