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

## WIP Имеются следующие сценарии: > Video-call (видеозвонок) - 1 1. Latency < 1s. > Conference (конференция) - n n. Latency < 1s. > Broadcasting (трансляция) - 1 -> n....

research
RFC
k::design

### Kurento design Kurento построен на gstreamer и унаследовал весь дизайн от него. Кодовую базу Kurento можно разделить на три части: 1. gstremer plugins 2. higher level abstractions 3. json-rpc...

research
k::design

- [x] 1. [RFC](https://github.com/instrumentisto/medea/blob/master/docs/rfc/0001-control-api.md) created (#5) - [ ] 2. Implementation - [ ] gRPC interface - [ ] gRPC callbacks - [ ] HTTP REST interface - [ ]...

feature
roadmap
k::api
k::design
tracking

- [x] 1. [RFC](https://github.com/instrumentisto/medea/blob/master/docs/rfc/0002-webrc-client-api.md) created (#7) - [ ] 2. Implementation - [ ] Client side - [ ] Server side --------------------------------- Необходимо формализировать пользовательское API. Пока затрагивается только протокол...

feature
k::api
k::design
tracking

@flexconstructor [wrote](https://github.com/instrumentisto/medea/issues/8#issuecomment-452600850): > Gentlemen, as part of the development of the `Medea Web Client` module, please draw your attention to the [Video.js](https://videojs.com/) project. I think it makes sense to develop...

question
RFC
k::api
k::design

## Summary When we trying to create interconnected `Endpoint`s for `Member`s which already interconnected, panic will be throwed with `PeerError::WrongState` error. Also if we delete some `Endpoint` from interconnected `Member`s...

enhancement
k::api

Related to #115 ## Problem to solve > Jason uses wasm-bindgen to interop with JS, and exposing 64 bit types to JS will make wasm-bindgen to use BigInt64Array / BigUint64Array...

enhancement
k::api
tracking
waiting: materials

Revealed from #159 Caused by #81 ## Summary `ObservableField::when` and `ObservableFild::when_eq` instantly returns `future::ok` if provided condition already matches current value. But user expects that this computation will be performed...

bug
enhancement
k::api
k::refactor

## Summary Now that P2P WEB is ready we must focus on adding support for mobile platforms. ## Roadmap - [ ] 1. Prepare Jason to support multiple targets: separate...

feature
roadmap
k::design

- add webpack config for production mode - add command for build demo client in production mode in Makefile - add command for optimization size wasm binary with wasm-opt in...