Archive for the 'Uncategorized' Category

Published by Roman on 06 Apr 2008

Sticky: Blog Navigation

  1. If you are searching for software or an utility:
  2. If you are you interested in C++ development, ATL and WTL:

Published by Roman on 08 Feb 2010

DirectShow Spy: IAMFilterData interface

This quick update for DirectShow Filter Graph Spy adds tracing for (deprecated) IAMFilterData interface, and also fixes problem with Media Player Classic – Home Cinema, when the player crashes in External Filters windows.

Partial Visual C++ .NET 2008 source code is available from SVN, release binary included (Win32, x64); installation instructions are in another post.

Published by Roman on 27 Sep 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: 1

RTSP/1.0 200 OK
CSeq: 1
Public: DESCRIBE, SETUP, TEARDOWN, PLAY, PAUSE

DESCRIBE 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: 251

v=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

Continue Reading »