ip camera - Foscam Integration in Wowza using RTSP or HTTP -


we using foscam f18918w model , wowza 4.1.0

foscam url -> http://180.151.85.194:1024/

username -> admin

password -> admin

now url working fine in vlc

http://180.151.85.194:1024/videostream.cgi?user=admin&pwd=admin&resolution=32

and streaming in wowza add stream file in application. create myfoscam stream in live application. , when hit url using swagger ui http://localhost:8087/v2/servers/defaultserver/vhosts/defaultvhost/applications/live/streamfiles/myfoscam

then response

<?xml version="1.0" encoding="utf-8" ?> <streamfile resturi="http://localhost:8087/v2/servers/_defaultserver_/vhosts/_defaultvhost_/applications/live/streamfiles/myfoscam">     <version>1431524179000</version>     <uri>http://180.151.85.194:1024/videostream.cgi?user=admin&amp;pwd=admin</uri> </streamfile> 

and when test player message comes myfoscam.stream published. black screen open, no videos

so how video ???

issue foscam f18918w model sends mjpeg streaam , wowza cant stream i.p. camera sends mjpeg


Comments

Popular posts from this blog

apache - PHP Soap issue while content length is larger -

asynchronous - Python asyncio task got bad yield -

javascript - Complete OpenIDConnect auth when requesting via Ajax -