NextPVR Forums
  • ______
  • Home
  • New Posts
  • Wiki
  • Members
  • Help
  • Search
  • Register
  • Login
  • Home
  • Wiki
  • Members
  • Help
  • Search
NextPVR Forums Public NextPVR Support Docker amd64 v
« Previous 1 … 4 5 6 7 8 9 Next »
LiveTv Channels - Streaming Failed (transcoder exited)

 
  • 0 Vote(s) - 0 Average
LiveTv Channels - Streaming Failed (transcoder exited)
groenator
Offline

Junior Member

UK
Posts: 36
Threads: 7
Joined: Oct 2020
#1
2020-10-04, 05:40 PM (This post was last modified: 2020-10-04, 05:44 PM by groenator.)
I am using nextPVR in a docker container with the official nextPVR image.

The docker container runs inside Ubuntu 18.4 LTS. 

Before I start explaining, this behaviour only happens with some channels. Other channels are working fine. 

The behaviour I am having is as follow:

Whenever I start playing a channel (Boomerang) from my IPTV via the NextPVR Web UI I am getting the following error:

Code:
Streaming Failed (transcoder exited)


If I am playing the same channel using Emby, the channel at first stops for about 10-30 seconds, then it starts playing as normal. 

I played the same channel with Kodi, the behaviour is the same as with Emby. 

When I played the same channel with Android TV or Mobile I am getting the same streaming failed error. 

Another issue I am having is with recording. When I record from this channel the recording is broken. I can only play the recording with Emby and Kodi but not with any other players, like VLC. At the moment I am not sure if the recording issue is related to my main issue.

I uploaded the logs from Emby and NextPVR.

From the previous discussion we had, you said this has to be something related to FFMPEG. 

I also tried using HW encoding, I thought maybe it will help to transcode but it didn't help. I remember you saying that this is nothing to do with HW. 

If you need more logs or investigation please let me know. 

Thanks again for your help.


Attached Files
.zip   nextpvrlogs.zip (Size: 17.61 KB / Downloads: 4)
mvallevand
Offline

Posting Freak

Ontario Canada
Posts: 52,766
Threads: 954
Joined: May 2006
#2
2020-10-04, 05:52 PM (This post was last modified: 2020-10-04, 05:52 PM by mvallevand.)
Sorry those are edited logs you need to send all the logs for a real look but going back to the last thread did you confirm

/buffer/ is setup correctly?

Martin
sub
Offline

Administrator

NextPVR HQ, New Zealand
Posts: 106,626
Threads: 767
Joined: Nov 2003
#3
2020-10-04, 06:39 PM
If you want to PM an example url that doesn't work, I'll check it here. It's not uncommon for IPTV providers to do weird stuff that needs special handling.
groenator
Offline

Junior Member

UK
Posts: 36
Threads: 7
Joined: Oct 2020
#4
2020-10-04, 06:42 PM
(2020-10-04, 05:52 PM)mvallevand Wrote: Sorry those are edited logs  you need to send all the logs for a real look but going back to the last thread did you confirm

/buffer/ is setup correctly?

Martin

Hi, 

I attached all the logs. I configured buffer based on the documentation. 

Code:
version: '2.4'
services:
  nextpvr:
    container_name: nextpvr
    image: nextpvr/nextpvr_amd64:stable
    restart: always
    privileged: true
    devices:
      - /dev/dri:/dev/dri
    network_mode: "container:app"
    volumes:
      - /nfs/recordings:/recordings
      - /nfs/recordings/buffer:/buffer
      - /data/media/nextpvr:/config

Thank you!


Attached Files
.zip   logs-20201004-1722.zip (Size: 1.98 MB / Downloads: 4)
mvallevand
Offline

Posting Freak

Ontario Canada
Posts: 52,766
Threads: 954
Joined: May 2006
#5
2020-10-04, 07:19 PM
Ok it seems that you aren't able to connect to all the URLs

2020-10-04 16:20:34.061 [DEBUG][46] WebException: System.Net.WebException: The remote server returned an error: (403) Forbidden.
at System.Net.HttpWebRequest.GetResponse()
at NShared.IPTVRecorder.ConnectToURL(String url, Int32 depth)

and at least one worked SuperSport Variety 2 seemed to work which I don't believe you mentioned.

So it isn't the buffer, it seem like it is your URL's but the PM to sub will help

Martin
groenator
Offline

Junior Member

UK
Posts: 36
Threads: 7
Joined: Oct 2020
#6
2020-10-04, 08:13 PM (This post was last modified: 2020-10-04, 08:15 PM by groenator.)
(2020-10-04, 07:19 PM)mvallevand Wrote: Ok it seems that you aren't able to connect to all the URLs

2020-10-04 16:20:34.061 [DEBUG][46] WebException: System.Net.WebException: The remote server returned an error: (403) Forbidden.
  at System.Net.HttpWebRequest.GetResponse()
  at NShared.IPTVRecorder.ConnectToURL(String url, Int32 depth)

and at least one worked  SuperSport Variety 2 seemed to work which I don't believe you mentioned.

So it isn't the buffer, it seem like it is your URL's but the PM to sub will help

Martin

Hi Martin, 

This issue happens only with some channels, other channels are working fine. But one thing I don't get It why the channel is playing well in Emby, Kodi and not in NextPVR?

Have you checked the Emby Logs? The channel I am talking about is Boomerang UK. Please have a look at these logs.

If I would have issues with the URL's then my other 3rd party IPTV players won't work. I am using this playlist with other non-nextpvr clients and all the links are working fine. 

What do you mean "the PM to sub will help"?
sub
Offline

Administrator

NextPVR HQ, New Zealand
Posts: 106,626
Threads: 767
Joined: Nov 2003
#7
2020-10-04, 08:16 PM
(2020-10-04, 08:13 PM)groenator Wrote: What do you mean "the PM to sub will help"?
As I offered above - if you can PM me the url for Boomerang UK, I'll check it for you (and fix if necessary)
sub
Offline

Administrator

NextPVR HQ, New Zealand
Posts: 106,626
Threads: 767
Joined: Nov 2003
#8
2020-10-04, 08:18 PM
(2020-10-04, 08:13 PM)groenator Wrote: This issue happens only with some channels, other channels are working fine. But one thing I don't get It why the channel is playing well in Emby, Kodi and not in NextPVR?
It probably would have worked fine in nextpvr.exe and other clients that didn't need to transcode. Playback in the web app has more things that can go wrong, and it could just be a case of your IPTV provider using some codec or encoding setting that ffmpeg didn't like with the default settings.
groenator
Offline

Junior Member

UK
Posts: 36
Threads: 7
Joined: Oct 2020
#9
2020-10-04, 08:35 PM
(2020-10-04, 08:18 PM)sub Wrote:
(2020-10-04, 08:13 PM)groenator Wrote: This issue happens only with some channels, other channels are working fine. But one thing I don't get It why the channel is playing well in Emby, Kodi and not in NextPVR?
It probably would have worked fine in nextpvr.exe and other clients that didn't need to transcode. Playback in the web app has more things that can go wrong, and it could just be a case of your IPTV provider using some codec or encoding setting that ffmpeg didn't like with the default settings.

Yeah! It does look like that. This is not the first time I see this issue. I know that some clients like android don't support AAC codec. 

Is there a way to tweak the FFmpeg settings? Emby and Kodi seem to play well this type of content, are you able to tweak FFmpeg settings like Emby or Kodi?
groenator
Offline

Junior Member

UK
Posts: 36
Threads: 7
Joined: Oct 2020
#10
2020-10-04, 08:36 PM
(2020-10-04, 08:16 PM)sub Wrote:
(2020-10-04, 08:13 PM)groenator Wrote: What do you mean "the PM to sub will help"?
As I offered above - if you can PM me the url for Boomerang UK, I'll check it for you (and fix if necessary)

The channel is broken now from my provider. I had a chat with my provider, once the source is updated it I will try it out with NextPVR and if I get the same issue I will PM you the URL.
« Next Oldest | Next Newest »

Users browsing this thread: 1 Guest(s)

Pages (3): 1 2 3 Next »


Possibly Related Threads…
Thread Author Replies Views Last Post
  Channels stop working overnight aTF6i 68 3,336 2024-11-21, 03:22 PM
Last Post: mvallevand
  Schedules Direct Only downloading 25 channels for epg matt77303 5 677 2024-08-11, 04:49 PM
Last Post: mvallevand
  IPTV streaming uses 100% CPU callumjk 2 951 2024-04-18, 05:11 PM
Last Post: sub
  NPVR Synology Docker with Octopus SAT/IP finds no channels Thoschi 92 15,292 2024-01-19, 08:07 PM
Last Post: mvallevand
  [HDHomerRun] Stuck scanning for channels QuiteConfused 9 1,536 2023-12-05, 01:16 AM
Last Post: mvallevand
  Some channels importing as VOD wapkaplet 17 2,140 2023-11-09, 06:36 PM
Last Post: mvallevand
  Unable to Scan for New Channels pkscout 5 894 2023-08-11, 01:24 AM
Last Post: mvallevand
  nextpvr Import failed. Not logged in. XM55 4 2,969 2023-08-08, 08:35 PM
Last Post: XM55
  Container fails to scan channels - Native succeeds Velero 4 1,138 2022-02-08, 06:47 PM
Last Post: Velero
  New Install - Stream Failed Transcoder Exited fire fuze 24 9,020 2020-10-04, 04:54 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