#I am working on getting my Reolink

1 messages · Page 1 of 1 (latest)

chrome wolf
fair vessel
#

yes, I believe the trackmix does record in h265

#

what browser are you using

chrome wolf
#

On my iphone, safari

#

I can try on chrome

fair vessel
#

ah, you probably need to add the hvc1 tag

#

safari has odd requirements to play h265

chrome wolf
#

but just add the input_args: - hvc1

fair vessel
#

no, it is an output arg

chrome wolf
#

The hvc1 tag was a good addition, here was my full fix:

  hwaccel_args: preset-vaapi
  input_args: -tag:v hvc1
  output_args:
    record: -f segment -segment_time 10 -segment_format mp4 -reset_timestamps 1 -strftime 1 -c copy -an -tag:v hvc1```
#

I think I can delete the input arg I had added.