2020-06-22, 04:38 PM
If you're able to supply a sample recording, I'll check it out here.
2020-06-22, 04:38 PM
If you're able to supply a sample recording, I'll check it out here.
i have installed the following packages and export LD_LIBRARY to path
Quote:libmediainfo-dev Installed version mediainfo and ffmpeg Quote:MediaInfoLib - v19.04 Quote:ffmpeg version 4.1.3-static after installation i have restarted NPVR
2020-06-22, 05:40 PM
@sub
Thanks for your post! Download Link: https://acid.seedhost.eu/bh/share.php?uh...7vb3K8ZNRn Password: sub
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
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
Thanks for checking!
Quote:bh@acid:~$ which mediainfo Quote:bh@acid:~$ mediainfo --version i have also attached a list of libs installed in path is it trying to find runtimes of windows version?
2020-06-22, 06:18 PM
You are likely missing this, yours is being redirected.
https://packages.ubuntu.com/xenial/amd64...v/filelist Martin
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
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 |
|