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
I'm working on streaming a h264 feed from a watchnet nvr. Oddly enough demuxed.next only delivers Rtcp packets even though both video and audio streams were registered. I read in #68 (comment) that you have a program to chew through packet captures; is that available in this repo?
The text was updated successfully, but these errors were encountered:
Ok, I should have turned on logging (my application is using tracing and I didn't notice that log records were being eaten).
Looks like most of the packets are being dropped:
2022-12-02T21:18:52.932629Z INFO retina::client::rtp: Skipping out-of-order seq=801d when expecting ssrc=Some(44b746fb) seq=Some(801f)
2022-12-02T21:18:52.940930Z INFO retina::client::rtp: Skipping out-of-order seq=8021 when expecting ssrc=Some(44b746fb) seq=Some(8023)
2022-12-02T21:18:52.940980Z INFO retina::client::rtp: Skipping out-of-order seq=8025 when expecting ssrc=Some(44b746fb) seq=Some(8027)
2022-12-02T21:18:52.940998Z INFO retina::client::rtp: Skipping out-of-order seq=802b when expecting ssrc=Some(44b746fb) seq=Some(802d)
2022-12-02T21:18:52.941279Z INFO retina::client::rtp: Skipping out-of-order seq=802f when expecting ssrc=Some(44b746fb) seq=Some(8031)
I'm working on streaming a h264 feed from a watchnet nvr. Oddly enough
demuxed.next
only delivers Rtcp packets even though both video and audio streams were registered. I read in #68 (comment) that you have a program to chew through packet captures; is that available in this repo?The text was updated successfully, but these errors were encountered: