nc220 icon indicating copy to clipboard operation
nc220 copied to clipboard

Do you have any solution to enable RTSP in TP-link NC 250 model?

Open ghost opened this issue 8 years ago • 16 comments

Hi expert, do you have any solution to enable RTSP in TP-link NC 250 model? This is the latest model from TP-link

ghost avatar Apr 08 '16 23:04 ghost

Hi,

I own an NC250 and found that the RTSP and HTTP links provided (https://github.com/reald/nc220) work for the NC250 as well. However, I found a bug in the firmware where you have to change the Frame Rate setting in the camera's web page, hit save and then the RTSP stream starts working. You can change it back to your desired Frame Rate again but It needs to change and be saved once to get the RTSP stream to work. This needs to be done each time you power up or reboot the camera.

I also found that 30fps does not work at all on the RTSP stream. I use VLC to view the stream.

I have reported these issues to TP-Link, so hopefully they address them in a new firmware version.

Firmware Version: 1.0.8 Build 160108 Rel.26086

DubbyMcDubs avatar May 13 '16 05:05 DubbyMcDubs

Ahoy,

Here are my observations, @sovietmah and @teknotronix:

The NC 250 actually has rtsp://admin:admin@[device-ip]:554/h264_hd.sdp (thank you binwalk) that can be used when you switch on the device.

Whenever you change the video settings, this stream above disappears and moves to rtsp://admin:admin@[device-ip]:554/h264_vga.sdp.

I actually discovered this behaviour while writing a script to log in, change the FPS and log out before starting ffmpeg 😹!

I am amazed by TP-Link's engineering ;).

ignisf avatar Jul 25 '16 22:07 ignisf

Cool, sorry, just to double confirm, so you means the original firmware already support RTSP?

On Tue, Jul 26, 2016 at 6:59 AM, Petko Bordjukov [email protected] wrote:

Ahoy,

Here are my observations, @sovietmah https://github.com/sovietmah and @teknotronix https://github.com/teknotronix:

The NC 250 actually has rtsp://admin:admin@[device-ip]:554/h264_hd.sdp (thank you binwalk) that can be used when you switch on the device.

Whenever you change the video settings, this stream disappears and moves to rtsp://admin:admin@[device-ip]:554/h264_vga.sdp.

I am amazed by TP-Link's engineering ;).

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/reald/nc220/issues/4#issuecomment-235112168, or mute the thread https://github.com/notifications/unsubscribe-auth/AGiCiOv8cHUnmpNskXuXwEQkxAMylYWsks5qZT_kgaJpZM4IDeZw .

ghost avatar Jul 26 '16 00:07 ghost

Yes, albeit buggy.

ignisf avatar Jul 26 '16 01:07 ignisf

Thx a lot, i will buy one and try it out this weekend.

On Tue, Jul 26, 2016 at 9:21 AM, Petko Bordjukov [email protected] wrote:

Yes, albeit buggy.

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/reald/nc220/issues/4#issuecomment-235135489, or mute the thread https://github.com/notifications/unsubscribe-auth/AGiCiPgzl5OdCouSgmCOUYVoUsQBjOnCks5qZWEjgaJpZM4IDeZw .

ghost avatar Jul 26 '16 01:07 ghost

i tried both: rtsp://admin:[email protected]:554/h264_hd.sdp

rtsp://admin:[email protected]:554/h264_vga.sdp

using VLC, is not working for me, I already setup the camera and my IP address is 192.168.0.106, and i still using the default username & password.

On Tue, Jul 26, 2016 at 9:25 AM, Jin Khai Mah [email protected] wrote:

Thx a lot, i will buy one and try it out this weekend.

On Tue, Jul 26, 2016 at 9:21 AM, Petko Bordjukov <[email protected]

wrote:

Yes, albeit buggy.

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/reald/nc220/issues/4#issuecomment-235135489, or mute the thread https://github.com/notifications/unsubscribe-auth/AGiCiPgzl5OdCouSgmCOUYVoUsQBjOnCks5qZWEjgaJpZM4IDeZw .

ghost avatar Jul 28 '16 00:07 ghost

But i can paping the ip camera address 80, 554, 8080 port is working OK.

On Thu, Jul 28, 2016 at 8:55 AM, Jin Khai Mah [email protected] wrote:

i tried both: rtsp://admin:[email protected]:554/h264_hd.sdp

rtsp://admin:[email protected]:554/h264_vga.sdp

using VLC, is not working for me, I already setup the camera and my IP address is 192.168.0.106, and i still using the default username & password.

On Tue, Jul 26, 2016 at 9:25 AM, Jin Khai Mah [email protected] wrote:

Thx a lot, i will buy one and try it out this weekend.

On Tue, Jul 26, 2016 at 9:21 AM, Petko Bordjukov < [email protected]> wrote:

Yes, albeit buggy.

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/reald/nc220/issues/4#issuecomment-235135489, or mute the thread https://github.com/notifications/unsubscribe-auth/AGiCiPgzl5OdCouSgmCOUYVoUsQBjOnCks5qZWEjgaJpZM4IDeZw .

ghost avatar Jul 28 '16 00:07 ghost

Works for me with all of these:

vlc rtsp://admin:admin@<IP>:554/h264_hd.sdp
mpv rtsp://admin:admin@<IP>:554/h264_hd.sdp
ffplay rtsp://admin:admin@<IP>:554/h264_hd.sdp

Are you getting an error message? Maybe try ffplay and see what it says.

ignisf avatar Jul 28 '16 01:07 ignisf

Hi,

The RSTP feed works in VLC for me. However it doesn't work on Genius Vision. Anyone has any ideas what I am missing or has managed to get it to work in Genius Vision?

alexjaya avatar Aug 06 '16 05:08 alexjaya

I have NC250 and I've been playing with this camera for a while. It looks like settings in the camera admin panel maters in the case of h264_vga.sdp or h264_hd.sdp. I was able to get stream using:

$ cvlc rtsp://admin:[email protected]:554/h264_vga.sdp

But only when the frame rate is set to 10 FPS. The other frame rates don't work with the above command, and I couldn't get h264_hd.sdp working at all.

The next thing is the following streams:

$ mpv http://admin:YWRtaW4\[email protected]:8080/stream/video/h264?resolution=HD
$ mpv http://admin:YWRtaW4\[email protected]:8080/stream/audio/mpegaacblock

I got this sniffing the network when I was connecting using the tpcamera smartphone app. The video stream command utilizes only 5-120 KiB/s, whereas the following one around 2500 KiB/s:

$ mpv --no-cache http://admin:YWRtaW4\[email protected]:8080/stream/video/mjpeg

The image is pretty much the same, but using h264?resolution=HD I get 30-40s delay, but it works fine. My smartphone works without delay. I don't know how to fix it, besides mjpeg works also almost without a delay.

morfikov avatar Nov 08 '16 17:11 morfikov

OK Now I tried with: rtsp://admin:admin@[Ip address]:554/h264_hd.sdp using VLC, and it is working. but unfortunately I still failed to setup RTSP in synology surveillance station. But mpeg succeeded.

here is my site. https://ahkhai.com/2016/07/31/setup-tp-link-nc-250-on-synology-surveillance-station/

ghost avatar Nov 19 '16 00:11 ghost

Hello, I just got two questions about the N250 too.

Are http://[ipofcamera]:8080/stream/video/mjpeg and especially wget --user=admin --password=YWRtaW4= http://[ipofcamera]:8080/stream/snapshot.jpg working as for the N220?

In what resolutions are stream and snapshot?

ProfDrYoMan avatar Apr 06 '17 13:04 ProfDrYoMan

I have several of these cameras and would like to get them working. Has anyone got this to work with Blue Irus?

icyman61 avatar Apr 28 '17 19:04 icyman61

Yes, I have Blue Iris and one Tplink NC250. Under Network IP Camera configuration select rtsp:// , then fill in with IPADDR/h264_hd.sdp or IPADDR/h264_vga.sdp. Fill in username and password fields and that should be all.

igorfili avatar May 07 '17 16:05 igorfili

Hi to all!! I have 5 NC220 cameras. The Onvif Settings by default comes with mjpeg (without sound, obviously).

Under Windows using ONVIF Device Manager (https://sourceforge.net/projects/onvifdm/) you can change the video streaming to h264.

Holly Charm!

beigna avatar Sep 22 '17 16:09 beigna

Thanks. That really helped me with the NC250.

LucasArruda avatar Aug 22 '18 14:08 LucasArruda