Finding out the MJPEG url for streaming the video on my snom phone

sunshineh

n3wb
Joined
May 28, 2017
Messages
13
Reaction score
0
Hi,
I have some different IP-Cams in my network and need the MJPEG-Stream from it to integrate it into my snom phone.
This is the instruction from the phone for video streaming:
I have the Floureon IPD-E24Y02-BS and the Hikvision I91BF.

How can I find out the correct MJPEG-Stream?

I also read here in the forum, that MJPEG-Streams aren't good and I should use this project to convert the rtsp-stream into an mjpeg bluenviron mediamtx · Discussions
Is this correct and useful?
 

TonyR

IPCT Contributor
Joined
Jul 15, 2014
Messages
17,023
Reaction score
39,605
Location
Alabama
Not so sure about the Floureon but the I91BY (Annke) could be possible. Try these HTTP URLs on the Hikvision / Annke with VLC.

HTTP commands to get IPC MJPEG stream:

You can only stream the Sub stream via HTTP​
Need to log into the cam's webGUI to change the Sub stream video encoding to MJPEG​
If the HTTP port of the device is still 80 (default), then “:<HTTP port>” is not required.​
HTTP without Authentication:​
http://<IP address of IPC>:<HTTP port>/Streaming/channels/102/httpPreview​
HTTP with Authentication:​
http://<username>:<password>@<IP address of IPC>:<HTTP port>/Streaming/channels/102/httpPreview​
 

bp2008

Staff member
Joined
Mar 10, 2014
Messages
12,689
Reaction score
14,057
Location
USA
MediaMTX does not have mjpeg streams since those are an ancient format not used much anymore, and it would require CPU-intensive transcoding to produce from H.264 or H.265.

It sounds like your IP phones only work with mjpeg. If you can't get a compatible mjpeg stream from the camera directly, then you'll need 3rd-party software to do it. Blue Iris should be able to do it, but it is Windows software and it isn't free. I have an old no-longer-supported project called Camera Proxy that may be able to do it too, and it is free, but again you'll need Windows and you're entirely on your own to make it work.
 

sunshineh

n3wb
Joined
May 28, 2017
Messages
13
Reaction score
0
I tried it to transcode it with VLC, but it doesn't work. Could it be, that I have to change the firewall or something like that?

Is it possible to get MJPEG Streams out of my iSPY program? This would be the greatest thing at all because in iSpy I can see all my different cams. So if iSpy could convert it into MJPEG pictures, it would be really great.
 
Top