remove ticked part
http://localhost:9981/stream/channelid/1839535927?ticket=A52D15594B4B0B9DFC77FFE75D14FE31A06C0A35&profile=pass
to
http://localhost:9981/stream/channelid/1839535927?&profile=pass
pass can be changed to any other in TVH
try this with nvidia
ffmpeg -fflags +genpts -nostats -nostdin -hide_banner -loglevel quiet -hwaccel cuvid -c:v h264_cuvid -deint 1 -surfaces 8 -drop_second_field 1 -vsync 0 -resize 1280x720 -i -map 0:v -c:v h264_nvenc -preset slow -profile:v high -level 4.1 -rc vbr -cq 1 -bf 2 -g 25 -b:v 2200k -minrate 2200k -maxrate 2200k -bufsize 1002k -map 0:a -c:a libfdk_aac -ac 2 -b:a 128k -strict experimental
or by cpu post processing transcode
ffmpeg -i %f -b 1550k -bt 1792k -vcodec libx264 -pass 1 -vpre fastfirstpass -an -threads 2 %b.mp4 && ffmpeg -y -i %f -b 1550k -bt 1792k -vcodec libx264 -pass 2 -vpre hq -acodec libfaac -threads 2 %b.mp4