Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

FFMPEG crashes #58

Open
Psychopatient opened this issue Jul 27, 2019 · 25 comments
Open

FFMPEG crashes #58

Psychopatient opened this issue Jul 27, 2019 · 25 comments

Comments

@Psychopatient
Copy link

Video stream Stopps because of FFmpeg. Status of hap-camera-rpi.service

ul 27 08:47:04 raspberrypi node[1504]: └────────────┘
Jul 27 08:47:04 raspberrypi node[1504]:
Jul 27 08:47:30 raspberrypi node[1504]: Starting video stream (1280x720, 30 fps, 299 kbps)
Jul 27 08:47:37 raspberrypi node[1504]: ffmpeg exited with code 1
Jul 27 08:48:37 raspberrypi node[1504]: Video stream stopped
Jul 27 08:48:38 raspberrypi node[1504]: Starting video stream (1280x720, 30 fps, 299 kbps)
Jul 27 08:48:44 raspberrypi node[1504]: Video stream stopped
Jul 27 08:48:50 raspberrypi node[1504]: Starting video stream (1280x720, 30 fps, 299 kbps)
Jul 27 08:48:54 raspberrypi node[1504]: Video stream stopped
~
Any Idea? THX

@moritzmhmk
Copy link
Owner

Add "debug": true to the config

@Psychopatient
Copy link
Author

Thx for quick answer. I did but video stream keeps stopping. Just Screenshots working

