|
CONTENTS Home Projects Electronics Graphics Java Java Mobile Android Other Stuff Resume Music Pictures Contact Follow @mikeakohn |
RTSP LibraryRelated pages on www.mikekohn.net: SSE Image Processing, GIF, TIFF, BMP/RLE, JPEG, AVI, kunzip, gif2avi, Ringtone Tools, yuv2rgb, RTSP libkohn_rtsp - RTSP Client Library Here is a small library for connecting to RTSP servers and downloading video and such. I included a sample program which using libkohn_avi can record mpeg4 streams from Axis cameras into avi files. Eventually I want to add an RTSP server to my Naken Web web server. Status I have two test programs in this package. The first one records video from an rtsp source (in my case an Axis 211M camera) into an AVI container. This works well for my Axis 211M which does MPEG4 video. However, H264 video seems to have some extra stuff in each RTP packet and it seems it cannot go directly into an AVI container. I haven't figured this part out yet so it doesn't work. The second program takes RTP and RTCP packets from a source and simply relays them to another server. Usage
Basically there are only 2 or 3 functions needed: Download
libkohn_rtsp-2011-04-03.tar.gz (Source Code)
Copyright 1997-2013 - Michael Kohn
|