Unable to stream

Discussions related to the 1.36.x series of ZoneMinder
Post Reply
kshitiz
Posts: 3
Joined: Fri Sep 03, 2021 5:05 am

Unable to stream

Post by kshitiz »

Hey Folks,
I am using zoneminder 1.36 with the panasonic IP cameras and below my configuration details:

General:

Name: Monitor
Source Type: Remote
Function: Monitor

Source:

Protocol: HTTP
Method: Simple
Port: 80
Path:
Target Colorspace: 32
Resolution: 1280*720

Where I can find the path or is there any configuration changes?
Thanks in Advance!
parky
Posts: 45
Joined: Sun Aug 28, 2011 8:41 am

Re: Unable to stream

Post by parky »

1.36 now uses ffmpeg over remote for IP cameras though it does still work for others

You need to search the tinternet for your connection string to go in the source path which will be something like ..

rtsp://user:pword@IP address:port/Streaming/Channels/101?transportmode=mcast&profile=Profile_0
User avatar
bkjaya1952
Posts: 282
Joined: Sat Aug 25, 2018 3:24 pm
Location: Sri Lanka

Re: Unable to stream

Post by bkjaya1952 »

Use
Source Type: Ffmpeg

Then press OVIF button at the right hand corner at the top
and chose the detected camera
Then you will get the device path automatically
kshitiz
Posts: 3
Joined: Fri Sep 03, 2021 5:05 am

Re: Unable to stream

Post by kshitiz »

Thanks, its working now but for the SPW203JL model I am not able to configure can you please help me.

After clicking on the ONVIF button right side camera is detecting but I am not getting option to select the resolution (RTSP Unicast or Multicast) for the mention model.

Thanks in Advance!
@bkjaya1952
@ parky
User avatar
bkjaya1952
Posts: 282
Joined: Sat Aug 25, 2018 3:24 pm
Location: Sri Lanka

Re: Unable to stream

Post by bkjaya1952 »

kshitiz wrote: Fri Sep 03, 2021 12:05 pm Thanks, its working now but for the SPW203JL model I am not able to configure can you please help me.

After clicking on the ONVIF button right side camera is detecting but I am not getting option to select the resolution (RTSP Unicast or Multicast) for the mention model.


Thanks in Advance!
@bkjaya1952
@ parky
Try to use ispy to find the source path
kshitiz
Posts: 3
Joined: Fri Sep 03, 2021 5:05 am

Re: Unable to stream

Post by kshitiz »

Hey Folks,

For some of the Panasonic IP cameras, ONVIF is unable to detect the profiles of the camera.

Please do give some solution.

Thanks.
User avatar
burger
Posts: 390
Joined: Mon May 11, 2020 4:32 pm

Re: Unable to stream

Post by burger »

kshitiz wrote: Tue Sep 07, 2021 7:06 am For some of the Panasonic IP cameras, ONVIF is unable to detect the profiles of the camera.
See https://wiki.zoneminder.com/Finding_Camera_Stream_Paths
fastest way to test streams:
ffmpeg -i rtsp://<user>:<pass>@<ipaddress>:554/path ./output.mp4 (if terminal only)
ffplay rtsp://<user>:<pass>@<ipaddress>:554/path (gui)
find paths on ispydb or in zm hcl

If you are new to security software, read:
https://wiki.zoneminder.com/Dummies_Guide
Post Reply