On 11/7/2013 10:12 PM, [email protected] wrote:
Hello.

For example vie_network_impl.cc contain some logs, but they are not logged by 
firefox. What is full modules list which I should list in logging modules?
or maybe there is some better method?
export NSPR_LOG_MODULES=signaling:5,mtransport:5,mediapipeline:5 not enough I 
think.

See https://wiki.mozilla.org/Media/WebRTC/Logging
You need webrtc_trace:65535 and to set WEBRTC_TRACE_FILE

btw, VideoConduit.cpp logging that Channel is 0. is it OK? or it's error and 
there is not opened any channel for manage video stream? because data is 
received and seems correctly unprotected by srtp.

Yes, that should be fine. Channels are integers starting at 0 in webrtc internals.

--
Randell Jesup, Mozilla
_______________________________________________
dev-media mailing list
[email protected]
https://lists.mozilla.org/listinfo/dev-media

Reply via email to