Fail to start recording #1696
Unanswered
Mechintosh
asked this question in
Help
Replies: 1 comment
-
You set a VariantName of "h264_1080p" in your autoRecorder config. However you don't have any playlist active or variants with that name. Try removing the VariantNames element to capture all tracks. (along with the other many unused elements in your config - it will make future troubleshooting much easier!) |
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
-
I am trying to automatically record streams on a given name. Currently running the (as of today) latest docker container
OME is accepting my config and is creating empty tmp_ . I am stuck and not quite sure how to proced
Set Server.xml as follows
With Encoder
ffmpeg -re -i local.mp4 -c:v libx264 -an -f flv rtmp://192.168.2.22/app/skeldar -stream_loop -4
See error
autoRecorder.xml
Beta Was this translation helpful? Give feedback.
All reactions