Skip to content

Instantly share code, notes, and snippets.

[198632:198864:0412/203503.971:INFO:rtc_event_log_impl.cc(37)] Creating legacy encoder for RTC event log.
[198632:198864:0412/203503.971:INFO:peer_connection_factory.cc(342)] Using default network controller factory
[198632:198864:0412/203503.972:INFO:bitrate_prober.cc(47)] Bandwidth probing enabled, set to inactive
[198632:198864:0412/203503.972:INFO:maybe_worker_thread.cc(33)] WebRTC-SendPacketsOnWorkerThread Enabled
[198632:198864:0412/203503.972:INFO:maybe_worker_thread.cc(33)] WebRTC-SendPacketsOnWorkerThread Enabled
[198632:198864:0412/203503.972:VERBOSE1:pacing_controller.cc(184)] bwe:pacer_updated pacing_kbps=300 padding_budget_kbps=0
[198632:198864:0412/203503.972:INFO:remote_estimator_proxy.cc(66)] Maximum interval between transport feedback RTCP messages: 250 ms
[198632:198864:0412/203503.972:INFO:aimd_rate_control.cc(97)] Using aimd rate control with back off factor 0.85
[198632:198864:0412/203503.972:INFO:remote_bitrate_estimator_single_stream.cc(65)] RemoteBitrateEstimatorSingleStream: Instantia
[197248:197252:0412/192727.754:VERBOSE1:webrtc_logging.cc(35)] WRADI::WebRtcAudioDeviceImpl()
[197248:194792:0412/192727.755:INFO:peer_connection_dependency_factory.cc(640)] Running WebRTC with a combined Network and Worker thread.
[197248:194792:0412/192727.755:INFO:webrtc_voice_engine.cc(308)] WebRtcVoiceEngine::WebRtcVoiceEngine
[197248:194792:0412/192727.755:INFO:webrtc_video_engine.cc(601)] WebRtcVideoEngine::WebRtcVideoEngine()
[197248:24360:0412/192727.756:INFO:webrtc_voice_engine.cc(330)] WebRtcVoiceEngine::Init
[197248:24360:0412/192727.756:VERBOSE1:webrtc_voice_engine.cc(339)] Supported send codecs in order of preference:
[197248:24360:0412/192727.756:VERBOSE1:webrtc_voice_engine.cc(342)] opus/48000/2 { minptime=10 useinbandfec=1 } (111)
[197248:24360:0412/192727.756:VERBOSE1:webrtc_voice_engine.cc(342)] red/48000/2 { =111/111 } (63)
[197248:24360:0412/192727.757:VERBOSE1:webrtc_voice_engine.cc(342)] G722/8000/1 (9)
[197248:24360:0412/192727.757:VERBOSE1:webrtc_voice_engine.cc(342)] PCMU/8000/1 (0)
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
{"data":{"__schema":{"queryType":{"name":"Query"},"mutationType":null,"subscriptionType":null,"types":[{"kind":"OBJECT","name":"Query","description":null,"fields":[{"name":"feedFindOne","description":null,"args":[{"name":"filter","description":"Filter by fields","type":{"kind":"INPUT_OBJECT","name":"FilterFindOnefeedsInput","ofType":null},"defaultValue":null},{"name":"skip","description":null,"type":{"kind":"SCALAR","name":"Int","ofType":null},"defaultValue":null},{"name":"sort","description":null,"type":{"kind":"ENUM","name":"SortFindOnefeedsInput","ofType":null},"defaultValue":null}],"type":{"kind":"OBJECT","name":"feeds","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"feedFindMany","description":null,"args":[{"name":"filter","description":"Filter by fields","type":{"kind":"INPUT_OBJECT","name":"FilterFindManyfeedsInput","ofType":null},"defaultValue":null},{"name":"skip","description":null,"type":{"kind":"SCALAR","name":"Int","ofType":null},"defaultValue":null},{"name":"limit","descri
@murillo128
murillo128 / Medooze CLA
Created January 17, 2022 15:46
Medooze CLA
# Contributor Licence Agreement
Thank you for your interest in contributing to Medooze Video Resources SRL. (“Medooze”, "We" or "Us").
In order to clarify the intellectual property license granted with Contributions from any person or entity, We must have a Contributor License Agreement ("CLA") on file that has been signed by each Contributor, indicating agreement to the license terms below. This license is for your protection as a Contributor as well as the protection of Medooze; it does not change your rights to use your own Contributions for any other purpose.
You accept and agree to the following terms and conditions for Your present and future Contributions submitted to Medooze. Except for the license granted herein to Medooze and recipients of software distributed by Medooze, You reserve all right, title, and interest in and to Your Contributions.
This contributor agreement ("Agreement") documents the rights granted by contributors to Us. To make this document effective, please fill and sign the for
//Create viewer
const viewer = new View(streamId, () => { return viewerToken });
//Start streaming
await viewer.connect({
pinnedSourceId,
multiplexedAudioTracks: 3,
excludedSourceIds: [sourceId],
disableVideo,
dtx: true,
//Create publisher
const publisher = new Publish(streamId, () => { return publisherToken });
//Start publishing
await publisher.connect({
mediaStream: mediaStream,
sourceId: sourceId,
disableVideo,
dtx: true,
});
//Create publisher
publisher = new Publish(streamId, () => { return publisherToken });
//Start publishing
await publisher.connect({
mediaStream: mediaStream,
sourceId: sourceId,
disableVideo,
dtx: true,
});
//Create publisher
publisher = new Publish(streamId, () => { return publisherToken });
//Start publishing
await publisher.connect({
mediaStream: mediaStream,
sourceId: sourceId,
disableVideo,
dtx: true,
});
@murillo128
murillo128 / publish multishource
Created September 3, 2021 07:20
publish multishource
//Create publisher
publisher = new Publish(streamId, () => { return publisherToken });
//Start publishing
await publisher.connect({
mediaStream: mediaStream,
sourceId: sourceId,
disableVideo,
dtx: true,
});