Why TCP ?
#255
Replies: 2 comments 1 reply
-
You can manually change it with env, but from what I remember UDP-in caused issues with TCP-out.
|
Beta Was this translation helpful? Give feedback.
0 replies
-
Changing that env protocols=udp is enough?
I tried to change it E2E...
I defined -p 8000:8000 UDP
Protocols=udp
Ffmpeg cmd=......rtsp_transport udp rtsp://0.0.0.0:8000/
But i got error tcp://0.0.0.0:8000 connection refused.
Thanks,
…________________________________
From: mrlt8 ***@***.***>
Sent: Monday, November 29, 2021 12:17:36 AM
To: mrlt8/docker-wyze-bridge ***@***.***>
Cc: AdiAbuAli ***@***.***>; Author ***@***.***>
Subject: Re: [mrlt8/docker-wyze-bridge] Why TCP ? (Discussion #255)
You can manually change it with env, but from what I remember UDP-in caused issues with TCP-out.
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub<#255 (comment)>, or unsubscribe<https://github.com/notifications/unsubscribe-auth/AVKRYLJSDAH4LYTEYH5ODN3UOKTABANCNFSM5I5WO37A>.
Triage notifications on the go with GitHub Mobile for iOS<https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675> or Android<https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub>.
|
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
Why we need to use TCP protocol, if the container and NVR run on same platform?
From destination point of view, there will be no packet loss, as both run on same machine.
Also from source to container, TCP is defined between FFMPEG and RTSP_SIMPLE_SERVER, which both run same container even....and FFMPEG doesn't have back feedback for media with Wyze, but just copy the stream.
So why not UDP?
Beta Was this translation helpful? Give feedback.
All reactions