Hernán

Results 8 issues of Hernán

When playing WebRTC, after clicking play, the player does nothing for a few seconds, no loading indicator, after a while it starts playing but this can be a bit confusing...

**Describe the bug** When the player requests a playlist `live/streamA/llhls.m3u8` OvenMediaEngine returns a playlist with files for streamB, like so `live/streamB/..,` This causes users to see a completely different stream...

bug

If we try to start to ll-hls players, for different sources, they all eventually play the same video, or, frames from one play in the other and vice versa. I...

## 🐛 Bug Report If you define multiple print areas like so: ```js await workbook.xlsx.readFile(path.resolve(baseRuta, 'excel.xlsx')); const worksheet = workbook.getWorksheet('Sheet'); worksheet.pageSetup.printArea = 'A1:Q46&&A48:Q93&&A95:Q140'; // ... const buffer = workbook.xlsx.writeBuffer(); //...

To reproduce, open the player settings gear, then click somewhere else on the page. After deselecting the player by clicking on the page the settings should close, but they remain...

**Describe the bug** When querying a stream info (api endpoint: `v1/vhosts/default/apps/live/streams/`), the server reports strange values for keyframe interval and fps (fractional values) ![image](https://github.com/AirenSoft/OvenMediaEngine/assets/13426225/4a69a564-2d0b-4d36-9096-c4132282dbac) while querying the same stream but...

improvement

**Describe the bug** Occasionally, stream recordings become corrupted and unplayable. When the mp4 produced by OME is analyzed with ffprobe, the error `moov atom not found` is reported. This suggests...

investigating

**Describe the bug** When a publisher (e.g. OBS) reconnects (such as after a network interruption), OvenMediaEngine sends AdmissionWebhook events out of order. Specifically, a "closing" webhook for the old connection...

investigating