Hi! Nice job there! I am in a similar situation: I have a small surveillance camera, but I cannot find RTSP information for it. I tried your method, but there is no information captured by Wireshark in this regard. And the main problem is that I know nothing about the camera, other than it works with Android smartphones with WIFIAV or WIFIAVIN app. I know it sound weird, but it’s a DIY gadget and it has no brand and no FCC ID. In such a case what do you recommend I should try? Thanks.
Hi!
Could you explain how to get rtsp url by using Wireshark for me?
because I’m beginner, but my company give me new job, management CCTV…
it’s very difficult to use Wireshark..
now, I manage a lot of CCTV and I need method of finding rtsp url detail.. (I know each CCTV ID, PASSWORD, IP)
Wireshark can be tricky to use. You will not get around reading a tutorial (or watching one on YouTube). You will have to know hat interface are you eavesdropping. Then filter only the communication done using RTP protocol.: ip.proto==RTP and search for rtsp://.
7 Kommentare
Loky
Hi! Nice job there! I am in a similar situation: I have a small surveillance camera, but I cannot find RTSP information for it. I tried your method, but there is no information captured by Wireshark in this regard. And the main problem is that I know nothing about the camera, other than it works with Android smartphones with WIFIAV or WIFIAVIN app. I know it sound weird, but it’s a DIY gadget and it has no brand and no FCC ID. In such a case what do you recommend I should try? Thanks.
markaw
From what I see here http://www.mxzdy.com/info/manual/mxzdy.com_1398320197.pdf (I do not know this WIFIAV/WIFIAVIN) provided you are getting the camera feed in he Android app, you could try the other way around. I mean a sniffer like Wireshark on your Android device (https://techwiser.com/wireshark-alternatives-for-android/). Maybe you will be able to get the stream info there. Just maybe. Maybe its worth trying.
Le Surveilleur
If the camera supports ONVIF protocol, another way to get the RTSP URL is by using ONVIF Device Manager. Here’s a simple tutorial with screenshots:
https://securitycommunity.com/2019/03/24/finding-rtsp-address-of-an-onvif-camera/
Marcin Kawalerowicz
Interesting. I did mot knew that. I will have to check it out when I’m back in the office.
parkminjoo
Hi!
Could you explain how to get rtsp url by using Wireshark for me?
because I’m beginner, but my company give me new job, management CCTV…
it’s very difficult to use Wireshark..
now, I manage a lot of CCTV and I need method of finding rtsp url detail.. (I know each CCTV ID, PASSWORD, IP)
Please… Thank you :- )
Marcin Kawalerowicz
Hi PARKMINJOO,
Wireshark can be tricky to use. You will not get around reading a tutorial (or watching one on YouTube). You will have to know hat interface are you eavesdropping. Then filter only the communication done using RTP protocol.: ip.proto==RTP and search for rtsp://.
Best regards,
Marcin
parkminjoo
Thank you for your kindness