Camera FOSCAM fi9853ep

Bonjour à tous,

Je cherche à récupérer ma FOSCAM fi9853ep sur Homekit via Homebridge.
J’ai beau chercher, je ne trouve pas de solution, en entrant le code en plateforme supplémentaire, j’ai une icone erreur sur le flux vidéo.

  • Quel code me conseillez-vous ?

Voici ce que j’ai :

"platform":"Camera-ffmpeg",
"cameras":[
{
"name":"FOSCAM",
"videoConfig":{
"source":"-rtsp_transport tcp -re -i rtsp://admin:pass@192.168.1.195:80/videoMain",
"stillImageSource": "-i http://admin:pass@192.168.1.195:80/http://192.168.1.195:80/cgi-bin/CGIProxy.fcgi?cmd=snapPicture2&usr=admin&pwd=pass »,
"maxStreams":2,
"maxWidth":1280,
"maxHeight":960,
"maxFPS":15
}
}
]
}

Un merci d’avance,

Yvan

hello,

ton json n’est pas valable et tu as des erreurs d’url :

{
	"platform": "Camera-ffmpeg",
	"cameras": [{
			"name": "FOSCAM",
			"videoConfig": {
				"source": "-rtsp_transport tcp -i rtsp://admin:pass@192.168.1.195:80/videoMain",
				"stillImageSource": "-i http://192.168.1.195:80/cgi-bin/CGIProxy.fcgi?cmd=snapPicture2&usr=admin&pwd=pass",
				"maxStreams": 2,
				"maxWidth": 1280,
				"maxHeight": 960,
				"maxFPS": 15,
				"debug":true
			}
		}
	]
}

(si ca marche tu peux retirer la ligne « debug » et la virgule à la fin de la ligne précédente)

1 « J'aime »

Bonjour
Tu as deux fois http://admin:pass@192.168.1.195:80/ à la ligne « stillImageSource »
Perso j’ai cela comme paramètres:

"source":"-rtsp_transport tcp -re -i rtsp://user:password@192.168.0.97:554/videoMain",
            "stillImageSource":"-i http://user:password@192.168.0.97:8117/cgi-bin/CGIProxy.fcgi?cmd=snapPicture2&usr=user&pwd=password",

Vérifie ton IP de caméra et les ports de la caméra

Note: grillé par nebz ! :grin:

2 « J'aime »

héhé :wink:

pour info aussi le -re n’est plus conseillé par les développeurs de homebridge-camera-ffmpeg

C’est du sérieux avec vous ! Merci NEBZ encore une fois, merci aussi Biarnes64, problème résolu.

A+

Enfin juste une remarque, l’affichage est OK dans Homekit, par contre je dois avoir une image toute les 20 secondes ou 15 secondes… J’ai baissé à 10FPS et rien de mieux, une idée ?

Et lorsque je clique sur l’image pour passer en plein écran, ça mouline et ça ne s’affiche pas.

Normal c’est le snapshot, par contre pour le pourquoi ça s’affiche pas, il faut la ligne debug que je t’ai ajouté plus haut et tu mets le demon en « info » et tu le relances.

Ensuite tu tente de cliquer sur la cam et tu dois avoir du texte dans le log… tu peux le poster ici

(Attention au pass !)

Nebz, voici :

Applying option loglevel (set logging level) with argument debug.
Successfully parsed a group of options.
Parsing a group of options: input url rtsp://admin:pass@192.168.1.195:80/videoMain.
Successfully parsed a group of options.
Opening an input file: rtsp://admin:pass@192.168.1.195:80/videoMain.
[tcp @ 0x558fd9c1d0]
No default whitelist set
rtsp://admin:pass@192.168.1.195:80/videoMain: Invalid data found when processing input
[9/18/2020, 10:33:53 PM] [Camera-ffmpeg] ERROR: FFmpeg exited with code 1

Bon, j’ai un peu avancé, le port RSTP de la Foscam était 554, j’ai changé et du coup j’arrive à afficher le live sur Homekit. Par contre, ce n’est pas vraiment du live, car il affiche une image et reste bloqué.
J’ai ouvert sur VLC le flux, c’est très bon et fluide…

Je vois ça en log :

[libx264 @ 0x555719b2c0] frame= 336 QP=19.34 NAL=2 Slice:P Poc:172 I:0    P:663  SKIP:2937 size=4556 bytes
[rtp @ 0x555717fbe0] Sending NAL 1 of len 625 M=0
[rtp @ 0x555717fbe0] Sending NAL 1 of len 385 M=0
[rtp @ 0x555717fbe0] Sending NAL 1 of len 2021 M=0
[rtp @ 0x555717fbe0] NAL size 2021 > 1290
[rtp @ 0x555717fbe0] Sending NAL 1 of len 1512 M=1
[rtp @ 0x555717fbe0] NAL size 1512 > 1290
[libx264 @ 0x555719b2c0] frame= 337 QP=21.71 NAL=2 Slice:P Poc:174 I:0    P:45   SKIP:3555 size=198 bytes
[rtp @ 0x555717fbe0] Sending NAL 1 of len 27 M=0
[rtp @ 0x555717fbe0] Sending NAL 1 of len 59 M=0
[rtp @ 0x555717fbe0] Sending NAL 1 of len 61 M=0
[rtp @ 0x555717fbe0] Sending NAL 1 of len 38 M=1
[libx264 @ 0x555719b2c0] frame= 338 QP=18.61 NAL=2 Slice:P Poc:176 I:0    P:155  SKIP:3445 size=1449 bytes
[rtp @ 0x555717fbe0] Sending NAL 1 of len 143 M=0
[rtp @ 0x555717fbe0] Sending NAL 1 of len 171 M=0
[rtp @ 0x555717fbe0] Sending NAL 1 of len 557 M=0
[rtp @ 0x555717fbe0] Sending NAL 1 of len 565 M=1
[libx264 @ 0x555719b2c0] frame= 339 QP=17.84 NAL=2 Slice:P Poc:178 I:0    P:242  SKIP:3358 size=1957 bytes
[rtp @ 0x555717fbe0] Sending NAL 1 of len 258 M=0
[rtp @ 0x555717fbe0] Sending NAL 1 of len 355 M=0
[rtp @ 0x555717fbe0] Sending NAL 1 of len 337 M=0
[rtp @ 0x555717fbe0] Sending NAL 1 of len 994 M=1

