Android Question Viewing a personal webcam

AlpVir

Well-Known Member
Licensed User
Longtime User
At the internet URL
android-8e***********************************mn.myfritz.net:8080
there is a personal and private webcam that captures the room in which I work in real time.
By entering this URL in Firefox (or Chrome) on a PC my room is displayed ! All over the world.
Using a webview instead the error appears :
ERR_UNKNOW_URL_SCHEME
How to view images in real time in an app?
Thanks for your attention
 

DonManfred

Expert
Licensed User
Longtime User
Upvote 0

AlpVir

Well-Known Member
Licensed User
Longtime User
Yes.
I tried :
http: //android-8e***************************mn.myfritz.net: 8080
http: //android-8e***************************mn.myfritz.net
android-eighth *************************** mn.myfritz.net:8080
http: //android-8e***************************mn.myfritz.net
Without success
 
Upvote 0

AlpVir

Well-Known Member
Licensed User
Longtime User
I tried to operate on Erel's suggestion (in B4J environment) .
I modified the code in this way :
B4X:
mj2.Initialize (Me, "mj2")
'mj2.Connect ("ticklecam.engr.utk.edu/axis-cgi/mjpg/video.cgi", 80)
'--- test 1
'mj2.Connect ("android-8e ************************* mn.myfritz.net/video.cgi", 8080)
'--- test 2
mj2.Connect ("android-8e ************************** mn.myfritz.net", 8080)
Neither test1 nor test2 produced the desired result; the trouble is that I don't know the name of what's after *****mn.myfritz.net.
In the example is axis-cgi/mjpg/video.cgi
 
Upvote 0

udg

Expert
Licensed User
Longtime User
Maybe this can be useful for you.
BTW, is port 8080 open on your (eventual) firewall?
 
Upvote 0
Top