You Need to have a port in the config, maybe that's the problem:
"rtsp://user
ass@192.168.42.23:554/cam/realmonitor?channel=1&subtype=1"
Why did you delete the original post? Now my answer, doesn't make sense.
My damn mobile ripped me off!! :-( I alopogize for my stupid behavior - wanted to quote, but deleted the post...
OK I TRY it AGAIN (in short):
STATUS:
Raspi: new Pi3, static network, HP-HDMI display (HP w2558hc), GPU got 512MB.
Surveillance: 1 old dahua dvr (ip..104), 1 newer dahua dvr (ip...105), IP-china cam (ip...108)
PC: all streams can be viewed with smartPSS and old PSS from dahua
Android: all streams can be viewed with ipcamviewer from guhgle-playstore
Raspi: streams can be viewed with
but starting RPISURV (after a bunch of solved beginner´s mistakes like formatting...) now runs into error, which comes on screen and similar in the logfile:
2016/04/24 05:27:59 - l_default - ERROR - 192.168.2.108 : 1554 Not Connectable (failed socket connect)
2016/04/24 05:27:59 - l_default - ERROR - 192.168.2.105 : 1554 Not Connectable (failed socket connect)
2016/04/24 05:27:59 - l_default - ERROR - 192.168.2.104 : 1554 Not Connectable (failed socket connect)
2016/04/24 05:27:59 - l_default - ERROR - 192.168.2.104 : 1554 Not Connectable (failed socket connect)
2016/04/24 05:27:59 - l_default - ERROR - No connectable streams detected
the config file is:
essentials:
#These are the rtsp streams you want the program to display
#The streams will be displayed in the order you present them here
rtsp_urls:
#Dlink dcs-5222l example
#- "rtsp://<user>:<password>@<ip or dnsname>:<port>/play1.sdp"
#foscam-fi9821w example
#- "rtsp://<user>:<password>@<ip or dnsname>:<port>/videoMain"
#Dahua IPC-HDW4200S example or IPC-HDW4300S
- "rtsp://knock:knock@192.168.2.108:1554/cam/realmonitor?channel=1&subtype=1&max_fps=10&buffer=4000"
- "rtsp://knock:knock@192.168.2.105:1554/cam/realmonitor?channel=2&subtype=1"
- "rtsp://knock:knock@192.168.2.104:1554/cam/realmonitor?channel=3&subtype=1"
- "rtsp://knock:knock@192.168.2.104:1554/cam/realmonitor?channel=4&subtype=1"
#How many columns you want the program to use, it will autocalculate the amount of row needed based on the resolution of your screen
nr_of_columns: "2"
When stream is called from terminal, it works with (The port 554 I tried with 1554, 554, without port, all worked fine DIRECTLY.)
pi@Pi2:/ $ omxplayer --win "0 21 640 501" --live 'rtsp://admin:big@bang
:554/cam/realmonitor?channel1&subtype1'
Invalid framerate 90000, using forced 25fps and just trust timestamps
Video codec omx-h264 width 704 height 576 profile 66 fps 25.000000
Subtitle count: 0, state: off, index: 1, delay: 0
V
ortSettingsChanged: 704x576@24464.00 interlace:0 deinterlace:0 anaglyph:0 par:1.00 display:0 layer:0 alpha:255 aspectMode:0
...hope I´ll never deleted my posts again
The port 554 I tried with 1554, 554, without port, all worked fine DIRECTLY.
UPDATE: SOLVED!
I re-updated all components of the Pi3, tried all the ports again, 554 works fine!
Thank you very much for the fine work! Now I´ll try to catch all the streams (8 streams work right now well)