PC SOFT

FOROS PROFESIONALES
WINDEVWEBDEV y WINDEV Mobile

Inicio → WINDEV 2024 → RTSP PROTOCOL in windev
RTSP PROTOCOL in windev
Iniciado por guest, 13,abr. 2011 00:33 - 4 respuestas
Publicado el 13,abril 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...
Publicado el 13,abril 2011 - 12:46
did you test with the exemple (WD Webcam) provided with windev?
Publicado el 18,abril 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 ?
Publicado el 18,abril 2011 - 01:09
Hi.
Maybe you must see http://curl.haxx.se/ and http://curl.haxx.se/libcurl/

Rubén
Publicado el 23,febrero 2017 - 19:13
has conseguido una solucccion para el problema?