From dcf7829ee3e47abb479222ebacc559af5ec946f8 Mon Sep 17 00:00:00 2001 From: Zerog Date: Wed, 6 Dec 2017 10:24:49 +0100 Subject: [PATCH 1/3] Added info about nc210 --- README.md | 3 +++ nc210.md | 28 ++++++++++++++++++++++++++++ 2 files changed, 31 insertions(+) create mode 100644 nc210.md 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..50b4477 --- /dev/null +++ b/nc210.md @@ -0,0 +1,28 @@ +# 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 + +## 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 +``` + + + + From fc553475c95a8e36523c39cf5abb356bb7050e24 Mon Sep 17 00:00:00 2001 From: Zerog Date: Wed, 6 Dec 2017 10:41:16 +0100 Subject: [PATCH 2/3] Added link to vlc h264 how to. --- nc210.md | 1 + 1 file changed, 1 insertion(+) diff --git a/nc210.md b/nc210.md index 50b4477..49e5797 100644 --- a/nc210.md +++ b/nc210.md @@ -9,6 +9,7 @@ Tested on Linux in Chrome - working. # List of available Video Sources * http://admin:[base64pass]@[ipofcamera]:8080/stream/video/mjpeg * http://admin:[base64pass]@[ipofcamera]:8080/stream/video/h264 + * How 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 From c1fb665e2bfb229ae5177b3b640528fbaa94a275 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?V=C3=A1clav=20Burda?= Date: Wed, 6 Dec 2017 10:44:37 +0100 Subject: [PATCH 3/3] Update nc210.md --- nc210.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nc210.md b/nc210.md index 49e5797..7eb9493 100644 --- a/nc210.md +++ b/nc210.md @@ -9,7 +9,7 @@ Tested on Linux in Chrome - working. # List of available Video Sources * http://admin:[base64pass]@[ipofcamera]:8080/stream/video/mjpeg * http://admin:[base64pass]@[ipofcamera]:8080/stream/video/h264 - * How play in VLC? See [https://reolink.com/faq/play-h264-videos-in-vlc/](https://reolink.com/faq/play-h264-videos-in-vlc/). + * 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