SvenVD / rpisurv

Raspberry Pi surveillance
https://rpisurv.net
GNU General Public License v2.0
626 stars 101 forks source link

All connections say connecting, gpu_memory doesn't help #87

Closed nothavelizard closed 5 years ago

nothavelizard commented 5 years ago

So I've got an RPI3B+, and I'm trying to get rpisurv setup and pulling from RTSP from an Amcrest NVR. The RTSP format for the stream is:

rtsp://<user>:<pass>@<ip>:<port>/cam/realmonitor?channel=1&subtype=0

my current config file is:

#THIS IS A YAML FILE, INDENTATION IS IMPORTANT. ALSO DO NOT USE TABS FOR INDENTATION, BUT USE SPACES
#THE FOLLOWING ARE EXAMPLES WITH ALL OPTIONS EXPLAINED, REMOVE OR ADAPT THEM WITH YOUR REAL CONFIG

essentials:
  screens:
    - camera_streams:
        - url: "rtsp://<user>:<pass>@192.168.1.236:554/cam/realmonitor?channel=1&subtype=1"
        #- url: "rtsp://<user>:<pass>@192.168.1.236:554/cam/realmonitor?channel=2&subtype=0"
        #- url: "rtsp://<user>:<pass>@192.168.1.236:554/cam/realmonitor?channel=3&subtype=0"
        #- url: "rtsp://<user>:<pass>@192.168.1.236:554/cam/realmonitor?channel=4&subtype=0"
          probe_timeout: 10
          rtsp_over_tcp: true
      disable_probing_for_all_streams: False
      nr_of_columns: "2"
      autostretch: False
      duration: 60
#!!!Normal users do not need to edit this section!!!
advanced:
  ##Enable this option if you want to have a fixed width of all your camera streams,
  ##By default rpisurv autocalculates this value, this can cause streams to get "stretched",
  ##if this value exceeds the available width, rpisurv will fallback to autocalculation
  #fixed_width: 500

  ##Enable this option if you want to have a fixed height for all your camera streams,
  ##By default rpisurv autocalculates this value, this can cause streams to get "stretched",
  ##if this value exceeds the available height, rpisurv will fallback to autocalculation
  #fixed_height: 500

  #Rpisurv sends usage stats to it's statistics server to give the rpisurv community an idea how widespread this software is being used
  #No performance impact is measured when using this option, no sensitive data is being sent. All data is anonymised.
  #By default this is false

  #No performance impact is measured when using this option, no sensitive data is being sent. All data is anonymised.
  #By default this is false
  #update_stats: False

  #By default rpisurv will cache the next screen in the rotation (if more than one screen is configured), to speed up rotation events.
  #However, this action takes up some resources of the raspberry pi.
  #If you do not mind a slower rotate event (slower building up of the screen during a rotate event) and you want to free up some resources, then set this to False
  #This will also speed up first start since no cached screen needs to be started at boot time.
  #cache_next_screen: True

  #By default rpisurv checks every 19 seconds since start of rpisurv if it needs to redraw the current running screen
  #interval_check_status: 19

  #By default rpisurv will check memory usage, set to False to skip memory usage check
  #memory_usage_check: True

#These are fallbacks if autodetection fails;
#Normally you do not need to configure these
fallbacks:
  resolution:
    width: "1920"
    height: "1080"

I have 4 cameras that I am wanting to stream but have 3 blocked out four the sake of debugging the issue I am currently having

I have tried both subtypes and neither have been able to give an actual output, just the "connecting" image

/var/log/daemon.log

