Re: [Live-devel] RTSP URL format for a Swann 806 network camera

2014-10-31 Thread Marcin
Hi Ross, I have a lot of fun in reverse engineer IPCams - i have telnet access passwords to many of them. If you need some - just ask. Marcin W dniu 2014-10-31 16:21, Ross Finlayson pisze: # ifconfig eth0 Link encap:Ethernet HWaddr EC:71:DB:2F:23:E6 inet addr:50.0.150.53 Bcast

Re: [Live-devel] RTSP URL format for a Swann 806 network camera

2014-10-31 Thread Francisco Feijoo
telnet 50.0.150.53 user: root pass: And they hide RTSP streams ... 2014-10-31 16:21 GMT+01:00 Ross Finlayson : > # ifconfig > eth0 Link encap:Ethernet HWaddr EC:71:DB:2F:23:E6 > inet addr:50.0.150.53 Bcast:50.0.150.255 Mask:255.255.255.0 > inet6 addr: 2001:470:82e9:1

Re: [Live-devel] RTSP URL format for a Swann 806 network camera

2014-10-31 Thread Ross Finlayson
> Sorry, but 404 to the 51 camera RTSP URLs known to us. Please, everybody - read all of the emails on a thread before responding :-) You can now add two more URLs (suffixes) to your list: h264Preview_01_main h264Preview_01_sub It turns out that these both work for the Swann 806

Re: [Live-devel] RTSP URL format for a Swann 806 network camera

2014-10-31 Thread Ross Finlayson
> # ifconfig > eth0 Link encap:Ethernet HWaddr EC:71:DB:2F:23:E6 > inet addr:50.0.150.53 Bcast:50.0.150.255 Mask:255.255.255.0 > inet6 addr: 2001:470:82e9:1:ee71:dbff:fe2f:23e6/64 Scope:Global > inet6 addr: 2001:470:82e9:0:ee71:dbff:fe2f:23e6/64 Scope:Global >

Re: [Live-devel] RTSP URL format for a Swann 806 network camera?

2014-10-31 Thread Ross Finlayson
I finally got it! rtsp:///h264Preview_01_main works. Thanks to everyone for your help. Ross Finlayson Live Networks, Inc. http://www.live555.com/ ___ live-devel mailing list live-devel@lists.live555.com http://lists.live555.com/mailman/listi

Re: [Live-devel] RTSP URL format for a Swann 806 network camera?

2014-10-31 Thread Deanna Earley
Bingo, ONVIF returns /h264Preview_01_main and /h264Preview_01_sub. -- Deanna Earley | Lead developer | icatchercctv w: www.icode.co.uk/icatcher | t: 01329 835335 | f: 01329 835338 Registered Office : 71 The Hundred, Romsey, SO51 8BZ. Company Number : 03428325 Fr

Re: [Live-devel] RTSP URL format for a Swann 806 network camera

2014-10-31 Thread Deanna Earley
Note that you can try this yourself, using whatever URL suffix you want. Just run: openRTSP rtsp://admin:12345@50.0.150.53/ Sorry, but 404 to the 51 camera RTSP URLs known to us. -- Deanna Earley | Lead developer | icatchercctv w: www.icode.co.uk/icatcher

Re: [Live-devel] RTSP URL format for a Swann 806 network camera

2014-10-31 Thread Marcin
You owe me this time: Main: rtsp://admin:12345@50.0.150.53/h264Preview_01_main Sub: rtsp://admin:12345@50.0.150.53/h264Preview_01_sub Mobile: rtsp://admin:12345@50.0.150.53/h264Preview_01_mobile Marcin WebCamera.pl W dniu 2014-10-31 15:17, Ross Finlayson pisze: I think someone mentioned this came

Re: [Live-devel] RTSP URL format for a Swann 806 network camera

2014-10-31 Thread Marcin
# Welcome to HiLinux. -sh: Welcome: not found # None of nfsroot found in cmdline. -sh: None: not found # # # # # lsusb -sh: lsusb: not found # ifconfig eth0 Link encap:Ethernet HWaddr EC:71:DB:2F:23:E6 inet addr:50.0.150.53 Bcast:50.0.150.255 Mask:255.255.255.0 inet6 add

Re: [Live-devel] RTSP URL format for a Swann 806 network camera?

2014-10-31 Thread EyeLynx
Check the answer from 'swann tech' in this forum http://www.cctvforum.com/viewtopic.php?f=19&t=41454 Maybe you can use that software .. Best Regards Francisco Feijoo > El 31/10/2014, a las 15:16, Ross Finlayson escribió: > Any Chance of HTTP forwarded too? >> >> No, the camera rejects

Re: [Live-devel] RTSP URL format for a Swann 806 network camera?

2014-10-31 Thread EyeLynx
http://admin:12345@50.0.150.53:8000 returns some onvif xml. No idea if that helps Best Regards Francisco Feijoo > El 31/10/2014, a las 15:16, Ross Finlayson escribió: > Any Chance of HTTP forwarded too? >> >> No, the camera rejects HTTP access (at least, on the standard ports) > > I’ve

Re: [Live-devel] RTSP URL format for a Swann 806 network camera

2014-10-31 Thread Ross Finlayson
> I think someone mentioned this camera is ONVIF. if so the URI is in the XML. No HTTP => No XML Ross Finlayson Live Networks, Inc. http://www.live555.com/ ___ live-devel mailing list live-devel@lists.live555.com http://lists.live555.com/mailman/listin

Re: [Live-devel] RTSP URL format for a Swann 806 network camera?

