Hello,
Who can help me?
I have a D385 desk phone and would like to display my Rollei SafetyCam 200 IP camera on the phone.
Set this up as described on Snom Videostream:
Context: "Active"; Type: "Action URL"; Number: "MyIP from web server/file name"
Since the camera unfortunately cannot save an XML file,
I have to go through an Ubuntu web server Apache.
The file also opens when the IP address is called up.
The problem, when called over the phone, nothing happens.
Here is the setting of the XML file:
<?xml version="1.0" encoding="UTF-8"?>
<SnomIPPhoneImageFile>
<LocationX>00</LocationX>
<LocationY>00</LocationY>
<url>http://MyUser:MyPassword@MyIP:MyPort/videostream.cgi</url>
<fetch mil="200">http://MyWebserverIP/My.xml</fetch>
</SnomIPPhoneImageFile>
My address for the mjpeg call is as follows:
http://MyUser:MyPassword@MyIP:MyPort/videostream.cgi.
Does anyone have an idea why this isn't having the desired effect?
Many thanks for the help!
Kind regards
A.Euler
7 Comments
Federico Rossi
Nov 21, 2022Hi, what videostream.cgi do? If you go to http://MyUser:MyPassword@MyIP:MyPort/videostream.cgi with a browser do you see stream? It is a MJPEG stream or a real video?
Andreas Euler
Nov 21, 2022Hi,
i can dial in with http://MyUser:MyPassword@MyIP:MyPort/videostream.cgi via Win Edge. The format is mjpeg format.
Since the camera does not have the xml file, I have to go through a server that contains the xml file according to snom. Unfortunately, the phone does not call this xml file from the server. The server is an Apache Srever, which is also installed with the Freepbx telephone system.
I have also found that if I enter the address of my camera directly on the phone, then I get a connection to the camera with a password query!
But then I can't dial in.
Andreas Euler
Nov 29, 2022Hi,
the browser ist Edge, firefox or Chrome.
It is a Mjpeg stream!
Andreas Euler
Dec 07, 2022Hi,
is a real video!
Andreas Euler
Dec 14, 2022It is a real video!
Federico Rossi
Dec 14, 2022Hi, video stream is not supported on Shom phones, only jmpeg stream
Andreas Euler
Dec 14, 2022Hi,
I checked again in the VLC player,
there the CODEC is specified as MJPG,
so that it should run on the phone!