hap-camera-rpi.service - HAP Camera RPi
Loaded: loaded (/etc/systemd/system/hap-camera-rpi.service; enabled; vendor preset: enable
Active: active (running) since Sat 2019-07-27 10:04:47 CEST; 1min 15s ago
Main PID: 1072 (node)
Tasks: 10 (limit: 2077)
Memory: 16.8M
CGroup: /system.slice/hap-camera-rpi.service
└─1072 /usr/bin/node /opt/homebridge-camera-rpi/standalone.js -c /etc/homebridge-c

Jul 27 10:05:51 raspberrypi node[1072]: frame= 492 fps= 30 q=-1.0 size= 623kB time=43450
Jul 27 10:05:52 raspberrypi node[1072]: frame= 507 fps= 30 q=-1.0 size= 629kB time=43450
Jul 27 10:05:52 raspberrypi node[1072]: frame= 522 fps= 30 q=-1.0 size= 644kB time=43450
Jul 27 10:05:53 raspberrypi node[1072]: frame= 537 fps= 30 q=-1.0 size= 660kB time=43450
Jul 27 10:05:53 raspberrypi node[1072]: frame= 552 fps= 30 q=-1.0 size= 693kB time=43450
Jul 27 10:05:54 raspberrypi node[1072]: frame= 567 fps= 30 q=-1.0 size= 700kB time=43450
Jul 27 10:05:54 raspberrypi node[1072]: frame= 582 fps= 30 q=-1.0 size= 717kB time=43450
Jul 27 10:05:55 raspberrypi node[1072]: frame= 598 fps= 30 q=-1.0 size= 738kB time=43450
Jul 27 10:05:56 raspberrypi node[1072]: frame= 613 fps= 30 q=-1.0 size= 775kB time=43450
Jul 27 10:05:56 raspberrypi node[1072]: Video stream stopped

@jonerikandersen
Copy link

jonerikandersen commented Aug 5, 2019

Following. Appart from mine adding 0.0kbit/s bitrate.

aug. 05 21:49:36 merlin.local node[13637]: v4l2-ctl --set-ctrl video_bitrate=299000
aug. 05 21:49:36 merlin.local node[13637]: Starting video stream (1280x720, 30 fps, 299 kbps)
aug. 05 21:49:36 merlin.local node[13637]: ffmpeg -f video4linux2 -input_format h264 -video_size 1280x720 -framerate 30 -timestamps abs -i /dev/video0 -vcodec copy -copyts -an -payload_type 99 -ssrc 15966574 -f rtp -srtp_out_suite AES_CM_128_HMAC_SHA1_80 -srtp_out_params jD9ux6cBWJcYAFkZEyfAOLSlEmNS/jPZyArp30PD srtp://10.0.1.14:49775?rtcpport=49775&localrtcpport=49775&pkt_size=1378
aug. 05 21:49:36 merlin.local node[13637]: ffmpeg version 3.2.12-1~deb9u1+rpt1 Copyright (c) 2000-2018 the FFmpeg developers
aug. 05 21:49:36 merlin.local node[13637]:   built with gcc 6.3.0 (Raspbian 6.3.0-18+rpi1+deb9u1) 20170516
aug. 05 21:49:36 merlin.local node[13637]:   configuration: --prefix=/usr --extra-version='1~deb9u1+rpt1' --toolchain=hardened --libdir=/usr/lib/arm-linux-gnueabihf --incdir=/usr/include/arm-linux-gnueabihf --enable-gpl --disable-stripping --enable-avresample --enable-avisynth --enable-gnutls --enable-ladspa --enable-libass --enable-libbluray --enable-libbs2b --enable-libcaca --enable-libcdio --enable-libebur128 --enable-libflite --enable-libfontconfig --enable-libfreetype --enable-libfribidi --enable-libgme --enable-libgsm --enable-libmp3lame --enable-libopenjpeg --enable-libopenmpt --enable-libopus --enable-libpulse --enable-librubberband --enable-libshine --enable-libsnappy --enable-libsoxr --enable-libspeex --enable-libssh --enable-libtheora --enable-libtwolame --enable-libvorbis --enable-libvpx --enable-libwavpack --enable-libwebp --enable-libx265 --enable-libxvid --enable-libzmq --enable-libzvbi --enable-omx --enable-omx-rpi --enable-mmal --enable-openal --enable-opengl --enable-sdl2 --enable-libdc1394 --enable-libiec61883 --arch=armhf --enable-chromaprint --enable-frei0r --enable-libopencv --enable-libx264 --enable-shared
aug. 05 21:49:36 merlin.local node[13637]:   libavutil      55. 34.101 / 55. 34.101
aug. 05 21:49:36 merlin.local node[13637]:   libavcodec     57. 64.101 / 57. 64.101
aug. 05 21:49:36 merlin.local node[13637]:   libavformat    57. 56.101 / 57. 56.101
aug. 05 21:49:36 merlin.local node[13637]:   libavdevice    57.  1.100 / 57.  1.100
aug. 05 21:49:36 merlin.local node[13637]:   libavfilter     6. 65.100 /  6. 65.100
aug. 05 21:49:36 merlin.local node[13637]:   libavresample   3.  1.  0 /  3.  1.  0
aug. 05 21:49:36 merlin.local node[13637]:   libswscale      4.  2.100 /  4.  2.100
aug. 05 21:49:36 merlin.local node[13637]:   libswresample   2.  3.100 /  2.  3.100
aug. 05 21:49:36 merlin.local node[13637]:   libpostproc    54.  1.100 / 54.  1.100
aug. 05 21:49:37 merlin.local node[13637]: [video4linux2,v4l2 @ 0x23456f0] Detected monotonic timestamps, converting
aug. 05 21:49:37 merlin.local node[13637]: Input #0, video4linux2,v4l2, from '/dev/video0':
aug. 05 21:49:37 merlin.local node[13637]:   Duration: N/A, start: 1565034577.519027, bitrate: N/A
aug. 05 21:49:37 merlin.local node[13637]:     Stream #0:0: Video: h264 (High), yuv420p(progressive), 1280x720, -5 kb/s, 30 fps, 30 tbr, 1000k tbn, 2000k tbc
aug. 05 21:49:37 merlin.local node[13637]: Output #0, rtp, to 'srtp://10.0.1.14:49775?rtcpport=49775&localrtcpport=49775&pkt_size=1378':
aug. 05 21:49:37 merlin.local node[13637]:   Metadata:
aug. 05 21:49:37 merlin.local node[13637]:     encoder         : Lavf57.56.101
aug. 05 21:49:37 merlin.local node[13637]:     Stream #0:0: Video: h264 (High), yuv420p(progressive), 1280x720, q=2-31, -5 kb/s, 30 fps, 30 tbr, 90k tbn, 1000k tbc
aug. 05 21:49:37 merlin.local node[13637]: Stream mapping:
aug. 05 21:49:37 merlin.local node[13637]:   Stream #0:0 -> #0:0 (copy)
aug. 05 21:49:37 merlin.local node[13637]: Press [q] to stop, [?] for help
aug. 05 21:49:37 merlin.local node[13637]: [rtp @ 0x23a7d20] Timestamps are unset in a packet for stream 0. This is deprecated and will stop working in the future. Fix your code to set the timestamps properly
aug. 05 21:49:38 merlin.local node[13637]: frame=   23 fps=0.0 q=-1.0 size=      22kB time=434731:49:38.21 bitrate=   0.0kbits/s speed=3.13e+09x
aug. 05 21:49:38 merlin.local node[13637]: frame=   37 fps= 37 q=-1.0 size=      40kB time=434731:49:38.68 bitrate=   0.0kbits/s speed=1.56e+09x
aug. 05 21:49:39 merlin.local node[13637]: frame=   53 fps= 35 q=-1.0 size=      64kB time=434731:49:39.21 bitrate=   0.0kbits/s speed=1.04e+09x
aug. 05 21:49:39 merlin.local node[13637]: frame=   68 fps= 34 q=-1.0 size=      87kB time=434731:49:39.71 bitrate=   0.0kbits/s speed=7.76e+08x
aug. 05 21:49:40 merlin.local node[13637]: frame=   83 fps= 33 q=-1.0 size=     102kB time=434731:49:40.21 bitrate=   0.0kbits/s speed=6.21e+08x
aug. 05 21:49:40 merlin.local node[13637]: frame=   98 fps= 32 q=-1.0 size=     120kB time=434731:49:40.71 bitrate=   0.0kbits/s speed=5.18e+08x

@jonerikandersen
Copy link

Edit v2: It might be that you need to add the user running the services ie. root or rpi to the video group.

usermod -a -G video root

@jonerikandersen
Copy link

Still having these issues. @Psychopatient Did you fix it?

@jankais3r
Copy link

jankais3r commented Nov 16, 2019

I am having the same issue. At some point, streaming just stopped working (without me changing anything). Snapshots still work fine.

This is my debug log:

[11/16/2019, 11:00:07 PM] [rpi-camera] Starting video stream (1280x720, 30 fps, 299 kbps)
ffmpeg -f video4linux2 -input_format h264 -video_size 1280x720 -framerate 30 -timestamps abs -i /dev/video0 -vcodec copy -copyts -an -payload_type 99 -ssrc 14780727 -f rtp -srtp_out_suite AES_CM_128_HMAC_SHA1_80 -srtp_out_params 6tXTD4p+79iTcOSScbI+PWxNIfL5RvXszMxg8bad srtp://192.168.1.75:55462?rtcpport=55462&localrtcpport=55462&pkt_size=1378
ffmpeg version N-94490-g86d13e95e7 Copyright (c) 2000-2019 the FFmpeg developers
  built with gcc 8 (Raspbian 8.3.0-6+rpi1)
  configuration: --prefix=/usr/local --arch=armel --target-os=linux --enable-omx-rpi --enable-nonfree --enable-gpl --enable-libfdk-aac --enable-mmal --enable-libx264 --enable-decoder=h264 --enable-network --enable-protocol=tcp --enable-demuxer=rtsp
  libavutil      56. 33.100 / 56. 33.100
  libavcodec     58. 55.100 / 58. 55.100
  libavformat    58. 30.100 / 58. 30.100
  libavdevice    58.  9.100 / 58.  9.100
  libavfilter     7. 58.100 /  7. 58.100
  libswscale      5.  6.100 /  5.  6.100
  libswresample   3.  6.100 /  3.  6.100
  libpostproc    55.  6.100 / 55.  6.100
[video4linux2,v4l2 @ 0x1e915a0] Detected monotonic timestamps, converting
Input #0, video4linux2,v4l2, from '/dev/video0':
  Duration: N/A, start: 1573941607.698846, bitrate: N/A
    Stream #0:0: Video: h264 (High), yuv420p(progressive), 1280x720, 30 fps, 30 tbr, 1000k tbn, 2000k tbc
Output #0, rtp, to 'srtp://192.168.1.75:55462?rtcpport=55462&localrtcpport=55462&pkt_size=1378':
  Metadata:
    encoder         : Lavf58.30.100
    Stream #0:0: Video: h264 (High), yuv420p(progressive), 1280x720, q=2-31, 30 fps, 30 tbr, 90k tbn, 1000k tbc
Stream mapping:
  Stream #0:0 -> #0:0 (copy)
Press [q] to stop, [?] for help
[rtp @ 0x1eab440] Timestamps are unset in a packet for stream 0. This is deprecated and will stop working in the future. Fix your code to set the timestamps properly
frame=   23 fps=0.0 q=-1.0 size=      21kB time=437206:00:08.39 bitrate=   0.0kbits/s speed=3.11e+09x
frame=   38 fps= 37 q=-1.0 size=      41kB time=437206:00:08.89 bitrate=   0.0kbits/s speed=1.55e+09x
frame=   53 fps= 35 q=-1.0 size=      61kB time=437206:00:09.39 bitrate=   0.0kbits/s speed=1.03e+09x
frame=   68 fps= 34 q=-1.0 size=      86kB time=437206:00:09.89 bitrate=   0.0kbits/s speed=7.77e+08x
frame=   84 fps= 33 q=-1.0 size=     101kB time=437206:00:10.43 bitrate=   0.0kbits/s speed=6.21e+08x
frame=   99 fps= 33 q=-1.0 size=     120kB time=437206:00:10.93 bitrate=   0.0kbits/s speed=5.17e+08x
frame=  114 fps= 32 q=-1.0 size=     140kB time=437206:00:11.43 bitrate=   0.0kbits/s speed=4.43e+08x
frame=  129 fps= 32 q=-1.0 size=     168kB time=437206:00:11.92 bitrate=   0.0kbits/s speed=3.88e+08x
frame=  145 fps= 32 q=-1.0 size=     179kB time=437206:00:12.46 bitrate=   0.0kbits/s speed=3.45e+08x
frame=  160 fps= 32 q=-1.0 size=     196kB time=437206:00:12.96 bitrate=   0.0kbits/s speed=3.1e+08x
frame=  175 fps= 31 q=-1.0 size=     215kB time=437206:00:13.46 bitrate=   0.0kbits/s speed=2.82e+08x
frame=  191 fps= 31 q=-1.0 size=     240kB time=437206:00:13.99 bitrate=   0.0kbits/s speed=2.58e+08x
frame=  206 fps= 31 q=-1.0 size=     254kB time=437206:00:14.49 bitrate=   0.0kbits/s speed=2.38e+08x
frame=  221 fps= 31 q=-1.0 size=     272kB time=437206:00:14.99 bitrate=   0.0kbits/s speed=2.22e+08x
frame=  236 fps= 31 q=-1.0 size=     291kB time=437206:00:15.49 bitrate=   0.0kbits/s speed=2.07e+08x
frame=  251 fps= 31 q=-1.0 size=     317kB time=437206:00:15.99 bitrate=   0.0kbits/s speed=1.94e+08x
frame=  266 fps= 31 q=-1.0 size=     329kB time=437206:00:16.49 bitrate=   0.0kbits/s speed=1.83e+08x
frame=  281 fps= 31 q=-1.0 size=     346kB time=437206:00:16.99 bitrate=   0.0kbits/s speed=1.73e+08x
frame=  296 fps= 31 q=-1.0 size=     365kB time=437206:00:17.49 bitrate=   0.0kbits/s speed=1.64e+08x
frame=  312 fps= 31 q=-1.0 size=     393kB time=437206:00:18.02 bitrate=   0.0kbits/s speed=1.55e+08x
frame=  327 fps= 31 q=-1.0 size=     404kB time=437206:00:18.52 bitrate=   0.0kbits/s speed=1.48e+08x
frame=  342 fps= 31 q=-1.0 size=     421kB time=437206:00:19.02 bitrate=   0.0kbits/s speed=1.41e+08x
frame=  357 fps= 31 q=-1.0 size=     441kB time=437206:00:19.52 bitrate=   0.0kbits/s speed=1.35e+08x
frame=  372 fps= 31 q=-1.0 size=     463kB time=437206:00:20.02 bitrate=   0.0kbits/s speed=1.3e+08x
frame=  388 fps= 31 q=-1.0 size=     478kB time=437206:00:20.55 bitrate=   0.0kbits/s speed=1.24e+08x
frame=  403 fps= 31 q=-1.0 size=     497kB time=437206:00:21.05 bitrate=   0.0kbits/s speed=1.2e+08x
frame=  418 fps= 31 q=-1.0 size=     516kB time=437206:00:21.55 bitrate=   0.0kbits/s speed=1.15e+08x
frame=  433 fps= 31 q=-1.0 size=     540kB time=437206:00:22.05 bitrate=   0.0kbits/s speed=1.11e+08x
frame=  448 fps= 31 q=-1.0 size=     553kB time=437206:00:22.55 bitrate=   0.0kbits/s speed=1.07e+08x
frame=  463 fps= 30 q=-1.0 size=     571kB time=437206:00:23.05 bitrate=   0.0kbits/s speed=1.04e+08x
frame=  479 fps= 31 q=-1.0 size=     590kB time=437206:00:23.59 bitrate=   0.0kbits/s speed=1e+08x
frame=  494 fps= 31 q=-1.0 size=     615kB time=437206:00:24.09 bitrate=   0.0kbits/s speed=9.72e+07x
frame=  509 fps= 30 q=-1.0 size=     628kB time=437206:00:24.59 bitrate=   0.0kbits/s speed=9.42e+07x
frame=  524 fps= 30 q=-1.0 size=     646kB time=437206:00:25.08 bitrate=   0.0kbits/s speed=9.15e+07x
frame=  539 fps= 30 q=-1.0 size=     665kB time=437206:00:25.58 bitrate=   0.0kbits/s speed=8.89e+07x
frame=  555 fps= 30 q=-1.0 size=     687kB time=437206:00:26.12 bitrate=   0.0kbits/s speed=8.64e+07x
frame=  570 fps= 30 q=-1.0 size=     703kB time=437206:00:26.62 bitrate=   0.0kbits/s speed=8.41e+07x
frame=  585 fps= 30 q=-1.0 size=     722kB time=437206:00:27.12 bitrate=   0.0kbits/s speed=8.19e+07x
frame=  600 fps= 30 q=-1.0 size=     740kB time=437206:00:27.62 bitrate=   0.0kbits/s speed=7.98e+07x
frame=  615 fps= 30 q=-1.0 size=     763kB time=437206:00:28.12 bitrate=   0.0kbits/s speed=7.78e+07x
frame=  630 fps= 30 q=-1.0 size=     777kB time=437206:00:28.62 bitrate=   0.0kbits/s speed=7.59e+07x
frame=  645 fps= 30 q=-1.0 size=     795kB time=437206:00:29.12 bitrate=   0.0kbits/s speed=7.41e+07x
frame=  661 fps= 30 q=-1.0 size=     827kB time=437206:00:29.65 bitrate=   0.0kbits/s speed=7.24e+07x
frame=  676 fps= 30 q=-1.0 size=     838kB time=437206:00:30.15 bitrate=   0.0kbits/s speed=7.07e+07x
frame=  691 fps= 30 q=-1.0 size=     852kB time=437206:00:30.65 bitrate=   0.0kbits/s speed=6.91e+07x
frame=  706 fps= 30 q=-1.0 size=     870kB time=437206:00:31.15 bitrate=   0.0kbits/s speed=6.77e+07x
frame=  721 fps= 30 q=-1.0 size=     901kB time=437206:00:31.65 bitrate=   0.0kbits/s speed=6.62e+07x
frame=  736 fps= 30 q=-1.0 size=     912kB time=437206:00:32.15 bitrate=   0.0kbits/s speed=6.48e+07x
frame=  752 fps= 30 q=-1.0 size=     928kB time=437206:00:32.68 bitrate=   0.0kbits/s speed=6.35e+07x
frame=  767 fps= 30 q=-1.0 size=     946kB time=437206:00:33.18 bitrate=   0.0kbits/s speed=6.22e+07x
frame=  782 fps= 30 q=-1.0 size=     978kB time=437206:00:33.68 bitrate=   0.0kbits/s speed=6.1e+07x
frame=  797 fps= 30 q=-1.0 size=     987kB time=437206:00:34.18 bitrate=   0.0kbits/s speed=5.98e+07x
frame=  812 fps= 30 q=-1.0 size=    1001kB time=437206:00:34.68 bitrate=   0.0kbits/s speed=5.87e+07x
frame=  827 fps= 30 q=-1.0 size=    1019kB time=437206:00:35.18 bitrate=   0.0kbits/s speed=5.76e+07x
frame=  842 fps= 30 q=-1.0 size=    1053kB time=437206:00:35.68 bitrate=   0.0kbits/s speed=5.66e+07x
frame=  858 fps= 30 q=-1.0 size=    1062kB time=437206:00:36.21 bitrate=   0.0kbits/s speed=5.56e+07x
frame=  873 fps= 30 q=-1.0 size=    1077kB time=437206:00:36.71 bitrate=   0.0kbits/s speed=5.46e+07x
frame=  888 fps= 30 q=-1.0 size=    1096kB time=437206:00:37.21 bitrate=   0.0kbits/s speed=5.36e+07x
frame=  903 fps= 30 q=-1.0 size=    1126kB time=437206:00:37.71 bitrate=   0.0kbits/s speed=5.27e+07x
frame=  919 fps= 30 q=-1.0 size=    1136kB time=437206:00:38.24 bitrate=   0.0kbits/s speed=5.19e+07x
frame=  934 fps= 30 q=-1.0 size=    1152kB time=437206:00:38.74 bitrate=   0.0kbits/s speed=5.1e+07x
frame=  949 fps= 30 q=-1.0 size=    1171kB time=437206:00:39.24 bitrate=   0.0kbits/s speed=5.02e+07x
[11/16/2019, 11:00:39 PM] [rpi-camera] Video stream stopped

I am also seeing the ffmpeg exited with code 1 errors mentioned in the original post.

@ciavez
Copy link

ciavez commented Apr 26, 2020

I have the exact same problem... any clue? ???

@ciavez
Copy link

ciavez commented Apr 27, 2020

anyone that can answer this?

@ciavez
Copy link

ciavez commented Apr 27, 2020

the point I'm trying to make is that I have NO evidence of any crashing, any additional log, even though I've turned to TRUE the debug mode. it looks like is working from a log perspective but in reality but In reality I get no image
image

@jankais3r
Copy link

Still broken for me. Honestly have not spent much time trying to figure it out.

@stanekam
Copy link

I'm having the same issue as well. The odd part is it has occasionally succeeded at streaming the video.

@sweetw0r
Copy link

+1

1 similar comment
@billk2
Copy link

billk2 commented Jun 21, 2020

+1

@pokono
Copy link
Contributor

pokono commented Aug 16, 2020

I'm in the same boat after a reinstall..

@RUGMJ
Copy link

RUGMJ commented Aug 17, 2020

+1

@sweetw0r
Copy link

Haven't been crashing for me since iOS 14 Beta. Using homebridge-camera-rpi v0.0.6

@BaRaD5
Copy link

BaRaD5 commented Oct 9, 2020

I'm having the same issue, at first it worked fine but a day later i installed a new plugin and had to restart since that restart im having the same issue @moritzmhmk help?

EDIT: got to a point where theres no errors at all but home app still shows buffer will update the still image tho

@cliffrowley
Copy link

Mine just stopped working for some reason I can't determine.

It worked yesterday, but today I reinstalled my Pi on a new SD card (simply because I am now managing it remotely via ansible and wanted a fresh start) and everything worked just fine except this plugin (same issues as other people - snapshots work, live feed doesn't).

So I put in the old SD card again, and it's still not working..

@leehadassin
Copy link

leehadassin commented Nov 17, 2020

Same boat. Occasionally live stream works, occasionally doesn't. Snapshots are working.
Ffmpeg exit code 1. 0.0kb rate shown in logs
Using homebridge prebuilt image. Only thing different to plug-in setup it there isn't a homebridge user, just a pi user, which is added to the video group.

@cliffrowley
Copy link

I've swiched to homebridge-camera-ffmpeg and foregone the extra features (movement detection etc) and it's working perfectly now, and the video is a lot smoother and works every time. I may come back to this plugin should it get updated, but I'm happy for now.

@leehadassin
Copy link

leehadassin commented Nov 18, 2020

I've swiched to homebridge-camera-ffmpeg and foregone the extra features (movement detection etc) and it's working perfectly now, and the video is a lot smoother and works every time. I may come back to this plugin should it get updated, but I'm happy for now.

Do you run it on the same pi? If so, what do you put as the ffmpeg source to get to the local camera? Is it an rstp address?

Edit: I found the settings for the v2 camera source on the ffmpeg tested configurations list - will give it a try.

@moritzmhmk
Copy link
Owner

Hi,
I did switch to the ffmpeg Plugin as well.

I have created a pull request there regarding the addition of a good configuration and the "extra features".

@cliffrowley
Copy link

cliffrowley commented Nov 18, 2020 via email

@jamesy0ung
Copy link

Same here. Fresh Install

@will127534
Copy link

+1, also fresh install

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests