-
Notifications
You must be signed in to change notification settings - Fork 1k
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
No rtsp start with 'new V4l2rstp binary' #388
Comments
On my Wyzecam V2 I get the same error : EDIT: Still same issue with commit : 7953992 |
Disabling motion detection made it work as suggested in : It seems the current web gui only has for 4 regions while the new code has 16 regions. |
I ran an autoupdate 1 hour ago and it broke completely v4l2rstp :
The lib exist in the lib directory... |
Try to run following before starting v4l2rtspserver:
This line has been integrated in the startup-script: |
With the new V4l2rstp binary, I get the same error as reported here: EliasKotlyar/Xiaomi-Dafang-Software#21 Disabling Motion Detection does not fix this for me. |
i too am experiencing the same issue on dafang i copied the latest firmware mod files a few hours ago 2018-05-29 23:20:50.474 ( 3.840s) [update_thread ] ImpEncoder.cpp:648 0| Detection region= ((0,0)-(1279,719)) |
try this export LD_LIBRARY_PATH=/system/sdcard/lib/:$ LD_LIBRARY_PATH |
Hello everyone. I have pushed a new version, it should resolve this issues. |
Thank you! I updated the cam today and immediately lost wifi connection because of LD_LIBRARY_PATH. Now wifi and rtspserver work. But rtspserver crashes, when motion detection is enabled. This is what I get: 2018-05-30 23:08:50.381 ( 3.830s) [update_thread ] ImpEncoder.cpp:485 0| Changed motion sensitivity=3 If I |
You are right @goermezer |
The new version of v4l2rtspserver only works for me, when I start it from the console after Starting v4l2rtspserver from the web UI still crashes with error |
Hello @nik0 , I have made up a new repository which has all the software included with git submodules(its a cleaner way than the way we did it before: I have made the following change, and was expecting that it will start working again after that: |
I see your new rep. I will use it
For your change 52 is the new value, we need to be careful of how the imp
libs are delivered and how the LD_LIB_PATH is set.
Do you deliver the last implib? The one you found in this Chinese guy repo
Nik0
Le mer. 30 mai 2018 à 23:55, Elias Kotlyar <[email protected]> a
écrit :
… Hello @nik0 <https://github.com/nik0> ,
I have made up a new repository which has all the software included with
git submodules(its a cleaner way than the way we did it before:
https://github.com/Dafang-Hacks/Main
Its basically the same code like in dafang-software, but more cleaned up.
Please do not use the old repository anymore. If you need to compile
something, just create a submodule. I havent migrated everything, because
of lack of time, but its a good starting point.
I have made the following change, and was expecting that it will start
working again after that:
***@***.***
<Dafang-Hacks/Main@50a78c8>
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#388 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/ABx_hmeddzY4P6rriSwv58xpBpMzC5OFks5t3xVmgaJpZM4USVXm>
.
|
Tried fresh installation
|
my bad, my PR is not merged yet ... Have a look to #395 |
I've just manually added the changes from PR 395 and I'm up and running with no issues now |
Now merged, please check ... |
Result for XIAOFANG: Contents of v4l2rtspserver-master.log 1970-01-01 08:00:20.528 ( 0.004s) [main thread ] main.cpp:439 0| Dumping environement variable 1970-01-01 08:00:22.828 ( 2.304s) [main thread ] ImpEncoder.cpp:1188 0| Found Sensor with ID:-1 2018-06-01 03:10:03.675 ( 2.311s) [main thread ] ImpEncoder.cpp:1188 0| Found Sensor with ID:-1 |
Result for DAFANG: rtsp working but... 1970-01-01 08:00:20.014 ( 0.003s) [main thread ] main.cpp:439 0| Dumping environement variable |
This is another error, missing some memory |
now i'm not getting audio |
hi, @nik0 I've noticed that default "audio in" volume is set to 0 |
The audio shall be set to -1 at startup, so it uses the default value (I think it is around 50 on 120) |
For the audio i did not check, but the changed uboot.bin mentioned seems to solve the problems regarding memory. Only when changing the resolution to 1920x1080 i get the following entries: |
when trying to
although the log shows
It works after exporting the path in command line. |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
Contents of v4l2rtspserver-master.log
/system/sdcard/bin/v4l2rtspserver-master: can't load library 'libmp3lame.so.0'
2018-05-30 05:10:48.890 ( 2.123s) [main thread ] ImpEncoder.cpp:1180 0| Found Sensor with ID:22
i264e[info]: profile Constrained Baseline, level 3.1
2018-05-30 05:10:49.608 ( 2.841s) [main thread ] ImpEncoder.cpp:123 0| OSD pos 0,0,1279,36
2018-05-30 05:10:49.609 ( 2.843s) [main thread ] ImpEncoder.cpp:123 0| OSD pos 1240,0,1279,39
2018-05-30 05:10:50.637 ( 3.871s) [update_thread ] ImpEncoder.cpp:421 0| Changed OSD
2018-05-30 05:10:50.638 ( 3.871s) [update_thread ] ImpEncoder.cpp:485 0| Changed motion sensitivity=4
2018-05-30 05:10:50.638 ( 3.871s) [update_thread ] ImpEncoder.cpp:648 0| Detection region= ((0,0)-(1279,719))
/system/sdcard/bin/v4l2rtspserver-master: /home/ptkang/work/platform/isvp_20160504_e/proj/sdk-lv3/src/imp/ivs/ivs_move/src/filter.c: 156: Start: Assertion `filter->roi.x >= 0 && filter->roi.y >= 0 && filter->roi.width >= 0 && filter->roi.height >= 0 && filter->roi.x + filter->roi.width <= filter->wholeSize.width &&filter->roi.y + filter->roi.height <= filter->wholeSize.height' failed.
The text was updated successfully, but these errors were encountered: