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 … 24 25 26 27 28 … 34 Next »
Watch now issue

 
  • 0 Vote(s) - 0 Average
Watch now issue
sub
Offline

Administrator

NextPVR HQ, New Zealand
Posts: 106,807
Threads: 769
Joined: Nov 2003
#11
2020-06-22, 04:38 PM
If you're able to supply a sample recording, I'll check it out here.
bader77uk
Offline

Junior Member

Kuwait
Posts: 45
Threads: 4
Joined: Jun 2020
#12
2020-06-22, 05:29 PM (This post was last modified: 2020-06-22, 05:33 PM by bader77uk.)
i have installed the following packages and export LD_LIBRARY to path

Quote:libmediainfo-dev
libc6
libgdiplus


Installed version mediainfo and ffmpeg

Quote:MediaInfoLib - v19.04

Quote:ffmpeg version 4.1.3-static

configuration: --enable-gpl --enable-version3 --enable-static --disable-debug --disable-ffplay --disable-indev=sndio --disable-outdev=sndio --cc=gcc-6 --enable-fontconfig --enable-frei0r --enable-gnutls --enable-gmp --enable-gray --enable-libaom --enable-libfribidi --enable-libass --enable-libvmaf --enable-libfreetype --enable-libmp3lame --enable-libopencore-amrnb --enable-libopencore-amrwb --enable-libopenjpeg --enable-librubberband --enable-libsoxr --enable-libspeex --enable-libvorbis --enable-libopus --enable-libtheora --enable-libvidstab --enable-libvo-amrwbenc --enable-libvpx --enable-libwebp --enable-libx264 --enable-libx265 --enable-libxml2 --enable-libxvid --enable-libzvbi --enable-libzimg


after installation i have restarted NPVR
bader77uk
Offline

Junior Member

Kuwait
Posts: 45
Threads: 4
Joined: Jun 2020
#13
2020-06-22, 05:40 PM
@sub
Thanks for your post!

Download Link:
https://acid.seedhost.eu/bh/share.php?uh...7vb3K8ZNRn

Password: sub
mvallevand
Offline

Posting Freak

Ontario Canada
Posts: 53,169
Threads: 958
Joined: May 2006
#14
2020-06-22, 05:40 PM (This post was last modified: 2020-06-22, 05:47 PM by mvallevand.)
We need to see the zipped logs to see why the recording is being transcoded and as sub suggested a sample recording to see if the recording actually has audio

Edit: yes it has audio.

For that error and your sample it works when you add this parameter

-max_muxing_queue_size 1024

Martin
bader77uk
Offline

Junior Member

Kuwait
Posts: 45
Threads: 4
Joined: Jun 2020
#15
2020-06-22, 05:50 PM
Here is my NPVR zipped logs


Attached Files
.zip   logs-20200622-1948.zip (Size: 841.4 KB / Downloads: 2)
mvallevand
Offline

Posting Freak

Ontario Canada
Posts: 53,169
Threads: 958
Joined: May 2006
#16
2020-06-22, 05:56 PM
Edit this is what I wanted to see

2020-06-22 19:15:06.593 [ERROR][16] Unable to get media info. Make sure mediainfo runtime is available
2020-06-22 19:15:06.593 [DEBUG][16] False

Which forces the transcoding.

Martin
bader77uk
Offline

Junior Member

Kuwait
Posts: 45
Threads: 4
Joined: Jun 2020
#17
2020-06-22, 06:04 PM (This post was last modified: 2020-06-22, 06:08 PM by bader77uk.)
Thanks for checking!

Quote:bh@acid:~$ which mediainfo
/usr/bin/mediainfo

Quote:bh@acid:~$ mediainfo --version
MediaInfo Command line,
MediaInfoLib - v19.04

i have also attached a list of libs installed in path
is it trying to find runtimes of windows version?


Attached Files
.zip   libs.zip (Size: 825 bytes / Downloads: 1)
mvallevand
Offline

Posting Freak

Ontario Canada
Posts: 53,169
Threads: 958
Joined: May 2006
#18
2020-06-22, 06:18 PM
You are likely missing this, yours is being redirected.

https://packages.ubuntu.com/xenial/amd64...v/filelist

Martin
bader77uk
Offline

Junior Member

Kuwait
Posts: 45
Threads: 4
Joined: Jun 2020
#19
2020-06-22, 06:53 PM
i have re-installed still same issue

see i got this when im trying to watch a channel

[4] [FFMPEG]: [mpegts @ 0x67a3640] Could not find codec parameters for stream 1 (Audio: aac ([15][0][0][0] / 0x000F), 0 channels): unspecified sample format
[4] [FFMPEG]: Consider increasing the value for the 'analyzeduration' and 'probesize' options
mvallevand
Offline

Posting Freak

Ontario Canada
Posts: 53,169
Threads: 958
Joined: May 2006
#20
2020-06-22, 07:00 PM
You need to figure out how to install that dev library, until then since your setup doesn't support vaapi you can try

Code:
-y [SEEK] -i [SOURCE] -max_muxing_queue_size 1024 -map_metadata -1 -threads [THREADS] -ignore_unknown  -map 0:v:0? [PREFERRED_LANGUAGE] -map 0:a:[AUDIO_STREAM] -map -0:s -codec:v:0 libx264 -pix_fmt yuv420p -preset superfast -crf 23 [DEINTERLACING] -b:v [BITRATE] -maxrate [BITRATE] -bufsize [BUFSIZE] -vsync vfr -profile:v high -level 41 -force_key_frames "expr:gte(t,n_forced*3)" -s [RESOLUTION] [SCALE] [SUBTITLES] -flags -global_header -sc_threshold 0 -codec:a:0 [AUDIO_CODEC] -strict experimental -ac [AUDIO_CHANNELS] -ab [AUDIO_BITRATE] -hls_time [SEGMENT_DURATION] -start_number 0 -hls_list_size [SEGMENT_COUNT] -y [TARGET]

in <TranscodeHLS>

Martin
« Next Oldest | Next Newest »

Users browsing this thread: 1 Guest(s)

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


Possibly Related Threads…
Thread Author Replies Views Last Post
  Guide data issue using NextPVR in a Proxmox LXC njc 10 1,324 2025-03-23, 01:40 PM
Last Post: njc
  Recording Plyback Timeline Issue JeffH 11 897 2025-01-17, 03:20 PM
Last Post: mvallevand
  Wake after Suspend issue with dvbt devices (LE12 Kodi 21) ShadowMask 41 5,598 2024-02-09, 07:11 AM
Last Post: ShadowMask
  Can't record 1 subchannel and watch another w single tuner WagMan 2 633 2023-12-24, 05:18 PM
Last Post: WagMan
  Yay! DST issue :-( TheRealRoland 3 837 2023-03-12, 04:45 PM
Last Post: mvallevand
  Recent streaming issue with Matt Huisman Aus TV streams ballfam 74 12,308 2023-03-08, 10:35 PM
Last Post: mvallevand
  Schedules Direct Token Issue TheKenR 20 3,247 2023-02-20, 07:49 PM
Last Post: mvallevand
  IPv6 Installation Issue Delboy 16 2,454 2022-10-13, 08:07 PM
Last Post: Delboy
  [split] EPG update issue Obmit 10 1,730 2022-10-07, 10:22 PM
Last Post: Obmit
  [Solved] Black/black screen with audio when trying to watch HD channels on pi spleencheesemonkey 11 2,953 2022-07-16, 02:14 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