PC SOFT

FORUMS PROFESSIONNELS
WINDEVWEBDEV et WINDEV Mobile

Accueil → WINDEV 2024 → RTSP PROTOCOL in windev
RTSP PROTOCOL in windev
Débuté par Mitchell, 13 avr. 2011 00:33 - 4 réponses
Posté le 13 avril 2011 - 00:33
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...
Posté le 13 avril 2011 - 12:46
did you test with the exemple (WD Webcam) provided with windev?
Posté le 18 avril 2011 - 01:09
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 ?
Posté le 18 avril 2011 - 01:09
Hi.
Maybe you must see http://curl.haxx.se/ and http://curl.haxx.se/libcurl/

Rubén
Posté le 23 février 2017 - 19:13
has conseguido una solucccion para el problema?