You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
I'm using Yolo to detect persons in a live video feed piping each processed frame to OME via ffmpeg:
live video stream > ffmpeg extract frames > yolo > ffmpeg publish via rtmp > ome
While playing on over player via webRTC (ws://localhost:3333/app/stream_name) it works as expected without issues, if I use VLC with LLHLS (http://localhost:3333/app/stream_name/llhls.m3u8) the stream does not work properly (1 frame every 3/5 sec) and I0m getting errors on OME:
[2023-05-04 10:03:18.329] I [StreamWorker:331] Monitor | stream_metrics.cpp:114 | A new session has started playing #default#app/644bef9cc0036ba9c2a38ab6_afb8fa3d-a761-4fce-a44f-9036ce308dac on the LLHLS publisher. LLHLS(2)/Stream total(4)/App total(4)
[2023-05-04 10:03:24.586] I [StreamWorker:334] Monitor | stream_metrics.cpp:114 | A new session has started playing #default#app/644bef9cc0036ba9c2a38ab6_afb8fa3d-a761-4fce-a44f-9036ce308dac on the LLHLS publisher. LLHLS(3)/Stream total(5)/App total(5)
[2023-05-04 10:03:29.154] W [StreamWorker:333] LLHLS Publisher | llhls_stream.cpp:579 | Could not find segment for track_id = 0, segment = 1878 (last_segment = 1890)
[2023-05-04 10:03:29.154] E [StreamWorker:333] HttpServer | http_exchange.cpp:42 |
[Client] HttpConnection(0x7f6d3c201810) : HTTP/1.1 <ClientSocket: 0x7f6d3c225c10, #36, Connected, TCP, Nonblocking, 172.20.0.1:55312> TLS(Disabled) (Elapsed: 0)
[Request] GET http://localhost:3333/app/644bef9cc0036ba9c2a38ab6_afb8fa3d-a761-4fce-a44f-9036ce308dac/seg_0_1878_video_3L9iYJXS_llhls.m4s (HTTP/1.1, Request Time: 2023-05-04T10:03:29.154+00:00)
[Response] 404 Not Found (249 bytes sent, Response Time: 2023-05-04T10:03:29.154+00:00)
[2023-05-04 10:03:29.977] I [DQHTTPTimer:11] Monitor | stream_metrics.cpp:163 | 1 sessions has been stopped playing #default#app/644bef9cc0036ba9c2a38ab6_afb8fa3d-a761-4fce-a44f-9036ce308dac on the LLHLS publisher. Concurrent Viewers[LLHLS(2)/Stream total(4)/App total(4)]
[2023-05-04 10:03:29.978] I [DQHTTPTimer:11] Monitor | stream_metrics.cpp:163 | 1 sessions has been stopped playing #default#app/644bef9cc0036ba9c2a38ab6_afb8fa3d-a761-4fce-a44f-9036ce308dac on the LLHLS publisher. Concurrent Viewers[LLHLS(1)/Stream total(3)/App total(3)]
[2023-05-04 10:03:34.981] I [DQHTTPTimer:11] Monitor | stream_metrics.cpp:163 | 1 sessions has been stopped playing #default#app/644bef9cc0036ba9c2a38ab6_afb8fa3d-a761-4fce-a44f-9036ce308dac on the LLHLS publisher. Concurrent Viewers[LLHLS(0)/Stream total(2)/App total(2)]
Expected behavior
The FPS should be equal to the webRTC and without errors
Logs
[2023-05-04 10:03:18.329] I [StreamWorker:331] Monitor | stream_metrics.cpp:114 | A new session has started playing #default#app/644bef9cc0036ba9c2a38ab6_afb8fa3d-a761-4fce-a44f-9036ce308dac on the LLHLS publisher. LLHLS(2)/Stream total(4)/App total(4)
[2023-05-04 10:03:24.586] I [StreamWorker:334] Monitor | stream_metrics.cpp:114 | A new session has started playing #default#app/644bef9cc0036ba9c2a38ab6_afb8fa3d-a761-4fce-a44f-9036ce308dac on the LLHLS publisher. LLHLS(3)/Stream total(5)/App total(5)
[2023-05-04 10:03:29.154] W [StreamWorker:333] LLHLS Publisher | llhls_stream.cpp:579 | Could not find segment for track_id = 0, segment = 1878 (last_segment = 1890)
[2023-05-04 10:03:29.154] E [StreamWorker:333] HttpServer | http_exchange.cpp:42 |
[Client] HttpConnection(0x7f6d3c201810) : HTTP/1.1 <ClientSocket: 0x7f6d3c225c10, #36, Connected, TCP, Nonblocking, 172.20.0.1:55312> TLS(Disabled) (Elapsed: 0)
[Request] GET http://localhost:3333/app/644bef9cc0036ba9c2a38ab6_afb8fa3d-a761-4fce-a44f-9036ce308dac/seg_0_1878_video_3L9iYJXS_llhls.m4s (HTTP/1.1, Request Time: 2023-05-04T10:03:29.154+00:00)
[Response] 404 Not Found (249 bytes sent, Response Time: 2023-05-04T10:03:29.154+00:00)
[2023-05-04 10:03:29.977] I [DQHTTPTimer:11] Monitor | stream_metrics.cpp:163 | 1 sessions has been stopped playing #default#app/644bef9cc0036ba9c2a38ab6_afb8fa3d-a761-4fce-a44f-9036ce308dac on the LLHLS publisher. Concurrent Viewers[LLHLS(2)/Stream total(4)/App total(4)]
[2023-05-04 10:03:29.978] I [DQHTTPTimer:11] Monitor | stream_metrics.cpp:163 | 1 sessions has been stopped playing #default#app/644bef9cc0036ba9c2a38ab6_afb8fa3d-a761-4fce-a44f-9036ce308dac on the LLHLS publisher. Concurrent Viewers[LLHLS(1)/Stream total(3)/App total(3)]
[2023-05-04 10:03:34.981] I [DQHTTPTimer:11] Monitor | stream_metrics.cpp:163 | 1 sessions has been stopped playing #default#app/644bef9cc0036ba9c2a38ab6_afb8fa3d-a761-4fce-a44f-9036ce308dac on the LLHLS publisher. Concurrent Viewers[LLHLS(0)/Stream total(2)/App total(2)]
Server (please complete the following information):
OvenMediaEngine v0.15.7 ((From archive)) is started on [0148609da004] (Linux x86_64 - 5.15.90.1-microsoft-standard-WSL2, docker support #1 SMP Fri Jan 27 02:56:13 UTC 2023)
Player (please complete the following information):
Device: MSI laptop with RTX3080
OS: Windows
Browser edge
Version 112.0.1722.64
VLC version 3.0.18 Vetirani
The text was updated successfully, but these errors were encountered:
Describe the bug
I'm using Yolo to detect persons in a live video feed piping each processed frame to OME via ffmpeg:
live video stream > ffmpeg extract frames > yolo > ffmpeg publish via rtmp > ome
While playing on over player via webRTC (ws://localhost:3333/app/stream_name) it works as expected without issues, if I use VLC with LLHLS (http://localhost:3333/app/stream_name/llhls.m3u8) the stream does not work properly (1 frame every 3/5 sec) and I0m getting errors on OME:
To Reproduce
Steps to reproduce the behavior:
Expected behavior
The FPS should be equal to the webRTC and without errors
Logs
Server (please complete the following information):
Distributor ID: Ubuntu
Description: Ubuntu 22.04.1 LTS
Release: 22.04
Codename: jammy
Player (please complete the following information):
The text was updated successfully, but these errors were encountered: