<html><head></head><body><div>On Sat, 2022-11-05 at 21:03 -0400, Scott Simpson wrote:</div><blockquote type="cite" style="margin:0 0 0 .8ex; border-left:2px #729fcf solid;padding-left:1ex"><div>Ubuntu 22.04.1 LTS<br></div><div>mythtv-backend/jammy,now 2:32.0+fixes.202211050719.18f5b48ee1~ubuntu22.04.1<br></div><div>ffmpeg/jammy-updates,jammy-security,now 7:4.4.2-0ubuntu0.22.04.1<br></div><div><br></div><div>I have a set up with two sources of input: an HDHomeRun Prime (Spectrum) <br></div><div>and an external tuner that reads from a web site. The recordings from <br></div><div>the HDHomeRun Prime get created correctly and everything works fine. <br></div><div>When I use the external tuner, it creates the video of the correct <br></div><div>length but skipping forward doesn't work. If the video is an hour say, <br></div><div>when I skip forward 30 seconds it will say 6 minutes or something like <br></div><div>that. If I get to the end when skipping forward it starts the video <br></div><div>over. If I just let the video play, it plays for an hour.<br></div><div><br></div><div>If I play the video as an ASF stream through MythWeb (through VLC on <br></div><div>Windows) the video plays fine and is of the correct length. I can jump <br></div><div>around through the video this way (but no commercial skip).<br></div><div><br></div><div>The external tuner uses this ffmpeg command on reading:<br></div><div><br></div><div>[RECORDER]<br></div><div>command="ffmpeg -hide_banner -nostats -loglevel fatal -re -i %URL% -c:v <br></div><div>copy -c:a copy -f mpegts -"<br></div><div><br></div></blockquote><div>i record a good bit from iptv (web) sources. i have this a lot, i set up a user job to just let ffmpeg remux it with copy audio and video no encoding. so it takes less than a minute.  i used the variables for user jobs to work on the correct file in storage. but the basic ffmpeg is use is   ffmpeg -i xxxx.ts -c copy t.ts  where xxxxx is the path and name of the recording. next step remove myth recording xxxxx.ts and finally mv t.ts to the myth recording name. then the seek table is correct. if i had a commercial skips sometimes i have to do those over also and i have 3 user jobs with different ini files for comskip which i use instead of mycommflag. </div><div><br></div><div><br></div><div><br></div><div>you can test with a recording and see if it works for you</div><div><span></span></div><img width="1px" height="1px" alt="" src="http://email.mg.glenb.net/o/eJwly0sOwiAQANDTyE4yHxhgwWFggNakrQmtJt5eE5dv8XpGkRAAGKNpWUdp3plHbnX41pwXRQKAQM4xpRBjCRBHZG2MZQBaLXvfbg6WrR_VHv0ya5ZBhCWVQIKgHbimJJ54qK_CTs3M--dar_f9dfZ5_vaf9jmXL1DAKnM"></body></html>