Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
# Other TP-Link camera
[TP-link NC210](nc210.md)

# TP-Link NC220
Some more or less random stuff about TP-Link NC220 (and NC200) IP Camera

Expand Down
29 changes: 29 additions & 0 deletions nc210.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
# TP-Link NC210

# Playing Streams
Tested on Linux in Chrome - working.

## Workaround
**Playing streams requires authentication!** Use your normal camera user account. **The _password_ must be _base64 encoded_.** .

# List of available Video Sources
* http://admin:[base64pass]@[ipofcamera]:8080/stream/video/mjpeg
* http://admin:[base64pass]@[ipofcamera]:8080/stream/video/h264
* How to play in VLC? See [https://reolink.com/faq/play-h264-videos-in-vlc/](https://reolink.com/faq/play-h264-videos-in-vlc/)

## List of available Audio Sources
* http://admin:[base64pass]@[ipofcamera]:8080/stream/audio/wavpcm

# Getting Still Images
* wget --user=admin --password=[base64pass] http://[ipofcamera]:8080/stream/snapshot.jpg

# Portscan
```
PORT STATE SERVICE
80/tcp open http
8080/tcp open http-proxy
```