Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

WatchNet: No VideoFrame Packets #72

Closed
nemosupremo opened this issue Dec 2, 2022 · 2 comments
Closed

WatchNet: No VideoFrame Packets #72

nemosupremo opened this issue Dec 2, 2022 · 2 comments

Comments

@nemosupremo
Copy link
Contributor

nemosupremo commented Dec 2, 2022

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?

@nemosupremo
Copy link
Contributor Author

nemosupremo commented Dec 2, 2022

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)

@nemosupremo
Copy link
Contributor Author

nemosupremo commented Dec 2, 2022

Closing this as this is already tracked in #40 (workaround, use TCP)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant