Advertisement
Guest User

Untitled

a guest
May 23rd, 2019
104
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.43 KB | None | 0 0
  1. [webrtc_client]
  2. type=endpoint
  3. aors=webrtc_client
  4. auth=webrtc_client
  5. dtls_auto_generate_cert=yes
  6. webrtc=yes
  7. ; Setting webrtc=yes is a shortcut for setting the following options:
  8. ; use_avpf=yes
  9. ; media_encryption=dtls
  10. ; dtls_verify=fingerprint
  11. ; dtls_setup=actpass
  12. ice_support=yes
  13. ; media_use_received_transport=yes
  14. ; rtcp_mux=yes
  15. context=default
  16. disallow=all
  17. allow=vp8,opus
  18. bundle=yes
  19. max_audio_streams=5
  20. max_video_streams=5
  21. direct_media=no
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement