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
The pipeline runs but tsdemux drops the buffer due to issues on timestamps, output from GST_DEBUG=3:
...
0:00:04.571309862 10527 0x1e23a80 WARN mpegtspacketizer mpegtspacketizer.c:2299:mpegts_packetizer_pts_to_ts: Not enough information to calculate proper timestamp
0:00:04.571328588 10527 0x1e23a80 WARN mpegtspacketizer mpegtspacketizer.c:2299:mpegts_packetizer_pts_to_ts: Not enough information to calculate proper timestamp
0:00:04.571349435 10527 0x1e23a80 WARN mpegtspacketizer mpegtspacketizer.c:2299:mpegts_packetizer_pts_to_ts: Not enough information to calculate proper timestamp
0:00:04.571366727 10527 0x1e23a80 WARN mpegtspacketizer mpegtspacketizer.c:2299:mpegts_packetizer_pts_to_ts: Not enough information to calculate proper timestamp
0:00:04.571383263 10527 0x1e23a80 WARN mpegtspacketizer mpegtspacketizer.c:2299:mpegts_packetizer_pts_to_ts: Not enough information to calculate proper timestamp
...
This issue is specific to Transport Stream when it is encoded and decoded in the same pipeline.
Decoding and displaying a TS file works.
Best Regards.
The text was updated successfully, but these errors were encountered:
Hi Crypto team,
This issue may not be related to GstCryto directly but it is important to keep track of it, there are not similar pipelines on the examples.
This case works, output video works as expected.
Pipeline used as reference:
Now, trying to display the video instead of saving it:
The pipeline runs but tsdemux drops the buffer due to issues on timestamps, output from GST_DEBUG=3:
This issue is specific to Transport Stream when it is encoded and decoded in the same pipeline.
Decoding and displaying a TS file works.
Best Regards.
The text was updated successfully, but these errors were encountered: