Replies: 3 comments
-
|
I also get some sort of stutter in a lot of the videos at approximately every 10 seconds or so. |
Beta Was this translation helpful? Give feedback.
-
|
the most relevant function inside openRTSP that determines the periodic file names is https://github.com/themactep/live555/blob/6d626de435a9d1e18ac247ba4ac2eba09aed4e7d/testProgs/playCommon.cpp#L997 it goes with %05d for the start and end time This then gets passed into https://github.com/themactep/live555/blob/6d626de435a9d1e18ac247ba4ac2eba09aed4e7d/testProgs/playCommon.cpp#L997 |
Beta Was this translation helpful? Give feedback.
-
|
in with a pull request (#544) for using two daemons instead of one. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
I'm not sure if this is a prduynt thing or a thingino thing, but doing minute long records, I am consistently losing about a second due to issues with the loop.
Currently testing the following changes to
/sbin/recordwhich reduces the frequency of the occupied space testing (which uses 0.2 seconds at least on my SD card):next step up that I'm thinking to implement is going to be make the space check daemon separate from the record daemon, because there's no reason why recording can't be happening while space checks are happening -- except in the case where there's not enough space for the file and the recording loop needs to pause.
Another idea:
modify the openRTSP package we can make it so that it keeps using the same stream and does the file segmentation according to the configuration file (default uses the same sort date based segmentation and can specify the segment size but cannot specify the filenames) This would emove some handshake overhead.
Beta Was this translation helpful? Give feedback.
All reactions