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 … 101 102 103 104 105 … 433 Next »
Streaming Failed (transcoder exited)

Streaming Failed (transcoder exited)
tripkip
Offline

Junior Member

Posts: 35
Threads: 13
Joined: Dec 2015
#1
2016-07-07, 08:02 PM
I'm trying to get the transcoding work via the web interface.
After seeing "Requesting stream for channel. Standby..." I see the text "Streaming Failed (transcoder exited)".

Log: http://pastebin.com/U8qJ1rGU
sub
Offline

Administrator

NextPVR HQ, New Zealand
Posts: 106,677
Threads: 767
Joined: Nov 2003
#2
2016-07-07, 08:27 PM
Are you getting a transcode .log file in C:\Users\Public\NPVR\web\temp?
tripkip
Offline

Junior Member

Posts: 35
Threads: 13
Joined: Dec 2015
#3
2016-07-07, 08:55 PM
sub Wrote:Are you getting a transcode .log file in C:\Users\Public\NPVR\web\temp?

Nothing in that folder.
sub
Offline

Administrator

NextPVR HQ, New Zealand
Posts: 106,677
Threads: 767
Joined: Nov 2003
#4
2016-07-07, 08:57 PM
Ok, reproduce the problem then zip and attach your log files and I'll take a look. (that snippet you posted above isn't enough)
tripkip
Offline

Junior Member

Posts: 35
Threads: 13
Joined: Dec 2015
#5
2016-07-07, 09:42 PM
Here you go.
sub
Offline

Administrator

NextPVR HQ, New Zealand
Posts: 106,677
Threads: 767
Joined: Nov 2003
#6
2016-07-07, 09:45 PM
If you run this command line from a command prompted, what error does it give you?

Code:
"C:\Program Files (x86)\NPVR\Other\ffmpeg.exe" -y  -i [url]http://127.0.0.1:8866/live?channel=4&transcoder=25bdd75b-4fec-4919-b721-ca6cd3b91040[/url] -map_metadata -1 -threads 0 -map 0:0 -map 0:1 -map -0:s -codec:v:0 libx264 -pix_fmt yuv420p -preset superfast -crf 23 -b:v 2000000 -maxrate 2000000 -bufsize 2698344 -vsync vfr -profile:v high -level 41 -aspect 16:9 -force_key_frames "expr:gte(t,n_forced*3)" -s 1280x720  -flags -global_header -sc_threshold 0 -codec:a:0 aac -strict experimental -ac 2 -ab 128000 -af "adelay=1,aresample=async=1" -hls_time 3 -start_number 0 -hls_list_size 0 -y "C:\Users\Public\NPVR\web\temp\VIERHD-25bdd75b4fec4919b721ca6cd3b91040.m3u8"
tripkip
Offline

Junior Member

Posts: 35
Threads: 13
Joined: Dec 2015
#7
2016-07-08, 05:40 AM (This post was last modified: 2016-07-08, 05:47 AM by tripkip.)
Code:
C:\Users\pieter>"C:\Program Files (x86)\NPVR\Other\ffmpeg.exe" -y  -i http://127.0.0.1:8866/live?channel=4&transcoder=25bdd75b-4fec-4919-b721-ca6cd3b91040 -map_metadata -1 -threads 0 -map 0:0 -map 0:1 -map -0:s -codec:v:0 libx264 -pix_fmt yuv420p -preset superfast -crf 23 -b:v 2000000 -maxrate 2000000 -bufsize 2698344 -vsync vfr -profile:v high -level 41 -aspect 16:9 -force_key_frames "expr:gte(t,n_forced*3)" -s 1280x720  -flags -global_header -sc_threshold 0 -codec:a:0 aac -strict experimental -ac 2 -ab 128000 -af "adelay=1,aresample=async=1" -hls_time 3 -start_number 0 -hls_list_size 0 -y "C:\Users\Public\NPVR\web\temp\VIERHD-25bdd75b4fec4919b721ca6cd3b91040.m3u8"
ffmpeg version N-76598-g2905c51 Copyright (c) 2000-2015 the FFmpeg developers
  built with gcc 5.2.0 (GCC)
  configuration: --arch=x86_64 --target-os=mingw32 --cross-prefix=/home/mceuser/ffmpeg-windows-build-helpers/sandbox/mingw-w64-x86_64/bin/x86_64-w64-mingw32- --pkg-config=pkg-config --disable-w32threads --enable-gpl --enable-libsoxr --enable-fontconfig --enable-libass --enable-libutvideo --enable-libbluray --enable-iconv --enable-libtwolame --extra-cflags=-DLIBTWOLAME_STATIC --enable-libzvbi --enable-libcaca --enable-libmodplug --extra-libs=-lstdc++ --extra-libs=-lpng --enable-libvidstab --enable-libx265 --enable-decklink --extra-libs=-loleaut32 --enable-libx264 --enable-libxvid --enable-libmp3lame --enable-version3 --enable-zlib --enable-librtmp --enable-libvorbis --enable-libtheora --enable-libspeex --enable-libopenjpeg --enable-gnutls --enable-libgsm --enable-libfreetype --enable-libopus --enable-frei0r --enable-filter=frei0r --enable-libvo-aacenc --enable-bzlib --enable-libxavs --enable-libopencore-amrnb --enable-libopencore-amrwb --enable-libvo-amrwbenc --enable-libschroedinger --enable-libvpx --enable-libilbc --enable-libwavpack --enable-libwebp --enable-libgme --enable-dxva2 --enable-libdcadec --enable-avisynth --enable-gray --enable-libmfx --extra-libs=-lpsapi --extra-cflags= --enable-static --disable-shared --prefix=/home/mceuser/ffmpeg-windows-build-helpers/sandbox/mingw-w64-x86_64/x86_64-w64-mingw32 --enable-runtime-cpudetect
  libavutil      55.  5.100 / 55.  5.100
  libavcodec     57. 15.100 / 57. 15.100
  libavformat    57. 14.100 / 57. 14.100
  libavdevice    57.  0.100 / 57.  0.100
  libavfilter     6. 15.100 /  6. 15.100
  libswscale      4.  0.100 /  4.  0.100
  libswresample   2.  0.101 /  2.  0.101
  libpostproc    54.  0.100 / 54.  0.100
http://127.0.0.1:8866/live?channel=4: Unknown error
'transcoder' is not recognized as an internal or external command,
operable program or batch file.
sub
Offline

Administrator

NextPVR HQ, New Zealand
Posts: 106,677
Threads: 767
Joined: Nov 2003
#8
2016-07-08, 06:05 AM
If you run VLC on that machine, and open http://127.0.0.1:8866/live?channel=4, does it play?
tripkip
Offline

Junior Member

Posts: 35
Threads: 13
Joined: Dec 2015
#9
2016-07-08, 02:09 PM (This post was last modified: 2016-07-08, 02:19 PM by tripkip.)
Seems my acamd plugin is no longer working all of a sudden...
I can open an FTA using VLC. E.g. http://127.0.0.1:8866/live?channel=1488
The FTA channel streams really well on the modern web interface (on Safari, hangs in FF)!

How can I investigate the acamd problems?
mvallevand
Online

Posting Freak

Ontario Canada
Posts: 52,869
Threads: 954
Joined: May 2006
#10
2016-07-08, 02:12 PM
tripkip Wrote:Seems my acamd plugin is no longer working all of a sudden...
I can open an FTA using VLC. E.g. http://127.0.0.1:8866/live?channel=1488

Try sub's command line again for FTA but use double quotes around the url ie. "http://127.0.0.1:8866/live?channel=1488&transcoder=25bdd75b-4fec-4919-b721-ca6cd3b91040"

Martin
« Next Oldest | Next Newest »

Users browsing this thread: 1 Guest(s)

Pages (2): 1 2 Next »


Possibly Related Threads…
Thread Author Replies Views Last Post
  Failed recordings won't delete Spid4567 3 2,396 2023-07-14, 10:13 PM
Last Post: ZeDoZ
  Wake - Sleep Interaction -> Failed Recordings mikeh49 48 14,265 2021-03-21, 11:21 PM
Last Post: careads
  Streaming Services with NPVR tesla1886 4 2,660 2021-01-04, 02:58 AM
Last Post: tesla1886
  No data delivered/failed to lock a signal? from Hauppauge HDHR/DCR-2650 bishoph 8 3,554 2020-04-13, 09:55 PM
Last Post: sub
  Failed recordings crafter 1 1,431 2019-11-27, 02:49 AM
Last Post: mvallevand
  Web streaming security bisonfan 13 4,206 2019-11-06, 01:58 PM
Last Post: mvallevand
  failed to download part way spudjg1 2 1,417 2019-09-24, 08:08 PM
Last Post: spudjg1
  Web Cleint Streaming Failed (Transcoder Exited) SilverTiger 6 3,793 2019-08-14, 10:24 PM
Last Post: SilverTiger
  log files for streaming outside network MaxOne72 9 2,520 2019-07-26, 05:32 AM
Last Post: persim
  streaming outside network MaxOne72 3 1,428 2019-07-24, 12:54 AM
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