2014-10-31 Thread Ross Finlayson
>>> Any Chance of HTTP forwarded too? > > No, the camera rejects HTTP access (at least, on the standard ports) I’ve checked all possible ports. The camera rejects TCP access to all ports except: 23 (telnet). If I telnet to the camera, it gives me a login prompt, but the username-passw

Re: [Live-devel] RTSP URL format for a Swann 806 network camera

2014-10-31 Thread Ross Finlayson
> We do use some swann network cameras for our products. > Did you tried this url rtsp://admin:12345@ip_address/stream1? > No, that doesn’t work either: %openRTSP -n rtsp://admin:12345@50.0.150.53/stream1 Opening connection to 50.0.150.53, port 554... ...remote connection opened Sending request

Re: [Live-devel] RTSP URL format for a Swann 806 network camera?

2014-10-31 Thread Ross Finlayson
> On Oct 31, 2014, at 3:51 AM, Marcin wrote: > > Not working - gimme also http access to this cam. > Marcin > > W dniu 2014-10-31 10:21, Deanna Earley pisze: >> If anyone out there has an idea, feel free to try to access: >> rtsp://admin:12345@50.0.150.53/ >> >> >> >> Any Chance

Re: [Live-devel] RTSP URL format for a Swann 806 network camera

2014-10-31 Thread Jeff Shanab
I think someone mentioned this camera is ONVIF. if so the URI is in the XML. Maybe an opensource tool like DeviceManager can extract it for you. On Fri, Oct 31, 2014 at 7:23 AM, Dnyanesh Gate < dnyanesh.g...@intelli-vision.com> wrote: > Hi, > > We do use some swann network cameras for our product

Re: [Live-devel] RTSP URL format for a Swann 806 network camera?

2014-10-31 Thread Jeff Shanab
Cool. Seeing as i just spent the last week working on our hikvision plugin i am actuallycquite familiarcwith their api. LOL Hikvision oem a lot Interlogix for one my previous employer and now my current employer. There is actuallyva lot of that in the industry, companies like UDP and Sercomm. Etc.

[Live-devel] RTSP URL format for a Swann 806 network camera

2014-10-31 Thread Dnyanesh Gate
Hi, We do use some swann network cameras for our products. Did you tried this url rtsp://admin:12345@ip_address/stream1? We use this url in our player. -- Thanks & Regards, DnyaneshG. ___ live-devel mailing list live-devel@lists.live555.com http://lists

Re: [Live-devel] RTSP URL format for a Swann 806 network camera?

2014-10-31 Thread Marcin
Not working - gimme also http access to this cam. Marcin W dniu 2014-10-31 10:21, Deanna Earley pisze: If anyone out there has an idea, feel free to try to access: rtsp://admin:12345@50.0.150.53/ Any Chance of HTTP forwarded too? -- *Deanna Earley |* Lead developer *| **icatcher**cctv*

Re: [Live-devel] RTSP URL format for a Swann 806 network camera?

2014-10-31 Thread Deanna Earley
If anyone out there has an idea, feel free to try to access: rtsp://admin:12345@50.0.150.53/ Any Chance of HTTP forwarded too? -- Deanna Earley | Lead developer | icatchercctv w: www.icode.co.uk/icatcher | t: 01329 835335 | f: 01329 835338 Registered

Re: [Live-devel] RTSP URL format for a Swann 806 network camera?

2014-10-31 Thread Ross Finlayson
> On Oct 31, 2014, at 1:50 AM, Ross Finlayson wrote: > >> Maybe they’ve gone the same way as Ubiquiti and removed any standard >> streaming support in favour of their own DVR K > > I suppose that’s possible, but I doubt it in this case - because it appears > to handle the RTSP protocol just f

Re: [Live-devel] RTSP URL format for a Swann 806 network camera?

2014-10-31 Thread Ross Finlayson
> Maybe they’ve gone the same way as Ubiquiti and removed any standard > streaming support in favour of their own DVR K I suppose that’s possible, but I doubt it in this case - because it appears to handle the RTSP protocol just fine. Unfortunately, though, I get a RTSP/1.0 404 Stream

Re: [Live-devel] RTSP URL format for a Swann 806 network camera?

2014-10-31 Thread Deanna Earley
Sorry, the only details we have for Swann are over HTTP. The models we’ve seen are also rebranded from various other manufacturers. Maybe they’ve gone the same way as Ubiquiti and removed any standard streaming support in favour of their own DVR :| -- Deanna Earley | Lead developer | icatchercct

Re: [Live-devel] RTSP URL format for a Swann 806 network camera?

2014-10-31 Thread Ross Finlayson
> Looks like it's a rebranded Hikvision camera so it should be: > > rtsp://admin:12345@IP-address/ <>Streaming/Channels/1 > > This guy plays with it in this video > https://www.youtube.com/watch?v=6N3DrHFBO50#t=1083 > No, unfortunately that U

Re: [Live-devel] RTSP URL format for a Swann 806 network camera?

2014-10-31 Thread Francisco Feijoo
Looks like it's a rebranded Hikvision camera so it should be: rtsp://admin:12345@IP-address/Streaming/Channels/1 This guy plays with it in this video https://www.youtube.com/watch?v=6N3DrHFBO50#t=1083 He seems to enjoy it ... Good luck! 2014-10-31 7:50 GMT+01:00 Ross Finlayson : > Maybe one o

Re: [Live-devel] RTSP URL format for a Swann 806 network camera?

2014-10-31 Thread Ross Finlayson
> Maybe one of these links? I haven't tried > > http://www.ispyconnect.com/man.aspx?n=Swann > Yes, I tried all of the “rtsp://“ URLs listed there. No luck :-( Ross Finlayson Live Networks, Inc. http://www.live555.com/