diff --git a/README.md b/README.md index ebe490c..c193ae3 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/nc210.md b/nc210.md new file mode 100644 index 0000000..7eb9493 --- /dev/null +++ b/nc210.md @@ -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 +``` + + + +