Atozed Forums

Full Version: Play IP camera stream in Intraweb.
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hello,

Is it possible to open IP cameras streams using a standard Intraweb component? If affirmative, which one? I would like to have it playing in a defined box on the form, and to just launching media player. 

Regards,
Many ip cameras offer a websafe stream. Those that do are easily embeddable using the video components.
There is a demo project under the directory "WebCam".  I haven't played with it but I assume that what you are looking for just from the name.

https://github.com/Atozed/IntraWeb/tree/...XIV/Delphi

Dan
(07-01-2019, 09:34 PM)DanBarclay Wrote: [ -> ]There is a demo project under the directory "WebCam".  I haven't played with it but I assume that what you are looking for just from the name.

https://github.com/Atozed/IntraWeb/tree/...XIV/Delphi

Dan

Yes, but as far as I know, it only works with the local webcam, not from an IP address.
IP cams are usually just live webstreams. As I stated before, you need to know what your IP cam supports and if its a websafe streaming format or not.
(07-01-2019, 01:58 PM)kudzu Wrote: [ -> ]Many ip cameras offer a websafe stream. Those that do are easily embeddable using the video components.

Great, got it working with IWMPEG component!  Big Grin

Regards,
Glad its sorted. Thanks for letting us know.