-
When getting the channel list with IPTV Merge or IPTV Manager, only the 'simulcast' channels included in the hardcoded iptvmanager.py CHANNELS list are available. The fast channels are not available.
…
-
The readme example is currently:
```js
//Send all tracks
for (const track of stream.getTracks()) {
//You could add simulcast too here
pc.addTrack(track);
}
```
But maybe it should be:
…
-
Hello, many thanks for you library which is very well done. Integration into my project has been really smooth. I have one issue with H264 simulcast. I try to produce 2 videos layers :
let lowEncodi…
-
```
diff = 75
diff = 0
diff = 1505
image size differs 'captures/1468405708.342661.png' @ error/compare.c/IsImagesEqual/1598 (Magick::ImageMagickError)
./features/step_definitions/lion_ste…
-
On the sender side we have multiple "rids", but on the receiver side we only have a single stream. How to tell which stream it correlates to?
-
# Bug Report
## Your environment
- mediasoup version: 3.14.16
## Issue description
If the `Producer` has 3 encodings (so 3 simulcast spatial layers 0,1,2) and the encoding in the middle (e…
-
This is a covering ticket for the Pion WebRTC roadmap. If you have any requests feel free to leave them here/vote on others.
# Planet Strike -- 1.0.0 (2018-06-20)
* [x] SRTP (in Go)
* [x] ICE-lit…
-
最后一行是:
```js
{name:"simulcast",reg:new RegExp("^simulcast:(send|recv) ([a-zA-Z0-9\\-_~
```
引入会报错:
```
Uncaught SyntaxError: Invalid or unexpected token
```
keliq updated
3 years ago
-
Michel,
Have you given consideration to supporting sdp munging so that Simulcast and different codecs, bitrate and resolutions including vp9 svc in webrtc-streamer may be supported ? This is achieved…
-
HI,
On Web, to make Twilio work both on ios and chrome, we need to change the preferred codec option.
Could you add this this ?
Here an example for web :
`connect(token, {
name: 'room…