viewer画面でタイマーとタイトル、プログレスバーを分離する
URLパラメータ only-timer-display
hidden-timer-time
hidden-timer-title
hidden-timer-currenttime
hidden-timer-progress
を用いてviewer画面のタイマーとタイトル、現在時刻、プログレスバーを分離できます。

OBS Studioなどのライブ配信ツールを用いてタイマーの要素を個別に画面構成する際に特に効果的です。
時間/タイトル/プログレスバーのいづれかのみを表示する
デフォルトでviewer画面のviewer画面のボタンを非表示にします。
個別の非表示の設定よりも優先されます。
1. 時間のみ表示する
例 https://timer-share.com/timer_sections/UUID?only-timer-display=time
2. タイトルのみ表示する
例 https://timer-share.com/timer_sections/UUID?only-timer-display=title
3. 現在時刻のみ表示する
例 https://timer-share.com/timer_sections/UUID?only-timer-display=currenttime
4. プログレスバーのみ表示する
例 https://timer-share.com/timer_sections/UUID?only-timer-display=progress
時間/タイトル/プログレスバーを非表示にする
1. 時間を非表示にする
例 https://timer-share.com/timer_sections/UUID?hidden-timer-time=true
2. タイトルを非表示にする
例 https://timer-share.com/timer_sections/UUID?hidden-timer-title=true
3. 現在時刻を非表示にする
例 https://timer-share.com/timer_sections/UUID?hidden-timer-currenttime=true
4. プログレスバーを非表示にする
例 https://timer-share.com/timer_sections/UUID?hidden-timer-progress=true
最終更新
役に立ちましたか?