Differences
This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision Next revision | Previous revision | ||
| operation:cube [2016/05/12 17:45] – [Tracker] atze | operation:cube [2026/07/26 22:17] (current) – external edit 127.0.0.1 | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| - | = Encoder Cube Operation | + | # Encoder Cube Operation |
| This page describes the operation of the our encoder cubes [[hardware: | This page describes the operation of the our encoder cubes [[hardware: | ||
| - | == Scripte auf den cubes | + | < |
| + | |||
| + | ## Scripts on the cubes | ||
| The SDI-Script handles the grabbing from the SDI cards and feeds the data to the DV-Switch chain. | The SDI-Script handles the grabbing from the SDI cards and feeds the data to the DV-Switch chain. | ||
| This is also true if the HD chain is used with an external video mixer. | This is also true if the HD chain is used with an external video mixer. | ||
| The SDI scrip is configures "/ | The SDI scrip is configures "/ | ||
| - | === Streaming | + | ### Streaming |
| - | ==== DV Switch | + | #### DV Switch |
| - | ===== Stop streaming / opt out (recording goes on) | + | ##### Stop streaming / opt out (recording goes on) |
| put a nice picture at / | put a nice picture at / | ||
| sudo sdi-script stop saalN-sd-dvswitch | sudo sdi-script stop saalN-sd-dvswitch | ||
| sudo sdi-script start saalN-sd-dvswitch-nostream | sudo sdi-script start saalN-sd-dvswitch-nostream | ||
| - | ===== start stream again | + | ##### start stream again |
| sudo sdi-script stop saalN-sd-dvswitch-nostream | sudo sdi-script stop saalN-sd-dvswitch-nostream | ||
| sudo sdi-script start saalN-sd-dvswitch | sudo sdi-script start saalN-sd-dvswitch | ||
| - | ==== HD Chain | + | #### HD Chain |
| - | Note: The screen session has the same name as the script | + | < |
| - | + | ##### streams starten | |
| - | ===== streams starten | + | |
| sudo sdi-script start slides-ffmpeg | sudo sdi-script start slides-ffmpeg | ||
| sudo sdi-script start hd-ffmpeg | sudo sdi-script start hd-ffmpeg | ||
| - | ==== lokal testing | + | #### lokal testing |
| | | ||
| - | ==== remote urls | + | #### remote urls |
| | | ||
| | | ||
| - | === Recording | + | ### Recording |
| - | ===== DV Switch | + | ##### DV Switch |
| - | ====== | + | ###### |
| sudo sv stop dvsink | sudo sv stop dvsink | ||
| | | ||
| - | ====== | + | ###### |
| sudo sv start dvsink | sudo sv start dvsink | ||
| - | ====== | + | ###### |
| echo "sudo sv start dvsink" | echo "sudo sv start dvsink" | ||
| - | ==== HD Chain | + | #### HD Chain |
| Note: The screen session has the same name as the script | Note: The screen session has the same name as the script | ||
| - | ===== 1080p - Stereo start/stop | + | ##### 1080p - Stereo start/stop |
| sudo sdi-script start recording-hd-ts-stereo | sudo sdi-script start recording-hd-ts-stereo | ||
| - | === Grabber | + | ### Grabber |
| - | ===== Start / stop grabber source | + | ##### Start / stop grabber source |
| sudo sv start / stop / restart grabbersource | sudo sv start / stop / restart grabbersource | ||
| - | === Tracker | + | ### Tracker |
| - | ==== start / stop tracker-scripts | + | #### start tracker-scripts |
| sudo / | sudo / | ||
| or for the TS chain: | or for the TS chain: | ||
| sudo / | sudo / | ||
| - | ==== Tracker-screen | + | #### start encoder-scripts |
| + | sudo / | ||
| + | #### Tracker-screen | ||
| sudo screen -x tracker-scripts | sudo screen -x tracker-scripts | ||
| - | | + | In the screen, you could use ctrl-a, type ': |
| - | === Releasing | + | |
| + | #### Restore FUSE mounts, e.g. after reboot | ||
| + | sudo / | ||
| + | |||
| + | Note: this script currently assumes that the mountpoints' | ||
| + | ### Releasing | ||
| This usually is not done on the cube, make sure you know what you are doing | This usually is not done on the cube, make sure you know what you are doing | ||