MontysEvilTwin
Well-Known Member
The link points to a thread in the YouView section.Your link references a download for the Foxsat HDR custom firmware, and you don't have to open the case. How can this be this relevent ?
The link points to a thread in the YouView section.Your link references a download for the Foxsat HDR custom firmware, and you don't have to open the case. How can this be this relevent ?
Under what circumstances are zero byte HMT files generated ?I thought zero-byte NTS files were an artefact of old firmware versions?
Zero byte HMT files seem to cause more of a problem to the operation of the machine anyway. It ought to be possible to scan for these periodically and delete/reconstruct them automatically.
There was a problem which got fixed, but there is another problem which seems to affect those services immediately after a retune until a dummy recording is made (or something, I'm not chasing up the details and stand to be corrected). What the exact consequence is (zero NTS or whatever) I am not sure.I thought zero-byte NTS files were an artefact of old firmware versions?
There was a problem which got fixed, but there is another problem which seems to affect those services immediately after a retune until a dummy recording is made (or something, I'm not chasing up the details and stand to be corrected). What the exact consequence is (zero NTS or whatever) I am not sure.
I'll update badnts to regenerate the sidecar files instead of just deleting them; I had planned to do that once sidecar was released anyway. As raydon says, it does need auto decryption enabled and it triggers automatically following successful decryption. At that point, it is likely that the box will remain on long enough for sidecar to do its work.Just checked and badnts is automated. Needs to have Auto-decrypt enabled on the folder for it to work.
I suspect that in the case of a zero length nts being generated, the hmt is flagged as failed "Recording (less than 30 secs) may not be stored", with no "duration" value being set either. If that is the case then a replacement hmt would be required as well as an nts. The channel name and number options for sidecar could be extracted from the old hmt before deleting it.
I can't remember. I think I've seen it once on my boxes. Isn't a zero length HMT what causes the box to fail to go to standby properly?Under what circumstances are zero byte HMT files generated ?
That was the first recording on BBC3/4 HD after a retune and the recording being marked as decrypted when it wasn't. Proposed fix was to go in auto-unprotect so I guess af123 incorporated it in the rewrite...there is another problem which seems to affect those services immediately after a retune until a dummy recording is made (or something, I'm not chasing up the details and stand to be corrected). What the exact consequence is (zero NTS or whatever) I am not sure.
Yep.That was the first recording on BBC3/4 HD after a retune and the recording being marked as decrypted when it wasn't. Proposed fix was to go in auto-unprotect so I guess af123 incorporated it in the rewrite...
I tried it on an "import" and got this. Turns out that Humax .ts files are 192 byte packets (really .m2ts files, with the 0x47 at offset 4), whereas normal .ts files are 188 bytes (with 0x47 at offset 0).
Converting 188 to 192 with ffmpeg, renaming back to .ts, then feeding it into sidecar makes it work.
It would be nice if it could detect both formats and work seamlessly...
I found a use for sidecar - I exported my recording of Men in Black 3 (C4 HD) to PC and removed the adverts using VideoReDo TVSuite V5, then imported it again, prior to a screening tonight. The package is a fresh installation today.For that you should use AV2HDR-T2. I've got an update in the pipeline.
HDRFOX1# sidecar -nh "Men in Black 3"
Error: Source video packet size is 188 bytes, not 192.
HDRFOX1#
All recordings made on T2 have 192 byte packet size. Export from Video redo should be set to M2TS to recreate 192 byte packet format.I found a use for sidecar - I exported my recording of Men in Black 3 (C4 HD) to PC and removed the adverts using VideoReDo TVSuite V5, then imported it again, prior to a screening tonight. The package is a fresh installation today.
Unless VRD has done something to it, it seems the broadcasts can be either 188 byte packets or 192 byte packets. I no longer have the original recording file to check.Code:HDRFOX1# sidecar -nh "Men in Black 3" Error: Source video packet size is 188 bytes, not 192. HDRFOX1#