PC SOFT

PROFESSIONAL NEWSGROUPS
WINDEVWEBDEV and WINDEV Mobile

Home → WINDEV 2024 → RTSP PROTOCOL in windev
RTSP PROTOCOL in windev
Started by Mitchell, Apr., 13 2011 12:33 AM - 4 replies
Posted on April, 13 2011 - 12:33 AM
What would be the equivalent windev commands to use the RTSP PROTOCOL? I want to stream the video from my I.P camera and take a snapshot then save the snap image to my pic table.
please help...
Posted on April, 13 2011 - 12:46 PM
did you test with the exemple (WD Webcam) provided with windev?
Posted on April, 18 2011 - 1:09 AM
Hi Paulo,
WD Webcam only works with webcam, not through I.P, WD Conference video sample does but this works using the API of the I.P camera, in dotnet without using the API we can use stream the video and capture it using the RTSP protocol, but in windev we don't know the equivalent code.
We tried through socket functions also in windev.
any other idea ?
Posted on April, 18 2011 - 1:09 AM
Hi.
Maybe you must see http://curl.haxx.se/ and http://curl.haxx.se/libcurl/

Rubén
Posted on February, 23 2017 - 7:13 PM
has conseguido una solucccion para el problema?