Video jumps a couple of seconds forward #1960
Replies: 2 comments 1 reply
-
|
Just an update i currently tested this workflow: External source -> SRT -> App1 -> SRT -> Oven. Even with this "simple" workflow i get the logs that i reported and the jumps in the video. The pipeline for APP1 would be something like: srtsrc ! queue ! tsparse ! tsdemux ignore-pcr=true ! h264parse config-interval=1 ! mpegtsmux ! srtsink I already tested without the ignore-pcr and config-interval and saw no changes My publisher settings: My HLS settings: |
Beta Was this translation helpful? Give feedback.
-
|
"Failed to pop packet until 500 ms" |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Hello all
I built the following architecure:
App1 receives mpegts through SRT and sends it to App2 by SRT/UDP/RTP (whatever)
App2 receives mpegts, it decode and encodes it and then sends the encoded result to Oven by mpegts UDP or mpegts SRT.
I'm having some weird behavior that sometimes the video jumps like 3 seconds into the future (like going from 24/11/2025 13:01:00 to 13:01:07).
I see this logs but i don't know what i can do to prevent this.
[2025-11-24 12:55:05.622] W [Scheduled:159] ScheduledChannel Provider | scheduled_stream.cpp:1012 | Scheduled Channel : #host#app/channel_9999_b9b42264-b009-470c-a5db-006edcfdcded: Failed to pop packet until 500 ms. Try to play next item
[2025-11-24 12:55:05.622] I [Scheduled:159] ScheduledChannel Provider | scheduled_stream.cpp:1152 | Scheduled Channel : #hots#app/channel_9999_b9b42264-b009-470c-a5db-006edcfdcded: Playback stopped
[2025-11-24 12:55:05.622] I [Scheduled:159] ScheduledChannel Provider | scheduled_stream.cpp:337 | Scheduled Channel #host#app/channel_9999_b9b42264-b009-470c-a5db-006edcfdcded: Start fallback program
[2025-11-24 12:55:08.622] I [Scheduled:159] ScheduledChannel Provider | scheduled_stream.cpp:957 | Scheduled Channel : #host#app/channel_9999_b9b42264-b009-470c-a5db-006edcfdcded: Play stream stream://host/input/b9b42264-b009-470c-a5db-006edcfdcded
[2025-11-24 12:55:08.622] I [Scheduled:159] MediaRouter | mediarouter_application.cpp:535 | [#host#app/channel_9999_b9b42264-b009-470c-a5db-006edcfdcded(114)] Trying to update a stream
[2025-11-24 12:55:08.622] I [Scheduled:159] Provider | stream.cpp:608 | #host#app/channel_9999_b9b42264-b009-470c-a5db-006edcfdcded(114) has been updated stream
[2025-11-24 12:55:08.623] I [Scheduled:159] Provider | stream.cpp:609 |
[Stream Info]
id(114), msid(14), output(channel_9999_b9b42264-b009-470c-a5db-006edcfdcded), SourceType(Scheduled), RepresentationType(Source), Created Time (Mon Nov 24 12:42:28 2025) UUID(88efa128-262c-44c3-ac1d-ed7c59a62b8d/#host#app/channel_9999_b9b42264-b009-470c-a5db-006edcfdcded/i)
It seems that everytime this logs pop up i have those jumps
I already tried stream directly from App1 to oven and i get the same behavior
Beta Was this translation helpful? Give feedback.
All reactions