medea icon indicating copy to clipboard operation
medea copied to clipboard

[Closed] Medea media server

Results 14 medea issues
Sort by recently updated
recently updated
newest added

## Synopsis Need implements send errors, debug info or any other string info to media server. ## Solution Save the information that you want to send to the server in...

feature
k::logging

Part of #27 Requires #90 ## Synopsis We have `on_start`/`on_stop` callbacks in the `WebRtcPlayEndpoint` and `WebRtcPublishEndpoint` in the Callback Control API. This PR implements `on_start` `on_stop` callbacks. This callbacks will...

feature
k::api
k::design
k::monitoring

## Synopsis PR which refactors error propagation from Rust to JS. Now, instead of propagating generic `JasonError`, we will propagate object representing exact error type. ## Solution 1. Get rid...

enhancement
k::api
k::design
k::refactor

## Synopsis Rust [v1.54] is out, let's upgrade. ## Checklist - Created PR: - [x] In [draft mode][l:1] - [x] Name contains `Draft: ` prefix - [x] Name contains issue...

enhancement
k::toolchain
k::refactor