J’ai besoin de tout le log du début du live à son arrêt…

Voici :

Applying option f (force format) with argument rtp.
Successfully parsed a group of options.
Opening an output file: srtp://192.168.1.176:50672?rtcpport=50672&localrtcpport=50672&pkt_size=1316.
[srtp @ 0x55679e2ad0] No default whitelist set
[rtp @ 0x5567ae21c0] No default whitelist set
[udp @ 0x5567ae23f0] No default whitelist set
[udp @ 0x5567ae2490] No default whitelist set
Successfully opened the file.
detected 4 logical cores
[graph 0 input from stream 0:0 @ 0x5567ae2e30]
Setting 'video_size' to value '1280x720'
[graph 0 input from stream 0:0 @ 0x5567ae2e30]
Setting 'pix_fmt' to value '12'
[graph 0 input from stream 0:0 @ 0x5567ae2e30] Setting 'time_base' to value '1/90000'
[graph 0 input from stream 0:0 @ 0x5567ae2e30] Setting 'pixel_aspect' to value '0/1'
[graph 0 input from stream 0:0 @ 0x5567ae2e30] Setting 'sws_param' to value 'flags=2'
[graph 0 input from stream 0:0 @ 0x5567ae2e30] Setting 'frame_rate' to value '180000/2'
[graph 0 input from stream 0:0 @ 0x5567ae2e30] w:1280 h:720 pixfmt:yuvj420p tb:1/90000 fr:180000/2 sar:0/1 sws_param:flags=2
[format @ 0x55679f9b50] compat: called with args=[yuv420p]
[format @ 0x55679f9b50] Setting 'pix_fmts' to value 'yuv420p'
[auto-inserted scaler 0 @ 0x5567ac9610] Setting 'flags' to value 'bicubic'
[auto-inserted scaler 0 @ 0x5567ac9610] w:iw h:ih flags:'bicubic' interl:0
[format @ 0x55679f9b50] auto-inserting filter 'auto-inserted scaler 0' between the filter 'Parsed_null_0' and the filter 'format'
[AVFilterGraph @ 0x55679bf1f0] query_formats: 4 queried, 2 merged, 1 already done, 0 delayed
[swscaler @ 0x55679d1690] deprecated pixel format used, make sure you did set range correctly
[auto-inserted scaler 0 @ 0x5567ac9610] w:1280 h:720 fmt:yuvj420p sar:0/1 -> w:1280 h:720 fmt:yuv420p sar:0/1 flags:0x4
[h264 @ 0x5567ad45d0] nal_unit_type: 7, nal_ref_idc: 3
[h264 @ 0x5567ad45d0] nal_unit_type: 8, nal_ref_idc: 3
[libx264 @ 0x55679f8300] using cpu capabilities: ARMv8 NEON
[libx264 @ 0x55679f8300] profile High, level 3.1
Output #0, rtp, to 'srtp://192.168.1.176:50672?rtcpport=50672&localrtcpport=50672&pkt_size=1316':
Metadata:
title           : videoMain
encoder         : Lavf57.56.101
Stream #0:0, 0, 1/90000: Video: h264 (libx264), 1 reference frame, yuv420p(left), 1280x720, 0/1, q=-1--1, 299 kb/s, 15 fps, 90k tbn, 15 tbc
Metadata:
encoder         : Lavc57.64.101 libx264
Side data:
cpb: bitrate max/min/avg: 299000/0/299000 buffer size: 299000 vbv_delay: -1
Stream mapping:
Stream #0:0 -> #0:0 (h264 (native) -> h264 (libx264))
Press [q] to stop, [?] for help
cur_dts is invalid (this is harmless if it occurs once at the start per stream)
Last message repeated 8 times
[h264 @ 0x5567ad45d0] nal_unit_type: 7, nal_ref_idc: 3
[h264 @ 0x5567ad45d0] nal_unit_type: 8, nal_ref_idc: 3
[h264 @ 0x5567ad45d0] nal_unit_type: 6, nal_ref_idc: 0
[h264 @ 0x5567ad45d0] nal_unit_type: 5, nal_ref_idc: 3
[h264 @ 0x5567ad45d0] unknown SEI type 229
[h264 @ 0x5567ad45d0] Reinit context to 1280x720, pix_fmt: yuvj420p
[h264 @ 0x5567a86150] nal_unit_type: 1, nal_ref_idc: 3
cur_dts is invalid (this is harmless if it occurs once at the start per stream)
Last message repeated 1 times
[h264 @ 0x5567ac3b10] nal_unit_type: 1, nal_ref_idc: 3
cur_dts is invalid (this is harmless if it occurs once at the start per stream)
[h264 @ 0x5567b20e80] nal_unit_type: 1, nal_ref_idc: 3
cur_dts is invalid (this is harmless if it occurs once at the start per stream)
Last message repeated 1 times
[h264 @ 0x5567b3bc40] nal_unit_type: 1, nal_ref_idc: 3
Clipping frame in rate conversion by 0.000008
[libx264 @ 0x55679f8300] frame=   0 QP=41.64 NAL=3 Slice:I Poc:0   I:3600 P:0    SKIP:0    size=12028 bytes
[rtp @ 0x55679e1860] Sending NAL 7 of len 24 M=0
[rtp @ 0x55679e1860] Sending NAL 8 of len 5 M=0
[rtp @ 0x55679e1860] Sending NAL 6 of len 702 M=0
[rtp @ 0x55679e1860] Sending NAL 5 of len 3719 M=0
[rtp @ 0x55679e1860] NAL size 3719 > 1290
[rtp @ 0x55679e1860] Sending NAL 5 of len 3366 M=0
[rtp @ 0x55679e1860] NAL size 3366 > 1290
[rtp @ 0x55679e1860] Sending NAL 5 of len 2218 M=0
[rtp @ 0x55679e1860] NAL size 2218 > 1290
[rtp @ 0x55679e1860] Sending NAL 5 of len 1971 M=1
[rtp @ 0x55679e1860] NAL size 1971 > 1290
frame=    1 fps=0.7 q=42.0 size=      12kB time=00:00:00.00 bitrate=8864000.0kbits/s speed=8.08e-06x
[h264 @ 0x5567ad45d0] nal_unit_type: 1, nal_ref_idc: 3
*** 319368 dup!
[libx264 @ 0x55679f8300] frame=   1 QP=50.02 NAL=2 Slice:P Poc:2   I:0    P:28   SKIP:3572 size=108 bytes
[rtp @ 0x55679e1860] Sending NAL 1 of len 33 M=0
[rtp @ 0x55679e1860] Sending NAL 1 of len 27 M=0
[rtp @ 0x55679e1860] Sending NAL 1 of len 19 M=0
[rtp @ 0x55679e1860] Sending NAL 1 of len 16 M=1
[libx264 @ 0x55679f8300] frame=   2 QP=43.17 NAL=2 Slice:P Poc:4   I:2    P:162  SKIP:3436 size=249 bytes
[rtp @ 0x55679e1860] Sending NAL 1 of len 75 M=0
[rtp @ 0x55679e1860] Sending NAL 1 of len 55 M=0
[rtp @ 0x55679e1860] Sending NAL 1 of len 22 M=0
[rtp @ 0x55679e1860] Sending NAL 1 of len 84 M=1
[libx264 @ 0x55679f8300] frame=   3 QP=41.70 NAL=2 Slice:P Poc:6   I:5    P:472  SKIP:3123 size=1147 bytes
[rtp @ 0x55679e1860] Sending NAL 1 of len 363 M=0
[rtp @ 0x55679e1860] Sending NAL 1 of len 337 M=0
[rtp @ 0x55679e1860] Sending NAL 1 of len 225 M=0
[rtp @ 0x55679e1860] Sending NAL 1 of len 209 M=1
[libx264 @ 0x55679f8300] frame=   4 QP=38.92 NAL=2 Slice:P Poc:8   I:151  P:598  SKIP:2851 size=3780 bytes
[rtp @ 0x55679e1860] Sending NAL 1 of len 670 M=0
[rtp @ 0x55679e1860] Sending NAL 1 of len 551 M=0
[rtp @ 0x55679e1860] Sending NAL 1 of len 1977 M=0
[rtp @ 0x55679e1860] NAL size 1977 > 1290
[rtp @ 0x55679e1860] Sending NAL 1 of len 569 M=1
[libx264 @ 0x55679f8300] frame=   5 QP=37.30 NAL=2 Slice:P Poc:10  I:168  P:584  SKIP:2848 size=4035 bytes
[rtp @ 0x55679e1860] Sending NAL 1 of len 1040 M=0
[rtp @ 0x55679e1860] Sending NAL 1 of len 1055 M=0
[rtp @ 0x55679e1860] Sending NAL 1 of len 397 M=0
[rtp @ 0x55679e1860] Sending NAL 1 of len 1530 M=1
[rtp @ 0x55679e1860] NAL size 1530 > 1290
[libx264 @ 0x55679f8300] frame=   6 QP=35.69 NAL=2 Slice:P Poc:12  I:292  P:747  SKIP:2561 size=5606 bytes
[rtp @ 0x55679e1860] Sending NAL 1 of len 1634 M=0
[rtp @ 0x55679e1860] NAL size 1634 > 1290
[rtp @ 0x55679e1860] Sending NAL 1 of len 713 M=0
[rtp @ 0x55679e1860] Sending NAL 1 of len 1264 M=0
[rtp @ 0x55679e1860] Sending NAL 1 of len 1982 M=1
[rtp @ 0x55679e1860] NAL size 1982 > 1290
[libx264 @ 0x55679f8300] frame=   7 QP=34.44 NAL=2 Slice:P Poc:14  I:113  P:601  SKIP:2886 size=4049 bytes
[rtp @ 0x55679e1860] Sending NAL 1 of len 1421 M=0
[rtp @ 0x55679e1860] NAL size 1421 > 1290
[rtp @ 0x55679e1860] Sending NAL 1 of len 2288 M=0
[rtp @ 0x55679e1860] NAL size 2288 > 1290
[rtp @ 0x55679e1860] Sending NAL 1 of len 141 M=0
[rtp @ 0x55679e1860] Sending NAL 1 of len 186 M=1
[libx264 @ 0x55679f8300] frame=   8 QP=34.84 NAL=2 Slice:P Poc:16  I:14   P:158  SKIP:3428 size=801 bytes
[rtp @ 0x55679e1860] Sending NAL 1 of len 234 M=0
[rtp @ 0x55679e1860] Sending NAL 1 of len 435 M=0
[rtp @ 0x55679e1860] Sending NAL 1 of len 82 M=0
[rtp @ 0x55679e1860] Sending NAL 1 of len 37 M=1
[libx264 @ 0x55679f8300] frame=   9 QP=33.09 NAL=2 Slice:P Poc:18  I:76   P:447  SKIP:3077 size=2708 bytes
[rtp @ 0x55679e1860] Sending NAL 1 of len 793 M=0
[rtp @ 0x55679e1860] Sending NAL 1 of len 852 M=0
[rtp @ 0x55679e1860] Sending NAL 1 of len 512 M=0
[rtp @ 0x55679e1860] Sending NAL 1 of len 538 M=1
[libx264 @ 0x55679f8300] frame=  10 QP=32.03 NAL=2 Slice:P Poc:20  I:32   P:217  SKIP:3351 size=1324 bytes
[rtp @ 0x55679e1860] Sending NAL 1 of len 380 M=0
[rtp @ 0x55679e1860] Sending NAL 1 of len 419 M=0
[rtp @ 0x55679e1860] Sending NAL 1 of len 221 M=0
[rtp @ 0x55679e1860] Sending NAL 1 of len 291 M=1
[libx264 @ 0x55679f8300] frame=  11 QP=32.81 NAL=2 Slice:P Poc:22  I:45   P:353  SKIP:3202 size=2062 bytes
[rtp @ 0x55679e1860] Sending NAL 1 of len 692 M=0
[rtp @ 0x55679e1860] Sending NAL 1 of len 494 M=0
[rtp @ 0x55679e1860] Sending NAL 1 of len 493 M=0
[rtp @ 0x55679e1860] Sending NAL 1 of len 370 M=1
[libx264 @ 0x55679f8300] frame=  12 QP=32.18 NAL=2 Slice:P Poc:24  I:23   P:266  SKIP:3311 size=1369 bytes
[rtp @ 0x55679e1860]
Sending NAL 1 of len 342 M=0
[rtp @ 0x55679e1860] Sending NAL 1 of len 372 M=0
[rtp @ 0x55679e1860] Sending NAL 1 of len 387 M=0
[rtp @ 0x55679e1860] Sending NAL 1 of len 255 M=1
[libx264 @ 0x55679f8300] frame=  13 QP=32.73 NAL=2 Slice:P Poc:26  I:34   P:299  SKIP:3267 size=1730 bytes
[rtp @ 0x55679e1860] Sending NAL 1 of len 528 M=0
[rtp @ 0x55679e1860] Sending NAL 1 of len 415 M=0
[rtp @ 0x55679e1860] Sending NAL 1 of len 418 M=0
[rtp @ 0x55679e1860] Sending NAL 1 of len 356 M=1
[libx264 @ 0x55679f8300] frame=  14 QP=31.92 NAL=2 Slice:P Poc:28  I:16   P:285  SKIP:3299 size=1612 bytes
[rtp @ 0x55679e1860] Sending NAL 1 of len 347 M=0
[rtp @ 0x55679e1860] Sending NAL 1 of len 506 M=0
[rtp @ 0x55679e1860] Sending NAL 1 of len 421 M=0
[rtp @ 0x55679e1860] Sending NAL 1 of len 325 M=1
[libx264 @ 0x55679f8300] frame=  15 QP=31.75 NAL=2 Slice:P Poc:30  I:13   P:259  SKIP:3328 size=1552 bytes
[rtp @ 0x55679e1860] Sending NAL 1 of len 520 M=0
[rtp @ 0x55679e1860] Sending NAL 1 of len 475 M=0
[rtp @ 0x55679e1860] Sending NAL 1 of len 249 M=0
[rtp @ 0x55679e1860] Sending NAL 1 of len 295 M=1
[libx264 @ 0x55679f8300] frame=  16 QP=31.69 NAL=2 Slice:P Poc:32  I:25   P:259  SKIP:3316 size=1610 bytes
[rtp @ 0x55679e1860] Sending NAL 1 of len 321 M=0
[rtp @ 0x55679e1860] Sending NAL 1 of len 491 M=0
[rtp @ 0x55679e1860] Sending NAL 1 of len 367 M=0
[rtp @ 0x55679e1860] Sending NAL 1 of len 418 M=1
[libx264 @ 0x55679f8300] frame=  17 QP=31.32 NAL=2 Slice:P Poc:34  I:12   P:268  SKIP:3320 size=1477 bytes
[rtp @ 0x55679e1860] Sending NAL 1 of len 434 M=0
[rtp @ 0x55679e1860] Sending NAL 1 of len 351 M=0
[rtp @ 0x55679e1860] Sending NAL 1 of len 376 M=0
[rtp @ 0x55679e1860] Sending NAL 1 of len 303 M=1
[libx264 @ 0x55679f8300] frame=  18 QP=30.73 NAL=2 Slice:P Poc:36  I:16   P:275  SKIP:3309 size=1554 bytes
[rtp @ 0x55679e1860] Sending NAL 1 of len 377 M=0
[rtp @ 0x55679e1860] Sending NAL 1 of len 427 M=0
[rtp @ 0x55679e1860] Sending NAL 1 of len 339 M=0
[rtp @ 0x55679e1860] Sending NAL 1 of len 398 M=1
[libx264 @ 0x55679f8300] frame=  19 QP=30.66 NAL=2 Slice:P Poc:38  I:16   P:222  SKIP:3362 size=1390 bytes
[rtp @ 0x55679e1860] Sending NAL 1 of len 348 M=0
[rtp @ 0x55679e1860] Sending NAL 1 of len 355 M=0
[rtp @ 0x55679e1860] Sending NAL 1 of len 327 M=0
[rtp @ 0x55679e1860] Sending NAL 1 of len 347 M=1
[libx264 @ 0x55679f8300] frame=  20 QP=30.93 NAL=2 Slice:P Poc:40  I:13   P:247  SKIP:3340 size=1506 bytes
[rtp @ 0x55679e1860] Sending NAL 1 of len 451 M=0
[rtp @ 0x55679e1860] Sending NAL 1 of len 457 M=0
[rtp @ 0x55679e1860] Sending NAL 1 of len 333 M=0
[rtp @ 0x55679e1860] Sending NAL 1 of len 252 M=1
[libx264 @ 0x55679f8300] frame=  21 QP=30.57 NAL=2 Slice:P Poc:42  I:17   P:269  SKIP:3314 size=1616 bytes
[rtp @ 0x55679e1860] Sending NAL 1 of len 418 M=0
[rtp @ 0x55679e1860] Sending NAL 1 of len 450 M=0
[rtp @ 0x55679e1860] Sending NAL 1 of len 358 M=0
[rtp @ 0x55679e1860] Sending NAL 1 of len 377 M=1
[libx264 @ 0x55679f8300] frame=  22 QP=30.39 NAL=2 Slice:P Poc:44  I:12   P:238  SKIP:3350 size=1453 bytes
[rtp @ 0x55679e1860] Sending NAL 1 of len 383 M=0
[rtp @ 0x55679e1860] Sending NAL 1 of len 389 M=0
[rtp @ 0x55679e1860] Sending NAL 1 of len 327 M=0
[rtp @ 0x55679e1860] Sending NAL 1 of len 341 M=1
[libx264 @ 0x55679f8300] frame=  23 QP=29.65 NAL=2 Slice:P Poc:46  I:8    P:253  SKIP:3339 size=1565 bytes
[rtp @ 0x55679e1860] Sending NAL 1 of len 394 M=0
[rtp @ 0x55679e1860] Sending NAL 1 of len 400 M=0
[rtp @ 0x55679e1860] Sending NAL 1 of len 351 M=0
[rtp @ 0x55679e1860] Sending NAL 1 of len 407 M=1
[libx264 @ 0x55679f8300] frame=  24 QP=28.47 NAL=2 Slice:P Poc:48  I:17   P:382  SKIP:3201 size=2944 bytes
[rtp @ 0x55679e1860] Sending NAL 1 of len 697 M=0
[rtp @ 0x55679e1860] Sending NAL 1 of len 689 M=0
[rtp @ 0x55679e1860] Sending NAL 1 of len 786 M=0
[rtp @ 0x55679e1860] Sending NAL 1 of len 759 M=1
[libx264 @ 0x55679f8300] frame=  25 QP=29.67 NAL=2 Slice:P Poc:50  I:10   P:124  SKIP:3466 size=772 bytes
[rtp @ 0x55679e1860] Sending NAL 1 of len 182 M=0
[rtp @ 0x55679e1860] Sending NAL 1 of len 191 M=0
[rtp @ 0x55679e1860] Sending NAL 1 of len 198 M=0
[rtp @ 0x55679e1860] Sending NAL 1 of len 188 M=1
[libx264 @ 0x55679f8300] frame=  26 QP=29.30 NAL=2 Slice:P Poc:52  I:9    P:400  SKIP:3191 size=2535 bytes
[rtp @ 0x55679e1860] Sending NAL 1 of len 651 M=0
[rtp @ 0x55679e1860] Sending NAL 1 of len 662 M=0
[rtp @ 0x55679e1860] Sending NAL 1 of len 646 M=0
[rtp @ 0x55679e1860] Sending NAL 1 of len 563 M=1
[libx264 @ 0x55679f8300] frame=  27 QP=29.50 NAL=2 Slice:P Poc:54  I:11   P:219  SKIP:3370 size=1549 bytes
[rtp @ 0x55679e1860] Sending NAL 1 of len 418 M=0
[rtp @ 0x55679e1860] Sending NAL 1 of len 353 M=0
[rtp @ 0x55679e1860] Sending NAL 1 of len 358 M=0
[rtp @ 0x55679e1860] Sending NAL 1 of len 407 M=1
[libx264 @ 0x55679f8300] frame=  28 QP=29.89 NAL=2 Slice:P Poc:56  I:10   P:302  SKIP:3288 size=2092 bytes
[rtp @ 0x55679e1860] Sending NAL 1 of len 531 M=0
[rtp @ 0x55679e1860] Sending NAL 1 of len 445 M=0
[rtp @ 0x55679e1860] Sending NAL 1 of len 670 M=0
[rtp @ 0x55679e1860] Sending NAL 1 of len 433 M=1
[libx264 @ 0x55679f8300] frame=  29 QP=30.25 NAL=2 Slice:P Poc:58  I:12   P:297  SKIP:3291 size=1916 bytes
[rtp @ 0x55679e1860] Sending NAL 1 of len 535 M=0
[rtp @ 0x55679e1860] Sending NAL 1 of len 570 M=0
[rtp @ 0x55679e1860] Sending NAL 1 of len 401 M=0
[rtp @ 0x55679e1860] Sending NAL 1 of len 397 M=1
[libx264 @ 0x55679f8300] frame=  30 QP=29.48 NAL=2 Slice:P Poc:60  I:11   P:240  SKIP:3349 size=1705 bytes
[rtp @ 0x55679e1860] Sending NAL 1 of len 552 M=0
[rtp @ 0x55679e1860] Sending NAL 1 of len 670 M=0
[rtp @ 0x55679e1860] Sending NAL 1 of len 205 M=0
[rtp @ 0x55679e1860] Sending NAL 1 of len 265 M=1
[libx264 @ 0x55679f8300] frame=  31 QP=28.55 NAL=2 Slice:P Poc:62  I:16   P:298  SKIP:3286 size=1888 bytes
[rtp @ 0x55679e1860] Sending NAL 1 of len 569 M=0
[rtp @ 0x55679e1860] Sending NAL 1 of len 432 M=0
[rtp @ 0x55679e1860] Sending NAL 1 of len 262 M=0
[rtp @ 0x55679e1860] Sending NAL 1 of len 612 M=1
[libx264 @ 0x55679f8300] frame=  32 QP=28.32 NAL=2 Slice:P Poc:64  I:8    P:236  SKIP:3356 size=1421 bytes
[rtp @ 0x55679e1860] Sending NAL 1 of len 256 M=0
[rtp @ 0x55679e1860] Sending NAL 1 of len 432 M=0
[rtp @ 0x55679e1860] Sending NAL 1 of len 252 M=0
[rtp @ 0x55679e1860] Sending NAL 1 of len 468 M=1
[libx264 @ 0x55679f8300] frame=  33 QP=28.07 NAL=2 Slice:P Poc:66  I:7    P:282  SKIP:3311 size=1731 bytes
[rtp @ 0x55679e1860] Sending NAL 1 of len 327 M=0
[rtp @ 0x55679e1860] Sending NAL 1 of len 468 M=0
[rtp @ 0x55679e1860] Sending NAL 1 of len 354 M=0
[rtp @ 0x55679e1860] Sending NAL 1 of len 569 M=1
[libx264 @ 0x55679f8300] frame=  34 QP=27.43 NAL=2 Slice:P Poc:68  I:5    P:223  SKIP:3372 size=1435 bytes
[rtp @ 0x55679e1860] Sending NAL 1 of len 353 M=0
[rtp @ 0x55679e1860] Sending NAL 1 of len 304 M=0
[rtp @ 0x55679e1860] Sending NAL 1 of len 151 M=0
[rtp @ 0x55679e1860] Sending NAL 1 of len 614 M=1
[libx264 @ 0x55679f8300] frame=  35 QP=27.37 NAL=2 Slice:P Poc:70  I:6    P:262  SKIP:3332 size=1674 bytes
[rtp @ 0x55679e1860] Sending NAL 1 of len 290 M=0
[rtp @ 0x55679e1860] Sending NAL 1 of len 202 M=0
[rtp @ 0x55679e1860] Sending NAL 1 of len 362 M=0
[rtp @ 0x55679e1860] Sending NAL 1 of len 807 M=1
[libx264 @ 0x55679f8300] frame=  36 QP=27.08 NAL=2 Slice:P Poc:72  I:10   P:321  SKIP:3269 size=2021 bytes
[rtp @ 0x55679e1860] Sending NAL 1 of len 300 M=0
[rtp @ 0x55679e1860] Sending NAL 1 of len 623 M=0
[rtp @ 0x55679e1860] Sending NAL 1 of len 316 M=0
[rtp @ 0x55679e1860] Sending NAL 1 of len 769 M=1
[libx264 @ 0x55679f8300] frame=  37 QP=26.08 NAL=2 Slice:P Poc:74  I:3    P:164  SKIP:3433 size=1165 bytes
[rtp @ 0x55679e1860] Sending NAL 1 of len 77 M=0
[rtp @ 0x55679e1860] Sending NAL 1 of len 108 M=0
[rtp @ 0x55679e1860] Sending NAL 1 of len 289 M=0
[rtp @ 0x55679e1860] Sending NAL 1 of len 678 M=1
[libx264 @ 0x55679f8300] frame=  38 QP=26.27 NAL=2 Slice:P Poc:76  I:7    P:300  SKIP:3293 size=1985 bytes
[rtp @ 0x55679e1860] Sending NAL 1 of len 378 M=0
[rtp @ 0x55679e1860] Sending NAL 1 of len 346 M=0
[rtp @ 0x55679e1860] Sending NAL 1 of len 352 M=0
[rtp @ 0x55679e1860] Sending NAL 1 of len 896 M=1
[libx264 @ 0x55679f8300] frame=  39 QP=27.42 NAL=2 Slice:P Poc:78  I:9    P:468  SKIP:3123 size=2747 bytes
[rtp @ 0x55679e1860] Sending NAL 1 of len 715 M=0
[rtp @ 0x55679e1860] Sending NAL 1 of len 614 M=0
[rtp @ 0x55679e1860] Sending NAL 1 of len 939 M=0
[rtp @ 0x55679e1860] Sending NAL 1 of len 466 M=1
[libx264 @ 0x55679f8300] frame=  40 QP=27.95 NAL=2 Slice:P Poc:80  I:5    P:132  SKIP:3463 size=763 bytes
[rtp @ 0x55679e1860] Sending NAL 1 of len 159 M=0
[rtp @ 0x55679e1860] Sending NAL 1 of len 170 M=0
[rtp @ 0x55679e1860] Sending NAL 1 of len 252 M=0
[rtp @ 0x55679e1860] Sending NAL 1 of len 169 M=1
[libx264 @ 0x55679f8300] frame=  41 QP=25.92 NAL=2 Slice:P Poc:82  I:4    P:282  SKIP:3314 size=2002 bytes
[rtp @ 0x55679e1860] Sending NAL 1 of len 265 M=0
[rtp @ 0x55679e1860] Sending NAL 1 of len 371 M=0
[rtp @ 0x55679e1860] Sending NAL 1 of len 867 M=0
[rtp @ 0x55679e1860] Sending NAL 1 of len 486 M=1
[libx264 @ 0x55679f8300] frame=  42 QP=27.31 NAL=2 Slice:P Poc:84  I:9    P:343  SKIP:3248 size=2248 bytes
[rtp @ 0x55679e1860] Sending NAL 1 of len 492 M=0
[rtp @ 0x55679e1860] Sending NAL 1 of len 531 M=0
[rtp @ 0x55679e1860] Sending NAL 1 of len 1029 M=0
[rtp @ 0x55679e1860] Sending NAL 1 of len 183 M=1
[libx264 @ 0x55679f8300] frame=  43 QP=26.14 NAL=2 Slice:P Poc:86  I:9    P:200  SKIP:3391 size=1398 bytes
[rtp @ 0x55679e1860] Sending NAL 1 of len 313 M=0
[rtp @ 0x55679e1860] Sending NAL 1 of len 360 M=0
[rtp @ 0x55679e1860] Sending NAL 1 of len 580 M=0
[rtp @ 0x55679e1860] Sending NAL 1 of len 132 M=1
[libx264 @ 0x55679f8300] frame=  44 QP=26.70 NAL=2 Slice:P Poc:88  I:4    P:249  SKIP:3347 size=1509 bytes
[rtp @ 0x55679e1860] Sending NAL 1 of len 300 M=0
[rtp @ 0x55679e1860] Sending NAL 1 of len 143 M=0
[rtp @ 0x55679e1860] Sending NAL 1 of len 856 M=0
[rtp @ 0x55679e1860] Sending NAL 1 of len 197 M=1
[libx264 @ 0x55679f8300] frame=  45 QP=22.53 NAL=2 Slice:P Poc:90  I:4    P:254  SKIP:3342 size=1804 bytes
[rtp @ 0x55679e1860] Sending NAL 1 of len 742 M=0
[rtp @ 0x55679e1860] Sending NAL 1 of len 86 M=0
[rtp @ 0x55679e1860] Sending NAL 1 of len 886 M=0
[rtp @ 0x55679e1860] Sending NAL 1 of len 77 M=1
[libx264 @ 0x55679f8300] frame=  46 QP=26.67 NAL=2 Slice:P Poc:92  I:4    P:203  SKIP:3393 size=1464 bytes
[rtp @ 0x55679e1860] Sending NAL 1 of len 962 M=0
[rtp @ 0x55679e1860] Sending NAL 1 of len 144 M=0
[rtp @ 0x55679e1860] Sending NAL 1 of len 285 M=0
[rtp @ 0x55679e1860] Sending NAL 1 of len 60 M=1
[libx264 @ 0x55679f8300] frame=  47 QP=23.54 NAL=2 Slice:P Poc:94  I:7    P:237  SKIP:3356 size=1604 bytes
[rtp @ 0x55679e1860] Sending NAL 1 of len 551 M=0
[rtp @ 0x55679e1860] Sending NAL 1 of len 193 M=0
[rtp @ 0x55679e1860] Sending NAL 1 of len 704 M=0
[rtp @ 0x55679e1860] Sending NAL 1 of len 143 M=1
[libx264 @ 0x55679f8300] frame=  48 QP=25.54 NAL=2 Slice:P Poc:96  I:7    P:326  SKIP:3267 size=2046 bytes
[rtp @ 0x55679e1860] Sending NAL 1 of len 510 M=0
[rtp @ 0x55679e1860] Sending NAL 1 of len 783 M=0
[rtp @ 0x55679e1860] Sending NAL 1 of len 355 M=0
[rtp @ 0x55679e1860] Sending NAL 1 of len 385 M=1
[libx264 @ 0x55679f8300] frame=  49 QP=25.42 NAL=2 Slice:P Poc:98  I:7    P:209  SKIP:3384 size=1457 bytes
[rtp @ 0x55679e1860] Sending NAL 1 of len 147 M=0
[rtp @ 0x55679e1860] Sending NAL 1 of len 569 M=0
[rtp @ 0x55679e1860] Sending NAL 1 of len 493 M=0
[rtp @ 0x55679e1860] Sending NAL 1 of len 235 M=1
[libx264 @ 0x55679f8300] frame=  50 QP=23.21 NAL=2 Slice:P Poc:100 I:4    P:265  SKIP:3331 size=1795 bytes
[rtp @ 0x55679e1860] Sending NAL 1 of len 378 M=0
[rtp @ 0x55679e1860] Sending NAL 1 of len 958 M=0
[rtp @ 0x55679e1860] Sending NAL 1 of len 337 M=0
[rtp @ 0x55679e1860] Sending NAL 1 of len 109 M=1
[libx264 @ 0x55679f8300] frame=  51 QP=23.98 NAL=2 Slice:P Poc:102 I:1    P:197  SKIP:3402 size=1399 bytes
[rtp @ 0x55679e1860] Sending NAL 1 of len 113 M=0
[rtp @ 0x55679e1860] Sending NAL 1 of len 993 M=0
[rtp @ 0x55679e1860] Sending NAL 1 of len 222 M=0
[rtp @ 0x55679e1860] Sending NAL 1 of len 58 M=1
[libx264 @ 0x55679f8300] frame=  52 QP=23.25 NAL=2 Slice:P Poc:104 I:6    P:227  SKIP:3367 size=1843 bytes
[rtp @ 0x55679e1860] Sending NAL 1 of len 225 M=0
[rtp @ 0x55679e1860] Sending NAL 1 of len 1180 M=0
[rtp @ 0x55679e1860] Sending NAL 1 of len 314 M=0
[rtp @ 0x55679e1860] Sending NAL 1 of len 111 M=1
[libx264 @ 0x55679f8300] frame=  53 QP=25.69 NAL=2 Slice:P Poc:106 I:3    P:312  SKIP:3285 size=2170 bytes
[rtp @ 0x55679e1860] Sending NAL 1 of len 520 M=0
[rtp @ 0x55679e1860] Sending NAL 1 of len 942 M=0
[rtp @ 0x55679e1860] Sending NAL 1 of len 230 M=0
[rtp @ 0x55679e1860] Sending NAL 1 of len 465 M=1
[libx264 @ 0x55679f8300] frame=  54 QP=25.12 NAL=2 Slice:P Poc:108 I:9    P:174  SKIP:3417 size=1407 bytes
[rtp @ 0x55679e1860] Sending NAL 1 of len 533 M=0
[rtp @ 0x55679e1860] Sending NAL 1 of len 621 M=0
[rtp @ 0x55679e1860] Sending NAL 1 of len 81 M=0
[rtp @ 0x55679e1860] Sending NAL 1 of len 159 M=1
[libx264 @ 0x55679f8300] frame=  55 QP=23.42 NAL=2 Slice:P Poc:110 I:1    P:149  SKIP:3450 size=1056 bytes
[rtp @ 0x55679e1860] Sending NAL 1 of len 154 M=0
[rtp @ 0x55679e1860] Sending NAL 1 of len 515 M=0
[rtp @ 0x55679e1860] Sending NAL 1 of len 147 M=0
[rtp @ 0x55679e1860] Sending NAL 1 of len 227 M=1
[libx264 @ 0x55679f8300] frame=  56 QP=24.51 NAL=2 Slice:P Poc:112 I:2    P:235  SKIP:3363 size=1904 bytes
[rtp @ 0x55679e1860] Sending NAL 1 of len 524 M=0
[rtp @ 0x55679e1860] Sending NAL 1 of len 421 M=0
[rtp @ 0x55679e1860] Sending NAL 1 of len 451 M=0
[rtp @ 0x55679e1860] Sending NAL 1 of len 495 M=1
[libx264 @ 0x55679f8300] frame=  57 QP=24.71 NAL=2 Slice:P Poc:114 I:16   P:580  SKIP:3004 size=4076 bytes
[rtp @ 0x55679e1860] Sending NAL 1 of len 1270 M=0
[rtp @ 0x55679e1860] Sending NAL 1 of len 703 M=0
[rtp @ 0x55679e1860] Sending NAL 1 of len 1203 M=0
[rtp @ 0x55679e1860] Sending NAL 1 of len 887 M=1
[libx264 @ 0x55679f8300] frame=  58 QP=25.51 NAL=2 Slice:P Poc:116 I:0    P:41   SKIP:3559 size=252 bytes
[rtp @ 0x55679e1860] Sending NAL 1 of len 39 M=0
[rtp @ 0x55679e1860] Sending NAL 1 of len 75 M=0
[rtp @ 0x55679e1860] Sending NAL 1 of len 44 M=0
[rtp @ 0x55679e1860] Sending NAL 1 of len 81 M=1
[libx264 @ 0x55679f8300] frame=  59 QP=22.10 NAL=2 Slice:P Poc:118 I:1    P:219  SKIP:3380 size=1387 bytes
[rtp @ 0x55679e1860] Sending NAL 1 of len 164 M=0
[rtp @ 0x55679e1860] Sending NAL 1 of len 156 M=0
[rtp @ 0x55679e1860] Sending NAL 1 of len 536 M=0
[rtp @ 0x55679e1860] Sending NAL 1 of len 518 M=1
[libx264 @ 0x55679f8300] frame=  60 QP=22.70 NAL=2 Slice:P Poc:120 I:4    P:328  SKIP:3268 size=2087 bytes
[rtp @ 0x55679e1860] Sending NAL 1 of len 223 M=0
[rtp @ 0x55679e1860] Sending NAL 1 of len 551 M=0
[rtp @ 0x55679e1860] Sending NAL 1 of len 705 M=0
[rtp @ 0x55679e1860] Sending NAL 1 of len 595 M=1
[libx264 @ 0x55679f8300] frame=  61 QP=23.90 NAL=2 Slice:P Poc:122 I:1    P:301  SKIP:3298 size=1872 bytes
[rtp @ 0x55679e1860] Sending NAL 1 of len 413 M=0
[rtp @ 0x55679e1860] Sending NAL 1 of len 471 M=0
[rtp @ 0x55679e1860] Sending NAL 1 of len 394 M=0
[rtp @ 0x55679e1860] Sending NAL 1 of len 581 M=1
[libx264 @ 0x55679f8300] frame=  62 QP=21.05 NAL=2 Slice:P Poc:124 I:4    P:206  SKIP:3390 size=1574 bytes
[rtp @ 0x55679e1860] Sending NAL 1 of len 63 M=0
[rtp @ 0x55679e1860] Sending NAL 1 of len 229 M=0
[rtp @ 0x55679e1860] Sending NAL 1 of len 544 M=0
[rtp @ 0x55679e1860] Sending NAL 1 of len 725 M=1
[libx264 @ 0x55679f8300] frame=  63 QP=20.07 NAL=2 Slice:P Poc:126 I:3    P:218  SKIP:3379 size=1802 bytes
[rtp @ 0x55679e1860] Sending NAL 1 of len 221 M=0
[rtp @ 0x55679e1860] Sending NAL 1 of len 274 M=0
[rtp @ 0x55679e1860] Sending NAL 1 of len 349 M=0
[rtp @ 0x55679e1860] Sending NAL 1 of len 945 M=1
[libx264 @ 0x55679f8300] frame=  64 QP=21.35 NAL=2 Slice:P Poc:128 I:2    P:205  SKIP:3393 size=1592 bytes
[rtp @ 0x55679e1860] Sending NAL 1 of len 495 M=0
[rtp @ 0x55679e1860] Sending NAL 1 of len 78 M=0
[rtp @ 0x55679e1860] Sending NAL 1 of len 345 M=0
[rtp @ 0x55679e1860] Sending NAL 1 of len 661 M=1
[libx264 @ 0x55679f8300] frame=  65 QP=22.05 NAL=2 Slice:P Poc:130 I:1    P:238  SKIP:3361 size=1511 bytes
[rtp @ 0x55679e1860] Sending NAL 1 of len 101 M=0
[rtp @ 0x55679e1860] Sending NAL 1 of len 172 M=0
[rtp @ 0x55679e1860] Sending NAL 1 of len 323 M=0
[rtp @ 0x55679e1860] Sending NAL 1 of len 902 M=1
[libx264 @ 0x55679f8300] frame=  66 QP=20.86 NAL=2 Slice:P Poc:132 I:1    P:225  SKIP:3374 size=1514 bytes
[rtp @ 0x55679e1860] Sending NAL 1 of len 76 M=0
[rtp @ 0x55679e1860] Sending NAL 1 of len 95 M=0
[rtp @ 0x55679e1860] Sending NAL 1 of len 182 M=0
[rtp @ 0x55679e1860] Sending NAL 1 of len 1148 M=1
[libx264 @ 0x55679f8300] frame=  67 QP=23.49 NAL=2 Slice:P Poc:134 I:4    P:266  SKIP:3330 size=1621 bytes
[rtp @ 0x55679e1860] Sending NAL 1 of len 130 M=0
[rtp @ 0x55679e1860] Sending NAL 1 of len 307 M=0
[rtp @ 0x55679e1860] Sending NAL 1 of len 274 M=0
[rtp @ 0x55679e1860] Sending NAL 1 of len 897 M=1

Tente ça… mais avec les Foscam c’est jamais garanti… elles ont un format de pixels (yuvj420p) qui est déprécié…

Salut, bon j’ai essayé, je ne vois aucun changement, ça bloque sur les premières images.

Alors je vois pas… tu peux peut être le poster dans les issues du plugin homebridge-camera-ffmpeg… le gars trouvera peut être… mais moi j’ai une Foscam c1 et ce genre de probleme … le flux a pas mal de problèmes apparemment… pour finir j’ai du passer par un motioneyeos qui recode correctement

Ah ok, pas simple, je vais poster comme conseillé. Je ferais peut-être mieux de la remplacer par une Eufy ou AG2H.
Mais au fait, tu fais quoi avec ce flux non certifié HomeKit dans HomeKit, à part visionner ? Pas moyen de faire de paramétrage ou alerte ?

Parametrage ? Que veux tu dire par la ?

Pour les alertes, il y a un moyen pour envoyer une notification de mouvement ou de sonnette, mais la détection du mouvement ou l’action doit venir de jeedom.

Je veux dire par là, par exemple, créer une automatisation sur HomeKit.

Heu non même avec une caméra native homekit, pas d’automation… que voudrais tu automatiser sur une caméra ?