Skip to content

Commit

Permalink
add ffmpegServer support
Browse files Browse the repository at this point in the history
  • Loading branch information
ggayDiamond committed Mar 7, 2025
1 parent 19f0a1b commit 5382fc3
Show file tree
Hide file tree
Showing 4 changed files with 19 additions and 1 deletion.
3 changes: 3 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,9 @@ RUN calc/install.sh R3-7-5
COPY ibek-support/ADCore/ ADCore/
RUN ADCore/install.sh R3-12-1

COPY ibek-support/ffmpegServer/ ffmpegServer/
RUN ffmpegServer/install.sh R3-2

COPY ibek-support/ADSimDetector/ ADSimDetector/
RUN ADSimDetector/install.sh R2-10

Expand Down
1 change: 1 addition & 0 deletions opi/phoebus-launch.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
#!/bin/bash

#Comment out this variable if you want to use your local phoebus
use_container=1

# A launcher for the phoebus to view the generated OPIs
Expand Down
14 changes: 14 additions & 0 deletions services/bl01t-ea-ioc-02/config/ioc.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,9 @@ entities:
dbpf BL01T-EA-TST-02:ROI:EnableCallbacks 1
dbpf BL01T-EA-TST-02:PVA:EnableCallbacks 1
dbpf BL01T-EA-TST-02:OVER:EnableCallbacks 1
dbpf BL01T-EA-TST-02:MJPG:EnableCallbacks 1
dbpf BL01T-EA-TST-02:DET:Acquire 1
dbpf BL01T-EA-TST-02:OVER:1:Shape Cross
- type: ADCore.NDROI
PORT: DET.ROI
Expand Down Expand Up @@ -93,3 +95,15 @@ entities:
TYPE: Int8
NELEMENTS: 1048576
FTVL: UCHAR

- type: ffmpegServer.ffmpegStream
PORT: DET.MJPG
P: BL01T-EA-TST-02
R: ":MJPG:"
NDARRAY_PORT: DET.PROC

- type: ffmpegServer.ffmpegFile
PORT: DET.MPEG
P: BL01T-EA-TST-02
R: ":MPEG:"
NDARRAY_PORT: DET.PROC

0 comments on commit 5382fc3

Please # to comment.