Archive for September, 2007:
Pixord RTSP compatible devices
Here go RTSP compatible hardware from Pixord (connected to with RTSP Client):
Connection to p400.demo.pixord.com:554 using TCP
OPTIONS * RTSP/1.0
CSeq: 1RTSP/1.0 200 OK
CSeq: 1
Public: DESCRIBE, SETUP, TEARDOWN, PLAY, PAUSEDESCRIBE rtsp://p400.demo.pixord.com RTSP/1.0
CSeq: 2
Authorization: Basic YWRtaW46YWRtaW4
Accept: application/sdp
RTSP/1.0 200 OK
CSeq: 2
Content-Base: rtsp://p400.demo.pixord.com/
Content-Type: application/sdp
Content-Length: 251v=0
o=- 1 1 IN IP4 127.0.0.1
s=Test
a=type:broadcast
t=0 0
c=IN IP4 0.0.0.0
m=video 0 RTP/AVP 96
a=rtpmap:96 MP4V-ES/90000
a=fmtp:96 profile-level-id=245;config=000001B0F5000001B509000001000000012000C8889D53E1F4C5A10F05060F
a=control:track0
Alax on the web
Haha, Alax.Info appears to be 3rd best known Alax on the web.
Google version (for me):
- Alax - Home, http://www.alax.nl/
- Úvod - Alax, http://www.alax.cz/
- Fooling Around, http://alax.info/
Yahoo version (for me):
- Úvod - Alax, http://www.alax.cz/
- Alax Konservfabri, http://www.alax.se/
- Fooling Around, http://alax.info/
Interactive RTSP Client
There has been a need in interactive RTSP (Real Time Streaming Protocol) utility to check RTSP-enabled MPEG-4 cameras - I did not find anything useful, so here goes in-house built one:
Features:
- TCP connections to RTSP servers (UDP is yet to do)
- OPTIONS and DESCRIBE buttons provide templates for RTSP messages to send to RTSP server
- Implements RFC 2617 Basic and Digest authentication (it will automatically provide Authorization header for Basic authentication with first DESCRIBE and after receiving 401 error with nonce value it will start providing Digest authentication with next DESCRIBEs
- Prints traffic data with color highlighting and ability to copy/paste
See Also:
Compiled binary of Alax.Info RTSP Client is here.
Axis demo cameras online (updated)
An updated list of Axis cameras online (spider bot discovery):
AXIS 206 Network Camera
- http://208.42.203.54:8585 - Firmware 4.10 build 7 as of Jun 30 2004 10:17
- http://153.110.181.253 - Firmware 4.10 build 7 as of Jun 30 2004 10:17
- http://68.54.22.44:2010 - Firmware 4.11 build 1 as of Sep 02 2004 17:21
- http://207.59.215.18 - Firmware 4.11 build 1 as of Sep 02 2004 17:21
- http://81.86.42.98:8081 - Firmware 4.10 build 7 as of Jun 30 2004 10:17
- http://129.16.208.82 - Firmware 4.10 build 7 as of Jun 30 2004 10:17
AXIS 206M Network Camera
- http://videostream.mdh-insurance.co.uk:206 - Firmware 4.10 build 10 as of Jun 29 2004 14:54
- http://158.38.140.137 - Firmware 4.10 build 10 as of Jun 29 2004 14:54
- http://campuscentercam.its.wesleyan.edu - Firmware 4.11 build 1 as of Oct 15 2004 11:30
AXIS 206W Network Camera
- http://81.101.131.224:1450 - Firmware 4.10 build 9 as of Jun 29 2004 16:42
- http://213.17.236.254:20001 - Firmware 4.11 build 3 as of Sep 02 2004 16:16
- http://62.210.255.58:1000 - Firmware 4.11 build 3 as of Sep 02 2004 16:16
- http://barcam.heerenvanbeijerland.nl - Firmware 4.10 build 9 as of Jun 29 2004 16:42
DHCP Server: Service mode and fixes

What’s new in this build?
- New: Service mode and unlimited number of DHCP nodes in registered version
- Fixed: Minor issues
Application Name: Alax.Info DHCP Server
License: Free for personal non-commercial use, trial/registered version otherwise
Latest Version: 1.0.1
Download Link: Alax.Info DHCP Server 1.0.1 (325K)
Reversing MD5 using CryptoAPI
Improving MD5 cracking application: with the use of MS Windows CryptoAPI subsystem, cracking speed increased by over 25%. I am looking forward to getting evaluation version of Intel IPP Cryptography library to compare results to obtained using CryptoAPI.
See Also: CryptAcquireContext, CryptCreateHash, CALG_MD5, CryptHashData, CCryptProv, CCryptMD5Hash.
Partial (some header files are excluded) Visual C++.NET 2005 source code can be downloaded here, compiled binary - here.
Crapware: LogMeIn
Just encountered a weird issue on a customer’s system with YV12 video losing the picture (to blackness) on its way down the DirectShow graph. In an unstable version of software there may be a number of reasons but this time, after a waste of valuable time - yes we are all in a hurry this week - it appeared that usual DirectShow filter graph pin connection scenaro goes unusual way.

While connecting Video YV12 to the pin that does not accept this media type, and we are expecting DirectShow’s AVI Decompressor filter to perform necessary conversion to recognizable RGB, it appeared that instead a LogMeIn Video Encoder (racodec.ax) filter is inserted then its output pin gets connected to LogMeIn Video Decoder which in its turn gets finally connected to our input pin with RGB media type.
OK we would stay tolerant to unwanted guests here, in our performance sensitive application, but what’s the hell happens to data being streamed? We are receiving blackness on the input thanks to LogMeIn. Crap! It’s even worse that removing/unregistering racodec.ax does not fix the problem and the graph stops being even connected!
Who hired these guys? A light of diarrhea to them and the development team, both whether they are saboteurs or amateurs!
Subscribe to the comments for this post