Sticky: Blog Navigation

  1. Did you come here for some cool software or an utility?
  2. Are you interested in C++ development, ATL and WTL?

Posted on : Apr 06 2008
Tags:
Posted under Uncategorized |

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

Read more »


Posted on : Sep 27 2007
Posted under Uncategorized |