2020-01-31, 06:31 PM
2020-01-31, 06:40 PM
Thanks - I can definitely see the problem happening in there. I'm not sure of the cause yet though.
2020-01-31, 06:43 PM
2020-01-31, 06:55 PM
I'm pretty sure it's a timing issue, probably happening here because of the slower backend device. I've made a change for the next build that should fix the issue.
2020-01-31, 07:20 PM
2020-02-06, 09:04 AM
(2020-01-31, 07:20 PM)shaneypoopers Wrote:(2020-01-31, 06:55 PM)sub Wrote: I'm pretty sure it's a timing issue, probably happening here because of the slower backend device. I've made a change for the next build that should fix the issue.Ok cool thanks, I will roll back to V4 for now, thanks for looking at it! Just as a follow up to this, I installed V5 on a much faster machine and still getting issues with the two DVB-T HD channels, everything else seems to work ok.
2020-02-11, 10:50 PM
(2020-01-31, 06:55 PM)sub Wrote: I'm pretty sure it's a timing issue, probably happening here because of the slower backend device. I've made a change for the next build that should fix the issue. Have updated to latest release of V5 installed on a faster machine which should have no trouble running it but still getting the two DVB-T channels not working. Logs attached.
2020-02-11, 10:58 PM
Can you watch them with the software the at came with the card? They both show weak signals.
Martin
2020-02-11, 11:15 PM
2020-02-11, 11:23 PM
(This post was last modified: 2020-02-11, 11:27 PM by mvallevand.)
Are you using just the browser for playback? I suggest using NextPVR and Kodi. The browser client tests transcoding as much as it tests playback.
Based on what I saw with another user and with what your logs show, if you want to continue testing with the browser, I think you should edit the default TranscodeHLS setting and change it from default to Code: -y [SEEK] -i [SOURCE] -map_metadata -1 -threads [THREADS] -ignore_unknown -map 0:v:0? -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] Martin |
|