Trendnet TV-IP310PI

Forum for questions and support relating to the 1.25.x releases only.
Locked
HartyShow
Posts: 7
Joined: Tue Aug 26, 2014 8:20 pm

Trendnet TV-IP310PI

Post by HartyShow »

Hi all,

I have one stream problem with Trendnet TV-IP310PI (work fine with TV-IP262PI).
System: Debian 7.6
Zoneminder: 1.25.0-4

I use this options:

Source Type: Ffmpeg
Maximum FPS: Empty
Alarm Maximum FPS: Empty

Source Path: rtsp://USER:PASS@IPv4:554/streaming/channels/1
Source Colours: 24 bits
Capture Width (pixels): 1280
Capture Height (pixels): 720
Preserve Aspect Ratio: unckech
Orientation: Normal

Cam settings:
Video Encoding : H.264
Resolution : 1280*720P
Bitrate Type : Variable
Video Quality : Medium
Frame Rate : 8 frames per second
Max. Bitrate : 4096 Kbps
I Frame Interval : 60

Log Outputs:
2014-09-21 19:26:53.525588 web_php 5480 ERR socket_sendto( /tmp/zm/zms-145408s.sock ) failed: No such file or directory /usr/share/zoneminder/includes/functions.php 2323
2014-09-21 19:26:47.506071 web_php 5480 ERR socket_sendto( /tmp/zm/zms-145408s.sock ) failed: No such file or directory /usr/share/zoneminder/includes/functions.php 2323
2014-09-21 19:26:43.566782 zms 6239 ERR Terminating, last frame sent time 1411320403.066696 secs more than maximum of 10.000000 zm_monitor.cpp 3639
2014-09-21 19:22:29.167270 zmdc 5417 ERR 'zmc -m 2' exited abnormally, exit status 255 zmdc.pl
2014-09-21 19:22:29.164483 zmc_m2 6237 FAT Unable to open input rtsp://USER:PASS@IPv4:554/streaming/channels/1 due to: Operation now in progress zm_ffmpeg_camera.cpp 95

Thx for your support :)
derajer
Posts: 4
Joined: Mon Jun 23, 2014 8:50 pm

Re: Trendnet TV-IP310PI

Post by derajer »

I see a few potential problems.

1. Your path, rtsp://USER:PASS@IPv4:554/streaming/channels/1 , only needs to be rtsp://USER:PASS@IPv4

2. Your I Frame interval is pretty big. I have found that use an I Frame interval of 4 to go with a 8 FPS setting.

I would suggest checking with the stream with VLC to verify all is well with the camera.
HartyShow
Posts: 7
Joined: Tue Aug 26, 2014 8:20 pm

Re: Trendnet TV-IP310PI

Post by HartyShow »

Hi,

Thank you for reply :).

With VLC, no problem, but I see same "bug" than you, 8 FPS in VLC, 4 in Cam Setup.

I test just with rstp://<IP> , not resolv.

I have this error log:

Code: Select all

2014-09-23 21:19:00.608348	web_php	6824	ERR	socket_sendto( /tmp/zm/zms-938874s.sock ) failed: No such file or directory	/usr/share/zoneminder/includes/functions.php	2323
2014-09-23 21:18:54.560950	web_php	6823	ERR	socket_sendto( /tmp/zm/zms-938874s.sock ) failed: No such file or directory	/usr/share/zoneminder/includes/functions.php	2323
2014-09-23 21:18:51.547078	zms	9689	ERR	Terminating, last frame sent time 1411499931.046991 secs more than maximum of 10.000000	zm_monitor.cpp	3639
2014-09-23 21:18:46.135740	zmdc	3765	ERR	'zmc -m 2' exited abnormally, exit status 255	zmdc.pl	
2014-09-23 21:18:46.133086	zmc_m2	9526	FAT	Unable to open input rtsp://IPv4 due to: Operation now in progress	zm_ffmpeg_camera.cpp	95
I don't anderstand why it's work with vlc and not with zoneminder :(
HartyShow
Posts: 7
Joined: Tue Aug 26, 2014 8:20 pm

Re: Trendnet TV-IP310PI

Post by HartyShow »

Hi,

I'm desperate :|
I fix shared memory parameters on system:
~# cat /proc/sys/kernel/{shmall,shmmax,shmmni}
2097152
33554432
4096

I tested many different settings, but fail.

Can you give me your parameters ? (CAM and zoneminder)

Thank you :)
Locked