Mar  6 13:13:52 raspberrypi rpisurv[397]: 2019/03/06 13:13:52 - l_default - ERROR - Free gpu mem is 992.0 bytes which is less than 80000000 bytes. Streams might fail to start. Consider assigning more memory to gpu in /boot/config.txt with the gpu_mem option
Mar  6 13:13:53 raspberrypi rpisurv[397]: 2019/03/06 13:13:53 - l_default - ERROR - Free gpu mem is 0.0 bytes which is less than 80000000 bytes. Streams might fail to start. Consider assigning more memory to gpu in /boot/config.txt with the gpu_mem option
Mar  6 13:13:54 raspberrypi rpisurv[397]: 2019/03/06 13:13:54 - l_default - ERROR - Free gpu mem is 2048.0 bytes which is less than 80000000 bytes. Streams might fail to start. Consider assigning more memory to gpu in /boot/config.txt with the gpu_mem option
Mar  6 13:13:55 raspberrypi rpisurv[397]: 2019/03/06 13:13:55 - l_default - ERROR - Free gpu mem is 0.0 bytes which is less than 80000000 bytes. Streams might fail to start. Consider assigning more memory to gpu in /boot/config.txt with the gpu_mem option
Mar  6 13:13:56 raspberrypi rpisurv[397]: 2019/03/06 13:13:56 - core.worker - INFO - Trying to restart screen1_cam_stream1 attempts:208
Mar  6 13:13:56 raspberrypi rpisurv[397]: 2019/03/06 13:13:56 - l_default - ERROR - Free gpu mem is 96.0 bytes which is less than 80000000 bytes. Streams might fail to start. Consider assigning more memory to gpu in /boot/config.txt with the gpu_mem option
Mar  6 13:13:58 raspberrypi rpisurv[397]: 2019/03/06 13:13:58 - l_default - ERROR - Free gpu mem is 992.0 bytes which is less than 80000000 bytes. Streams might fail to start. Consider assigning more memory to gpu in /boot/config.txt with the gpu_mem option
Mar  6 13:13:58 raspberrypi rpisurv[397]: Vcodec id unknown: ae
Mar  6 13:13:58 raspberrypi rpisurv[397]: have a nice day ;)
Mar  6 13:13:59 raspberrypi rpisurv[397]: 2019/03/06 13:13:59 - l_default - ERROR - Free gpu mem is 0.0 bytes which is less than 80000000 bytes. Streams might fail to start. Consider assigning more memory to gpu in /boot/config.txt with the gpu_mem option
Mar  6 13:14:00 raspberrypi rpisurv[397]: 2019/03/06 13:14:00 - l_default - ERROR - Free gpu mem is 0.0 bytes which is less than 80000000 bytes. Streams might fail to start. Consider assigning more memory to gpu in /boot/config.txt with the gpu_mem option
Mar  6 13:14:01 raspberrypi rpisurv[397]: 2019/03/06 13:14:01 - l_default - ERROR - Free gpu mem is 96.0 bytes which is less than 80000000 bytes. Streams might fail to start. Consider assigning more memory to gpu in /boot/config.txt with the gpu_mem option
Mar  6 13:14:02 raspberrypi rpisurv[397]: 2019/03/06 13:14:02 - l_default - ERROR - Free gpu mem is 51380224.0 bytes which is less than 80000000 bytes. Streams might fail to start. Consider assigning more memory to gpu in /boot/config.txt with the gpu_mem option
Mar  6 13:14:03 raspberrypi rpisurv[397]: 2019/03/06 13:14:03 - l_default - ERROR - Free gpu mem is 32.0 bytes which is less than 80000000 bytes. Streams might fail to start. Consider assigning more memory to gpu in /boot/config.txt with the gpu_mem option
Mar  6 13:14:06 raspberrypi rpisurv[397]: 2019/03/06 13:14:06 - core.worker - INFO - Trying to restart screen1_cam_stream1 attempts:209
Mar  6 13:14:07 raspberrypi rpisurv[397]: 2019/03/06 13:14:07 - l_default - ERROR - Free gpu mem is 256.0 bytes which is less than 80000000 bytes. Streams might fail to start. Consider assigning more memory to gpu in /boot/config.txt with the gpu_mem option
Mar  6 13:14:08 raspberrypi rpisurv[397]: Vcodec id unknown: ae
Mar  6 13:14:08 raspberrypi rpisurv[397]: have a nice day ;)
Mar  6 13:14:08 raspberrypi rpisurv[397]: 2019/03/06 13:14:08 - l_default - ERROR - Free gpu mem is 51380224.0 bytes which is less than 80000000 bytes. Streams might fail to start. Consider assigning more memory to gpu in /boot/config.txt with the gpu_mem option
Mar  6 13:14:09 raspberrypi rpisurv[397]: 2019/03/06 13:14:09 - l_default - ERROR - Free gpu mem is 51380224.0 bytes which is less than 80000000 bytes. Streams might fail to start. Consider assigning more memory to gpu in /boot/config.txt with the gpu_mem option
Mar  6 13:14:11 raspberrypi rpisurv[397]: 2019/03/06 13:14:11 - l_default - ERROR - Free gpu mem is 288.0 bytes which is less than 80000000 bytes. Streams might fail to start. Consider assigning more memory to gpu in /boot/config.txt with the gpu_mem option
Mar  6 13:14:12 raspberrypi rpisurv[397]: 2019/03/06 13:14:12 - l_default - ERROR - Free gpu mem is 576.0 bytes which is less than 80000000 bytes. Streams might fail to start. Consider assigning more memory to gpu in /boot/config.txt with the gpu_mem option
Mar  6 13:14:13 raspberrypi rpisurv[397]: 2019/03/06 13:14:13 - l_default - ERROR - Free gpu mem is 0.0 bytes which is less than 80000000 bytes. Streams might fail to start. Consider assigning more memory to gpu in /boot/config.txt with the gpu_mem option
Mar  6 13:14:14 raspberrypi rpisurv[397]: 2019/03/06 13:14:14 - l_default - ERROR - Free gpu mem is 3072.0 bytes which is less than 80000000 bytes. Streams might fail to start. Consider assigning more memory to gpu in /boot/config.txt with the gpu_mem option
Mar  6 13:14:15 raspberrypi rpisurv[397]: 2019/03/06 13:14:15 - l_default - ERROR - Free gpu mem is 51380224.0 bytes which is less than 80000000 bytes. Streams might fail to start. Consider assigning more memory to gpu in /boot/config.txt with the gpu_mem option
Mar  6 13:14:16 raspberrypi rpisurv[397]: 2019/03/06 13:14:16 - l_default - ERROR - Free gpu mem is 4096.0 bytes which is less than 80000000 bytes. Streams might fail to start. Consider assigning more memory to gpu in /boot/config.txt with the gpu_mem option
Mar  6 13:14:16 raspberrypi rpisurv[397]: 2019/03/06 13:14:16 - core.worker - INFO - Trying to restart screen1_cam_stream1 attempts:210
Mar  6 13:14:17 raspberrypi rpisurv[397]: 2019/03/06 13:14:17 - l_default - ERROR - Free gpu mem is 256.0 bytes which is less than 80000000 bytes. Streams might fail to start. Consider assigning more memory to gpu in /boot/config.txt with the gpu_mem option
Mar  6 13:14:18 raspberrypi rpisurv[397]: 2019/03/06 13:14:18 - l_default - ERROR - Free gpu mem is 0.0 bytes which is less than 80000000 bytes. Streams might fail to start. Consider assigning more memory to gpu in /boot/config.txt with the gpu_mem option
Mar  6 13:14:18 raspberrypi rpisurv[397]: Vcodec id unknown: ae
Mar  6 13:14:18 raspberrypi rpisurv[397]: have a nice day ;)

/usr/local/bin/rpisurv/logs/main.log

2019/03/06 13:21:22 - l_default - ERROR - Free gpu mem is 640.0 bytes which is less than 80000000 bytes. Streams might fail to start. Consider assigning more memory to gpu in /boot/config.txt with the gpu_mem option
2019/03/06 13:21:23 - l_default - ERROR - Free gpu mem is 1024.0 bytes which is less than 80000000 bytes. Streams might fail to start. Consider assigning more memory to gpu in /boot/config.txt with the gpu_mem option
2019/03/06 13:21:24 - l_default - ERROR - Free gpu mem is 5120.0 bytes which is less than 80000000 bytes. Streams might fail to start. Consider assigning more memory to gpu in /boot/config.txt with the gpu_mem option
2019/03/06 13:21:25 - l_default - ERROR - Free gpu mem is 2048.0 bytes which is less than 80000000 bytes. Streams might fail to start. Consider assigning more memory to gpu in /boot/config.txt with the gpu_mem option
2019/03/06 13:21:26 - l_default - ERROR - Free gpu mem is 8192.0 bytes which is less than 80000000 bytes. Streams might fail to start. Consider assigning more memory to gpu in /boot/config.txt with the gpu_mem option
2019/03/06 13:21:28 - l_default - ERROR - Free gpu mem is 0.0 bytes which is less than 80000000 bytes. Streams might fail to start. Consider assigning more memory to gpu in /boot/config.txt with the gpu_mem option
2019/03/06 13:21:29 - l_default - ERROR - Free gpu mem is 288.0 bytes which is less than 80000000 bytes. Streams might fail to start. Consider assigning more memory to gpu in /boot/config.txt with the gpu_mem option
2019/03/06 13:21:30 - l_default - ERROR - Free gpu mem is 8192.0 bytes which is less than 80000000 bytes. Streams might fail to start. Consider assigning more memory to gpu in /boot/config.txt with the gpu_mem option
2019/03/06 13:21:34 - l_default - ERROR - Free gpu mem is 7168.0 bytes which is less than 80000000 bytes. Streams might fail to start. Consider assigning more memory to gpu in /boot/config.txt with the gpu_mem option
2019/03/06 13:21:35 - l_default - ERROR - Free gpu mem is 51380224.0 bytes which is less than 80000000 bytes. Streams might fail to start. Consider assigning more memory to gpu in /boot/config.txt with the gpu_mem option
2019/03/06 13:21:36 - l_default - ERROR - Free gpu mem is 51380224.0 bytes which is less than 80000000 bytes. Streams might fail to start. Consider assigning more memory to gpu in /boot/config.txt with the gpu_mem option
2019/03/06 13:21:37 - l_default - ERROR - Free gpu mem is 3072.0 bytes which is less than 80000000 bytes. Streams might fail to start. Consider assigning more memory to gpu in /boot/config.txt with the gpu_mem option
2019/03/06 13:21:38 - l_default - ERROR - Free gpu mem is 9216.0 bytes which is less than 80000000 bytes. Streams might fail to start. Consider assigning more memory to gpu in /boot/config.txt with the gpu_mem option
2019/03/06 13:21:39 - l_default - ERROR - Free gpu mem is 51380224.0 bytes which is less than 80000000 bytes. Streams might fail to start. Consider assigning more memory to gpu in /boot/config.txt with the gpu_mem option
2019/03/06 13:21:41 - l_default - ERROR - Free gpu mem is 992.0 bytes which is less than 80000000 bytes. Streams might fail to start. Consider assigning more memory to gpu in /boot/config.txt with the gpu_mem option
2019/03/06 13:21:42 - l_default - ERROR - Free gpu mem is 0.0 bytes which is less than 80000000 bytes. Streams might fail to start. Consider assigning more memory to gpu in /boot/config.txt with the gpu_mem option
2019/03/06 13:21:46 - l_default - ERROR - Free gpu mem is 3072.0 bytes which is less than 80000000 bytes. Streams might fail to start. Consider assigning more memory to gpu in /boot/config.txt with the gpu_mem option
2019/03/06 13:21:47 - l_default - ERROR - Free gpu mem is 6144.0 bytes which is less than 80000000 bytes. Streams might fail to start. Consider assigning more memory to gpu in /boot/config.txt with the gpu_mem option
2019/03/06 13:21:48 - l_default - ERROR - Free gpu mem is 0.0 bytes which is less than 80000000 bytes. Streams might fail to start. Consider assigning more memory to gpu in /boot/config.txt with the gpu_mem option
2019/03/06 13:21:49 - l_default - ERROR - Free gpu mem is 160.0 bytes which is less than 80000000 bytes. Streams might fail to start. Consider assigning more memory to gpu in /boot/config.txt with the gpu_mem option
2019/03/06 13:21:50 - l_default - ERROR - Free gpu mem is 864.0 bytes which is less than 80000000 bytes. Streams might fail to start. Consider assigning more memory to gpu in /boot/config.txt with the gpu_mem option
2019/03/06 13:21:51 - l_default - ERROR - Free gpu mem is 51380224.0 bytes which is less than 80000000 bytes. Streams might fail to start. Consider assigning more memory to gpu in /boot/config.txt with the gpu_mem option
2019/03/06 13:21:52 - l_default - ERROR - Free gpu mem is 7168.0 bytes which is less than 80000000 bytes. Streams might fail to start. Consider assigning more memory to gpu in /boot/config.txt with the gpu_mem option
2019/03/06 13:21:53 - l_default - ERROR - Free gpu mem is 64.0 bytes which is less than 80000000 bytes. Streams might fail to start. Consider assigning more memory to gpu in /boot/config.txt with the gpu_mem option
2019/03/06 13:21:58 - l_default - ERROR - Free gpu mem is 0.0 bytes which is less than 80000000 bytes. Streams might fail to start. Consider assigning more memory to gpu in /boot/config.txt with the gpu_mem option
2019/03/06 13:21:59 - l_default - ERROR - Free gpu mem is 8192.0 bytes which is less than 80000000 bytes. Streams might fail to start. Consider assigning more memory to gpu in /boot/config.txt with the gpu_mem option
2019/03/06 13:22:00 - l_default - ERROR - Free gpu mem is 928.0 bytes which is less than 80000000 bytes. Streams might fail to start. Consider assigning more memory to gpu in /boot/config.txt with the gpu_mem option
2019/03/06 13:22:01 - l_default - ERROR - Free gpu mem is 8192.0 bytes which is less than 80000000 bytes. Streams might fail to start. Consider assigning more memory to gpu in /boot/config.txt with the gpu_mem option
2019/03/06 13:22:02 - l_default - ERROR - Free gpu mem is 352.0 bytes which is less than 80000000 bytes. Streams might fail to start. Consider assigning more memory to gpu in /boot/config.txt with the gpu_mem option
2019/03/06 13:22:03 - l_default - ERROR - Free gpu mem is 2048.0 bytes which is less than 80000000 bytes. Streams might fail to start. Consider assigning more memory to gpu in /boot/config.txt with the gpu_mem option
2019/03/06 13:22:04 - l_default - ERROR - Free gpu mem is 576.0 bytes which is less than 80000000 bytes. Streams might fail to start. Consider assigning more memory to gpu in /boot/config.txt with the gpu_mem option
2019/03/06 13:22:05 - l_default - ERROR - Free gpu mem is 416.0 bytes which is less than 80000000 bytes. Streams might fail to start. Consider assigning more memory to gpu in /boot/config.txt with the gpu_mem option
2019/03/06 13:22:07 - l_default - ERROR - Free gpu mem is 4096.0 bytes which is less than 80000000 bytes. Streams might fail to start. Consider assigning more memory to gpu in /boot/config.txt with the gpu_mem option
2019/03/06 13:22:08 - l_default - ERROR - Free gpu mem is 51380224.0 bytes which is less than 80000000 bytes. Streams might fail to start. Consider assigning more memory to gpu in /boot/config.txt with the gpu_mem option
2019/03/06 13:22:09 - l_default - ERROR - Free gpu mem is 960.0 bytes which is less than 80000000 bytes. Streams might fail to start. Consider assigning more memory to gpu in /boot/config.txt with the gpu_mem option
2019/03/06 13:22:10 - l_default - ERROR - Free gpu mem is 0.0 bytes which is less than 80000000 bytes. Streams might fail to start. Consider assigning more memory to gpu in /boot/config.txt with the gpu_mem option
2019/03/06 13:22:11 - l_default - ERROR - Free gpu mem is 0.0 bytes which is less than 80000000 bytes. Streams might fail to start. Consider assigning more memory to gpu in /boot/config.txt with the gpu_mem option
2019/03/06 13:22:12 - l_default - ERROR - Free gpu mem is 1024.0 bytes which is less than 80000000 bytes. Streams might fail to start. Consider assigning more memory to gpu in /boot/config.txt with the gpu_mem option
2019/03/06 13:22:13 - l_default - ERROR - Free gpu mem is 993.0 bytes which is less than 80000000 bytes. Streams might fail to start. Consider assigning more memory to gpu in /boot/config.txt with the gpu_mem option
2019/03/06 13:22:14 - l_default - ERROR - Free gpu mem is 0.0 bytes which is less than 80000000 bytes. Streams might fail to start. Consider assigning more memory to gpu in /boot/config.txt with the gpu_mem option
2019/03/06 13:22:15 - l_default - ERROR - Free gpu mem is 224.0 bytes which is less than 80000000 bytes. Streams might fail to start. Consider assigning more memory to gpu in /boot/config.txt with the gpu_mem option
2019/03/06 13:22:16 - l_default - ERROR - Free gpu mem is 0.0 bytes which is less than 80000000 bytes. Streams might fail to start. Consider assigning more memory to gpu in /boot/config.txt with the gpu_mem option
2019/03/06 13:22:17 - l_default - ERROR - Free gpu mem is 576.0 bytes which is less than 80000000 bytes. Streams might fail to start. Consider assigning more memory to gpu in /boot/config.txt with the gpu_mem option
2019/03/06 13:22:18 - l_default - ERROR - Free gpu mem is 128.0 bytes which is less than 80000000 bytes. Streams might fail to start. Consider assigning more memory to gpu in /boot/config.txt with the gpu_mem option
2019/03/06 13:22:19 - l_default - ERROR - Free gpu mem is 960.0 bytes which is less than 80000000 bytes. Streams might fail to start. Consider assigning more memory to gpu in /boot/config.txt with the gpu_mem option
2019/03/06 13:22:20 - l_default - ERROR - Free gpu mem is 0.0 bytes which is less than 80000000 bytes. Streams might fail to start. Consider assigning more memory to gpu in /boot/config.txt with the gpu_mem option
2019/03/06 13:22:21 - l_default - ERROR - Free gpu mem is 0.0 bytes which is less than 80000000 bytes. Streams might fail to start. Consider assigning more memory to gpu in /boot/config.txt with the gpu_mem option
2019/03/06 13:22:22 - l_default - ERROR - Free gpu mem is 288.0 bytes which is less than 80000000 bytes. Streams might fail to start. Consider assigning more memory to gpu in /boot/config.txt with the gpu_mem option
2019/03/06 13:22:23 - l_default - ERROR - Free gpu mem is 0.0 bytes which is less than 80000000 bytes. Streams might fail to start. Consider assigning more memory to gpu in /boot/config.txt with the gpu_mem option
2019/03/06 13:22:28 - l_default - ERROR - Free gpu mem is 929.0 bytes which is less than 80000000 bytes. Streams might fail to start. Consider assigning more memory to gpu in /boot/config.txt with the gpu_mem option
2019/03/06 13:22:29 - l_default - ERROR - Free gpu mem is 0.0 bytes which is less than 80000000 bytes. Streams might fail to start. Consider assigning more memory to gpu in /boot/config.txt with the gpu_mem option
2019/03/06 13:22:30 - l_default - ERROR - Free gpu mem is 3072.0 bytes which is less than 80000000 bytes. Streams might fail to start. Consider assigning more memory to gpu in /boot/config.txt with the gpu_mem option
2019/03/06 13:22:31 - l_default - ERROR - Free gpu mem is 288.0 bytes which is less than 80000000 bytes. Streams might fail to start. Consider assigning more memory to gpu in /boot/config.txt with the gpu_mem option
2019/03/06 13:22:32 - l_default - ERROR - Free gpu mem is 640.0 bytes which is less than 80000000 bytes. Streams might fail to start. Consider assigning more memory to gpu in /boot/config.txt with the gpu_mem option

