Replies: 2 comments 2 replies
-
Did you fix this? |
Beta Was this translation helpful? Give feedback.
2 replies
-
Your original stream is in h265. Either change that to h264 (this is the easiest), or google which ffmpeg arguments you need to transcode h265 (aka hevc) to h264. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
So I followed the generic instructions for my Reolink duo 2 8MP but when I try to hook it up I get:
udm-proxy-1-1 | [AVBSFContext @ 0xaaaadbf4d6c0] Codec 'hevc' (173) is not supported by the bitstream filter 'h264_metadata'. Supported codecs are: h264 (27) udm-proxy-1-1 | Error initializing bitstream filter: h264_metadata
Using the following settings:
command: unifi-cam-proxy -H 192.168.1.xxx -i 192.168.1.xxx --cert /client.pem -t xxxxx reolink -u admin -p xxxxxxxxx -s "main" --ffmpeg-args='-c:v copy -vbsf "h264_metadata=tick_rate=60000/1001" -ar 32000 -ac 1 -codec:a aac -b:a 32k'
What am I doing wrong?
Beta Was this translation helpful? Give feedback.
All reactions