-
-
Notifications
You must be signed in to change notification settings - Fork 101
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
Smearing Effect (How to downgrade omxplayer) #56
Comments
No it is the way around your need an omxplayer version younger then 14 March 2016 to enable rtsp_over_tcp. |
I will update the readme because it is stated wrong |
Ok, how do I eliminate the smearing effect then? Is there a simple way to block udp traffic to the pi from those ip addresses individually? |
You do not need to block udp, you need to tell rpisurv to connect over tcp with the rtsp_over_tcp option for a specific stream. Check https://github.com/SvenVD/rpisurv/blob/master/surveillance/conf/surveillance.yml for an example. Be aware that running over tcp not necessarily solves the problem. But it has been reported it does for some users |
Ahhh ok, I see your wording there now. Each stream needs to be tagged with the rtsp_over_tcp: true. Configured for all four cameras and have not dropped a single frame. Thanks for the great help! |
Having the same problem. Doubt: rtsp_over_tcp: true needs to be repeated after each url? |
Hi INPUT is checked for correctness. YAML is the input format which is readable by a human but can also be parsed by machine. You need to follow the YAML guidelines to edit the config file. You probably missed some. Please post error message and I can point you in the right direction. Most common mistakes are not following the identation like is used in the example config and the mistake of using tabs in the config file. Doubt: rtsp_over_tcp: true needs to be repeated after each url --> YES |
I am experiencing the smearing effect on all four of my cameras. I see that I need to downgrade my omxplayer to before 03142016 to enable rtsp_over_tcp: true. How do I go about downgrading? I am on RPi 3 B+ Stretch 04192018.
My current omxplayer version is:
Build date: Wed, 05 Jul 2017 16:40:39 +0100
Version : 5a25a57 [debian]
Repository: [email protected]:XECDesign/omxplayer.git
"If you have a "smearing" effect this option may resolve it. Note that you need a version of omxplayer older then 14 March 2016 (popcornmix/omxplayer#433) to do this."
The text was updated successfully, but these errors were encountered: