Skip to content

Commit

Permalink
Add obs-studio for screencasting to YT and recording.
Browse files Browse the repository at this point in the history
  • Loading branch information
vvasuki committed Apr 15, 2018
1 parent 9988630 commit 1b50d75
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
4 changes: 4 additions & 0 deletions lilo
Original file line number Diff line number Diff line change
Expand Up @@ -2463,6 +2463,7 @@ install_video_apps(){
echo " 7) $(menu_item "popcorntime-ce") $AUR"
echo " 8) $(menu_item "vlc")"
echo " 9) $(menu_item "kodi")"
echo "10) $(menu_item "obs-studio")"
echo ""
echo " b) BACK"
echo ""
Expand Down Expand Up @@ -2499,6 +2500,9 @@ install_video_apps(){
package_install "kodi"
add_user_to_group ${username} kodi
;;
10)
package_install "obs-studio-git"
;;
"b")
break
;;
Expand Down
1 change: 1 addition & 0 deletions lilo.automode
Original file line number Diff line number Diff line change
Expand Up @@ -326,6 +326,7 @@
# 7) Popcorn Time
# 8) VLC
# 9) Kodi
#10) obs-studio
VIDEO_PLAYER_OPTIONS="8"
#}}}
#EDITORS|TOOLS {{{
Expand Down

0 comments on commit 1b50d75

Please sign in to comment.