-
```
What steps will reproduce the problem?
1. Call started by caller
2. Callee answers the call
3. Media packages start flowing via webrtc2sip
What is the expected output? What do you see instead…
-
I m running a node media server. PFB the code
`var nodeMediaSer = require('node-media-server');
const config = {
rtmp: {
port: 1935,
chunk_size: 60000,
gop_cache:…
-
Hi. Thanks for your great library.
I've configured nms on 2 of my test servers and it works great, but when I'm trying to make it work on production, it creates directories for different qualities,…
-
### Version
v1.2.0
### Which operating systems have you used?
- [X] Android
- [X] iOS
### Environment that reproduces the issue
Google Pixel 6 (Android 12)
ATEX M5
### Is it reproducible in the…
-
I have an m3u playlist which internally contains several m3u8 playlists which are live streams.
I found that in all the channels, the audio is slower than the video including the NDTV 480p which is g…
-
I think I have a rather different setup. I work between local (bitnami WAMP) and live (siteground with dedicated IP).
On my local development, I set my host file to point example.com to my local serv…
-
Hi,
I'm trying to stream media using the nginx-ts-module.
Everything looks fine (the index.mpd and mp4 filed are created under /var/media/dash) also browsing to the index.mpd url works fine, but t…
-
```
What steps will reproduce the problem?
1. Load a video media type (webm, matroska, ...) to the Chromecast with the
RemoteMediaPlayer api
2. The video is generated live by a local web server throu…
-
**Description**
I’m trying to implement a feature that identifies the active speaker in a video call using react-native-simple-peer and react-native-webrtc. I would like to find a way to determine wh…
-
Ok so my problem is how to transcode on fly to multiple bitrate(HLS)? is there any sample code?