-
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
Craching on stopRecoarding #37
Comments
Any one have any ide about this problem? Or how I can continue to find it? |
@dennismartensson facing the same issue. |
Do any one from the core licode team have any ide on how to find the problem? |
@faishal Have you found a solution? |
Is this crashing occasional? |
It have happend every time I called stop. Can I do any thing to help provide a fix for this? Any logg I can extract? |
I had the same issue in only two tests this week. And I couldn't found the origin. Can you tell us the system, ubuntu version and if you are using 64 or 32 bits? Thanks! |
Okej, hmm. I am using ubuntu 12.04 LTS 64 bit, I did have some problems with openssl and had to make it manually this is in issue #34 Can there be a problem with some path of some dependency? |
Sens you have a problem reproducing and I have a setup where I can reproduce please let me know what I can do to help. |
I am facing the same problem. |
@dennismartensson No, i also try to install it on fresh setup and facing #34. :( |
We have solved a potential problem in 80cc895 |
@lodoyun still crashing !! and also not creating any recording file (some time its creat) checked on
|
Fixed and tested in our environment in commit 7930b5f |
Merge ging:master to development
Hi I have the media brunch up and running. When i use startRecording every thing looks okej but when I try to stop the recording it craches. Any suggestions on what I am missing? Can it be a path problem? Can I get you some more logs or do some tests that helps you solve it?
erizoController.js: Starting recorder streamID 21556292753666640 url /home/mcu/recordings/52388a11d1d4eab752000001974c.mkv
Adding ExternalOutput to 21556292753666640 url /home/mcu/recordings/52388a11d1d4eab752000001974c.mkv
erizoController.js: Recorder Started
Video SDP done.
Audio SDP done.
Getting SDP
sdp local
v=0
o=- 0 0 IN IP4 127.0.0.1
s=
t=0 0
a=group:BUNDLE audio video
a=msid-semantic: WMS Ai9usryZuV
m=audio 39041 RTP/SAVPF 0 126
c=IN IP4 192.168.131.60
a=rtcp:39041 IN IP4 192.168.131.60
a=candidate:2 1 udp 2013266431 192.168.131.60 39041 typ host generation 0
a=candidate:3 1 udp 2013266431 178.79.183.200 60209 typ host generation 0
a=ice-ufrag:mJ6p
a=ice-pwd:q2KOgeHZYz4ftGonA3JgTG
a=fingerprint:sha-256 3A:C7:F1:17:79:F9:65:15:12:F7:FB:58:5F:D4:D2:75:14:16:18:A8:30:8B:1B:1B:86:5B:85:AD:59:41:97:86
a=sendrecv
a=mid:audio
a=rtcp-mux
a=rtpmap:0 PCMU/8000
a=rtpmap:126 telephone-event/8000
a=maxptime:60
a=ssrc:44444 cname:o/i14u9pJrxRKAsu
a=ssrc:44444 msid:Ai9usryZuV a0
a=ssrc:44444 mslabel:Ai9usryZuV
a=ssrc:44444 label:Ai9usryZuVa0
m=video 39041 RTP/SAVPF 100
c=IN IP4 192.168.131.60
a=rtcp:39041 IN IP4 192.168.131.60
a=candidate:2 1 udp 2013266431 192.168.131.60 39041 typ host generation 0
a=candidate:3 1 udp 2013266431 178.79.183.200 60209 typ host generation 0
a=ice-ufrag:mJ6p
a=ice-pwd:q2KOgeHZYz4ftGonA3JgTG
a=extmap:2 urn:ietf:params:rtp-hdrext:toffset
a=extmap:3 http://www.webrtc.org/experiments/rtp-hdrext/abs-send-time
a=fingerprint:sha-256 3A:C7:F1:17:79:F9:65:15:12:F7:FB:58:5F:D4:D2:75:14:16:18:A8:30:8B:1B:1B:86:5B:85:AD:59:41:97:86
a=sendrecv
a=mid:video
a=rtcp-mux
a=rtpmap:100 VP8/90000
a=rtcp-fb:100 ccm fir
a=rtcp-fb:100 nack
a=ssrc:55543 cname:o/i14u9pJrxRKAsu
a=ssrc:55543 msid:Ai9usryZuV v0
a=ssrc:55543 mslabel:Ai9usryZuV
a=ssrc:55543 label:Ai9usryZuVv0
Created ExternalOutput to /home/mcu/recordings/52388a11d1d4eab752000001974c.mkv
externalouput init end
Adding subscriber
From 847264423, 3072807087
Subscribers ssrcs: Audio 847264423, video, 3072807087 from 847264423, 3072807087
adding fbsource************************************************
cb_component_state_changed 1 - 5
Ice Component failed
New NICE state 5 0 1
erizoController.js: Stoping recorder to streamId 21556292753666640 url /home/mcu/recordings/52388a11d1d4eab752000001974c.mkv
Stopping ExternalOutput: url /home/mcu/recordings/52388a11d1d4eab752000001974c.mkv
error: Forever detected script was killed by signal: SIGSEGV
Thanks
Dennis
The text was updated successfully, but these errors were encountered: