forked from EliasKotlyar/Xiaomi-Dafang-Hacks
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
add audio support
- Loading branch information
Showing
1 changed file
with
19 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,22 @@ | ||
## Integration in tinyCam | ||
|
||
1. Download the [custom_vendors.xml](custom_vendors.xml) configuration file | ||
2. Open tinyCam and go to settings -> Developer Settings -> Custom brand XML file -> Choose custom_vendors.xml | ||
3. Restart tinyCam | ||
4. Run tinyCam and select Brand -> XiaomiHack and Model -> Dafang EliasKotlyar | ||
1. Make sure you have the user 'root' and same password set for both HTTPS and RTSP. | ||
2. Download the [custom_vendors.xml](custom_vendors.xml) configuration file. | ||
3. Open tinyCam and go to settings -> Developer Settings -> Custom brand XML file -> Choose custom_vendors.xml | ||
4. Restart tinyCam | ||
5. Run tinyCam and select Brand -> XiaomiHacks and Model -> Dafang | ||
|
||
Note: A Custom_vendors.xml 'file not found' error can happen due to tinyCam not taking the correct path from file manager. Make sure it is not prefixed with 'document' etc. | ||
Note: A Custom_vendors.xml 'file not found' error can happen due to tinyCam not taking the correct path from file manager. Make sure it is not prefixed with document etc. | ||
|
||
# tinyCam camera settings (with custom_vendor.xml loaded) | ||
|
||
Web port number: 443 | ||
Protocol: RTSP over TCP (MPEG/H264/H265) | ||
RTSP port number: 8554 | ||
Use HTTPS: ticked | ||
|
||
# For audio support add the following to your rtspserver.conf | ||
|
||
AUDIOFORMAT=PCMU | ||
AUDIOOUTBR=8000:8000 | ||
RTSPH264OPTS="-W1280 -H720 -U root:your_password" |