mirror of https://github.com/sipwise/rtpengine.git
Change-Id: I223d69016b5e6328f1124a6a977c46d008b667dcpull/1164/head
parent
6602a3a7c5
commit
030f38ff16
@ -1,12 +1,12 @@
|
||||
ll(core)
|
||||
ll(spandsp)
|
||||
ll(ffmpeg)
|
||||
ll(transcoding)
|
||||
ll(codec)
|
||||
ll(rtcp)
|
||||
ll(ice)
|
||||
ll(crypto)
|
||||
ll(srtp)
|
||||
ll(internals)
|
||||
ll(http)
|
||||
ll(control)
|
||||
ll(core, "Everything that isn't part of another subsystem")
|
||||
ll(spandsp, "Log messages generated by SpanDSP directly")
|
||||
ll(ffmpeg, "Log messages generated by ffmpeg directly")
|
||||
ll(transcoding, "Media and RTP transcoding")
|
||||
ll(codec, "Codec negotation")
|
||||
ll(rtcp, "RTCP handling")
|
||||
ll(ice, "ICE negotation")
|
||||
ll(crypto, "Negotation of SRTP, crypto suites, DTLS, SDES")
|
||||
ll(srtp, "SRTP encryption and decryption")
|
||||
ll(internals, "Noisy low-level internals")
|
||||
ll(http, "HTTP, HTTPS, Websockets")
|
||||
ll(control, "Control protocols including SDP exchanges, CLI")
|
||||
|
@ -1,2 +1,2 @@
|
||||
ll(core)
|
||||
ll(ffmpeg)
|
||||
ll(core, "Everything that isn't part of another subsystem")
|
||||
ll(ffmpeg, "Log messages generated by ffmpeg directly")
|
||||
|
@ -1,12 +1,12 @@
|
||||
ll(core)
|
||||
ll(spandsp)
|
||||
ll(ffmpeg)
|
||||
ll(transcoding)
|
||||
ll(codec)
|
||||
ll(rtcp)
|
||||
ll(ice)
|
||||
ll(crypto)
|
||||
ll(srtp)
|
||||
ll(internals)
|
||||
ll(http)
|
||||
ll(control)
|
||||
ll(core, "Everything that isn't part of another subsystem")
|
||||
ll(spandsp, "Log messages generated by SpanDSP directly")
|
||||
ll(ffmpeg, "Log messages generated by ffmpeg directly")
|
||||
ll(transcoding, "Media and RTP transcoding")
|
||||
ll(codec, "Codec negotation")
|
||||
ll(rtcp, "RTCP handling")
|
||||
ll(ice, "ICE negotation")
|
||||
ll(crypto, "Negotation of SRTP, crypto suites, DTLS, SDES")
|
||||
ll(srtp, "SRTP encryption and decryption")
|
||||
ll(internals, "Noisy low-level internals")
|
||||
ll(http, "HTTP, HTTPS, Websockets")
|
||||
ll(control, "Control protocols including SDP exchanges, CLI")
|
||||
|
Loading…
Reference in new issue