Skip to content

Commit

Permalink
Add gst1-bcm env vars to explora setup script
Browse files Browse the repository at this point in the history
  • Loading branch information
krp97 authored and pwielders committed Mar 4, 2022
1 parent a02c1d6 commit 3e18474
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions board/explora/wpeframework.sh
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,10 @@ export NF_GST_AUDIO_PCM_TRANSPORT_UNIT_OVERRIDE=5
export NF_GST_AUDIO_PCM_LATENCY_OVERRIDE=170
export NF_SW_PLAYBACK_QUEUE_SIZE_OVERRIDE=32
export GST_DEBUG=1
export GST_VIDEO_WINDOW_BOX_MODE='y'
export GST_VIRTUAL_DISP_WIDTH=1280
export GST_VIRTUAL_DISP_HEIGHT=720
export GST_ENABLE_SVP='y'

#FIXME: Temporary solution for TCP receive buffer size
sysctl net.core.rmem_max=262144
Expand Down

0 comments on commit 3e18474

Please sign in to comment.