-
Notifications
You must be signed in to change notification settings - Fork 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
Audio only stream is not recorded #1185
Comments
We checked the logs. Any help will be appreciated. from logs: [erizo-cebf2962-9ec4-11c3-192e-fb530f3e1b25] 2018-04-05 22:12:59.501 - INFO: Publisher - message: Adding ExternalOutput, id: /home/ubuntu/recording/27856330584675516.mkv_341930205815933060 [erizo-cebf2962-9ec4-11c3-192e-fb530f3e1b25] 2018-04-05 22:12:59,526 - DEBUG [0x7f65e37fe700] media.ExternalOutput - File /home/ubuntu/recording/27856330584675516.mkv, audio offset msec: 0` |
I just found that audio_stream_ is null and then exit in ExternalOutput::writeAudioData at following place.
But I am not sure what's causing this problem. Thanks for the help. |
Video only stream (no audio) is also not recorded. This is some how related to issue #1203. |
I wonder why no one cares about the recording. After release of 3 major versions the recording still has serious issues and is almost useless:
It is while there are PRs committed by the community without getting any attention (#1254, #1265). Without a doubt recording is one of the most important features for a web conferencing solution and in a real business people refuse to pay for a service that lacks recording. Unfortunately the subject is out of my experience so I can't help but I hope to see more care on this from the team. |
I am facing the same issue |
That's why I've moved on to another solution. Recording is a critical feature and must be reliable IMHO. |
Description
Audio only stream ( Erizo.Stream({audio: true, video: false, data: false}) ) is not recorded.
Steps to reproduce the issue:
1.Start recording on audio only stream
2.Stop recording
Describe the results you received:
no mkv files on server
Describe the results you expected:
stream is recorded to mkv files while it is streaming.
Additional information you deem important (e.g. issue happens only occasionally):
We use this commit of licode.
Before this commit, we got other problem, so we are using this version.
Licode commit/release where the issue is happening
On V2 of licode, audio only stream was recorded correctly.
The text was updated successfully, but these errors were encountered: