-
-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
The recording doesn't run #758
Comments
@sinnrrr Thanks. |
Since the master branch is a version under development, errors can occur at any time. If you want a stable version, use the release branch. |
@Keukhan @getroot sorry for the late reply and thanks for such a quick response! I've tried to switch to the I could spare some time to help you with this, but I'm not proficient in C++ as much as you guys. Looking forward to your feedback. |
Looking at the log you sent, the name of the stream transmitted by the rtmp protocol is 'stream'.
However, if you check the recording request API, the target stream name is 'Hello'. Thanks |
What a stupid mistake. Thanks a lot! |
Sure,
Repeat step 2 without calling the recording stop API. That's easy, right? :) |
@Keukhan okay, so in order to record the full stream, I need to run a record as soon as I started the media engine, right? |
@sinnrrr |
@Keukhan okay, thanks for such a help! |
Describe the bug
When doing
POST {{BASE_URL}}/v1/vhosts/default/apps/app:startRecord
, I'm getting something like:And that's it. It doesn't start recording, no error logs. When doing
POST {{BASE_URL}}/v1/vhosts/default/apps/app:records
, it has status of "ready" even after 5, 10 minutes. When stopping the recording it has never been saved.I tried to reproduce this on the
dev
version and here is what I got:POST request to create the recording
Logs
and then it just quit.
UPD: getting this not only when I POST to create the recording, but also when I do query recordings.
API Result
To Reproduce
Steps to reproduce the behavior:
Expected behavior
The recording should be created in the
FILE.RootPath
folderLogs
https://pastebin.com/kGZ1kQJB
Server (please complete the following information):
Player (please complete the following information):
Additional context
No additional context.
The text was updated successfully, but these errors were encountered: