Content

Page tree

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

profilePicture

Andreas Euler

End user

Joined: 07.11.2022

7 Comments

  1. Snom Federico Rossi

    Hi, 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?

  2. End user Andreas Euler


    Hi,

    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.



  3. End user Andreas Euler

    Hi,

    the browser ist Edge, firefox or Chrome.

    It is a Mjpeg stream!

  4. End user Andreas Euler

    Hi,

    is a real video!

  5. End user Andreas Euler

    It is a real video!

  6. Snom Federico Rossi

    Hi, video stream is not supported on Shom phones, only jmpeg stream

  7. End user Andreas Euler

    Hi,

    I checked again in the VLC player,
    there the CODEC is specified as MJPG,
    so that it should run on the phone!