-
Notifications
You must be signed in to change notification settings - Fork 71
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Record video #6
Comments
okay, i'll update docs soon |
I've updated the docs |
recording is not working. :( |
Hi, thanks for your testing, can you provide a sample code, or exception call stack? so I can analyse the reason. BTW: you need to push video to url: rtmp://<ip_address>/record/<stream_name> to record video |
ffmpeg -i rtmp://localhost/living/STREAM_NAME -c:v libx264 -preset medium -maxrate 3500k -bufsize 6000k -pix_fmt yuv420p -g 30 -c:a aac -b:a 160k -ac 2 -ar 44100 -f flv rtmp://localhost/record/STREAM_NAME
|
can you help out.. |
I can see in the new release there is an option to record video, do you have an example or how could I record?
Thanks,
The text was updated successfully, but these errors were encountered: