fcqpl

Results 25 comments of fcqpl

Hi, I can't get this tool to work. Connection is in "Checking" state. After long time it goes to "Failed". Tested with ws:// tcp, udp and wss:// tcp, udp (with...

> If you set it to *, can you try setting it to an IP that OvenRtcTester can connect to? Yes, after change to: `10.1.1.175:10000/udp` It's working. Thanks!

Hello, Propably Oven not seeing my Quadro. Docker-compose: ``` ovenmediaengine: image: airensoft/ovenmediaengine:dev ports: - 443:443 - 1935:1935 - 3333:3333 - 3334:3334 - 3478:3478 - 8080:8080 - 9000:9000 - 9999:9999/udp -...

And streams transcoded by software transcoder ``` h264 1280 720 5000000 30 ``` it's not playing smoothly with WebRTC in Chrome (91.0.4472.124) and unplayable in Firefox (89.0.2). With HLS everything...

Hello, Problem with not smoothly playback is on this build: `airensoft/ovenmediaengine:dev` `OvenMediaEngine v0.12.1 is started on [35b087cf9405] (Linux x86_64 - 5.4.0-77-generic, #86-Ubuntu SMP Thu Jun 17 02:35:03 UTC 2021)` I...

> @fcqpl > Have you tried playing with ws://host:port/app/stream?transport=tcp to solve the problem of not playing smoothly? I would be very grateful if you could try this and let me...

Hi, Propably HEVC encoder is not working with hardware transcoding. It transcodes with CPU, from log: ``` [07-14 00:49:47.593] I [OvenMediaEngine:1] OvenMediaEngine | main.cpp:140 | Trying to create a Transcoder...

And also - there is no support for HW encoding in code on github? I only see full working code in http://dev.airensoft.com/~pub/test/master.tar.gz archive.

I'll test HEVC on Tuesday (waiting for new GPU). My test GPU (Quadro K2200) isn't supporting HEVC. Looks like OME trying to use CUDA and fallback to SW encoder x265....

Other GPU supports NVENC H265, but I have same error: ``` [07-19 23:01:26.414] E [Dech264NV:404] Transcoder | encoder_hevc_nv.cpp:36 | Could not find encoder: 173 (hevc) ``` ffmpeg with nvenc_hevc works...