Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
ghost opened this issue Apr 8, 2016 · 16 comments
Open

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

ghost opened this issue Apr 8, 2016 · 16 comments

Comments

@ghost
Copy link

ghost commented Apr 8, 2016

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

@DubbyMcDubs
Copy link

DubbyMcDubs commented May 13, 2016

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

@ignisf
Copy link

ignisf commented Jul 25, 2016

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 ;).

@ghost
Copy link
Author

ghost commented Jul 26, 2016

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 notifications@github.com
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
#4 (comment), or mute
the thread
https://github.com/notifications/unsubscribe-auth/AGiCiOv8cHUnmpNskXuXwEQkxAMylYWsks5qZT_kgaJpZM4IDeZw
.

@ignisf
Copy link

ignisf commented Jul 26, 2016

Yes, albeit buggy.

@ghost
Copy link
Author

ghost commented Jul 26, 2016

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

On Tue, Jul 26, 2016 at 9:21 AM, Petko Bordjukov notifications@github.com
wrote:

Yes, albeit buggy.


You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
#4 (comment), or mute
the thread
https://github.com/notifications/unsubscribe-auth/AGiCiPgzl5OdCouSgmCOUYVoUsQBjOnCks5qZWEjgaJpZM4IDeZw
.

@ghost
Copy link
Author

ghost commented Jul 28, 2016

i tried both:
rtsp://admin:admin@192.168.0.106:554/h264_hd.sdp

rtsp://admin:admin@192.168.0.106: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 sovietmah@gmail.com 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 <notifications@github.com

wrote:

Yes, albeit buggy.


You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
#4 (comment), or mute
the thread
https://github.com/notifications/unsubscribe-auth/AGiCiPgzl5OdCouSgmCOUYVoUsQBjOnCks5qZWEjgaJpZM4IDeZw
.

@ghost
Copy link
Author

ghost commented Jul 28, 2016

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 sovietmah@gmail.com wrote:

i tried both:
rtsp://admin:admin@192.168.0.106:554/h264_hd.sdp

rtsp://admin:admin@192.168.0.106: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 sovietmah@gmail.com 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 <
notifications@github.com> wrote:

Yes, albeit buggy.


You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
#4 (comment), or mute
the thread
https://github.com/notifications/unsubscribe-auth/AGiCiPgzl5OdCouSgmCOUYVoUsQBjOnCks5qZWEjgaJpZM4IDeZw
.

@ignisf
Copy link

ignisf commented Jul 28, 2016

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.

@alexjaya
Copy link

alexjaya commented Aug 6, 2016

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?

@morfikov
Copy link

morfikov commented Nov 8, 2016

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:admin@192.168.1.159: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\=@192.168.1.159:8080/stream/video/h264?resolution=HD
$ mpv http://admin:YWRtaW4\=@192.168.1.159: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\=@192.168.1.159: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.

@ghost
Copy link
Author

ghost commented Nov 19, 2016

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/

@ProfDrYoMan
Copy link

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?

@icyman61
Copy link

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

@igorfili
Copy link

igorfili commented May 7, 2017

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.

@beigna
Copy link

beigna commented Sep 22, 2017

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!

@LucasArruda
Copy link

Thanks. That really helped me with the NC250.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

9 participants