fcqpl

Results 25 comments of fcqpl

Here is defined bad codec name: https://github.com/AirenSoft/OvenMediaEngine/blob/master/src/projects/transcoder/codec/encoder/encoder_hevc.cpp Line 33: h265_nvenc to hevc_nvenc But after changing i got another error: ``` [07-19 23:15:57.912] E [AppWorker:96] FFmpeg | third_parties.cpp:111 | [AVFormatContext: 0x7fa7cc000b40]...

Hello, Proxmox VE 7.0-8, VM with Ubuntu 20.04.2 LTS and PCI-E passthrough In VM installed nvidia-docker2: - Docker version 20.10.7, build f0df350 - Nvidia driver 465.27 (CUDA 11.3) - GPU...

It's now working! :) ![image](https://user-images.githubusercontent.com/46460263/126342656-a0592ab9-893b-4a57-8056-b71e7cb89e67.png)

I compiled ffmpeg with srt and opus codec and used command like this: ffmpeg -re -i mp4file.mp4 -vcodec libx264 -vb 2M -acodec libopus -ab 192k -ac 2 -ar 48000 -f...

I don't know if it's supported or not. But i wanna to move audio transcoding from Oven to encoding server. For now with +/- 14 streams Oven takes 80% CPU...

Recently we tested something simmilar with a friend @tomek10861 OME was server, OBS streaming our webcams to OME. We spoke without any additional delays or problems :D

Hi, Is something changed? I need to automatic move user from WebRTC to HLS when packet loss is detected. Any API for read statistics with packet loss?

@SangwonOh Seekbar is showing for a while when player is loading HLS stream: https://user-images.githubusercontent.com/46460263/138102122-73f905d0-8b38-4d91-a9bb-bfc098b50d11.mp4 Maybe add an option in sources that says to player - "this HLS is only live...

Hi @PiotrMachowski , any update? :)