aboutsummaryrefslogtreecommitdiff
path: root/docs/examples/rtsp.c
AgeCommit message (Collapse)Author
2012-12-05examples: fix compilation issues - commit 7332a7cafb follow-upYang Tse
2011-11-14curl_easy_setopt arguments should be of type long in the examplesDan Fandrich
2011-08-10rtsp.c: converted to CDaniel Stenberg
Trimmed the newlines to be LF-only. Converted the source to plain C, to use curl style indents, to compile warning-free with picky options and fixed the minor fprintf() bug on line 245. Added to makefile.
2011-08-10rtsp.c: new exampleJim Hollinger
Code from http://code.google.com/p/rtsprequest/source/browse/trunk/rtsprequest.cpp