and /boot/config.txt

# For more options and information see
# http://rpf.io/configtxt
# Some settings may impact device functionality. See link above for details

# uncomment if you get no picture on HDMI for a default "safe" mode
#hdmi_safe=1

# uncomment this if your display has a black border of unused pixels visible
# and your display can output without overscan
#disable_overscan=1

# uncomment the following to adjust overscan. Use positive numbers if console
# goes off screen, and negative if there is too much border
overscan_left=16
overscan_right=16
overscan_top=16
overscan_bottom=16

# uncomment to force a console size. By default it will be display's size minus
# overscan.
#framebuffer_width=1280
#framebuffer_height=720

# uncomment if hdmi display is not detected and composite is being output
#hdmi_force_hotplug=1

# uncomment to force a specific HDMI mode (this will force VGA)
#hdmi_group=1
#hdmi_mode=1

# uncomment to force a HDMI mode rather than DVI. This can make audio work in
# DMT (computer monitor) modes
#hdmi_drive=2

# uncomment to increase signal to HDMI, if you have interference, blanking, or
# no display
#config_hdmi_boost=4

# uncomment for composite PAL
#sdtv_mode=2

#uncomment to overclock the arm. 700 MHz is the default.
#arm_freq=800

# Uncomment some or all of these to enable the optional hardware interfaces
#dtparam=i2c_arm=on
#dtparam=i2s=on
#dtparam=spi=on

# Uncomment this to enable the lirc-rpi module
#dtoverlay=lirc-rpi

# Additional overlays and parameters are documented /boot/overlays/README

# Enable audio (loads snd_bcm2835)
dtparam=audio=on

# Enable audio (loads snd_bcm2835)
dtparam=audio=on

gpu_mem_1024

I've tried the following _gpumem configs

gpu_mem_1024
gpu_mem=1024
gpu_mem_512
gpu_mem=512

And the log still asks for more GPU memory. I hope I formatted this in a manner that is readable and understandable

... What am i doing wrong?

SvenVD commented 5 years ago

Hi, the correct place to ask for support is https://community.rpisurv.net

As for you error, omxplayer can not handle the streams you give it to him

Vcodec id unknown: ae

I suggest you try other channels on your cameras or change the streaming codec on your cameras

nothavelizard commented 5 years ago

It was the codec, Thanks Sven! sorry that I posted this here instead of the community forum! My bad!

SvenVD commented 5 years ago

No problem, glad you have it resolved