Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
agetic
librecast
Commits
ca54771f
Commit
ca54771f
authored
Aug 30, 2017
by
Carlos Remuzzi
Browse files
parametrizando el nombre de AP
parent
1b459bbb
Changes
1
Hide whitespace changes
Inline
Side-by-side
librecast
View file @
ca54771f
#!/usr/bin/env bash
AP_NAME
=
libreCast-s1
SCREEN_WIDTH
=
1920
SCREEN_HEIGHT
=
1080
AP_NAME
=
libreCast-s1
if
[
$#
-eq
1
]
;
then
AP_NAME
=
$1
fi
echo
"connectando a
$AP_NAME
"
if
[
-z
`
pidof gst-launch-1.0
`
]
;
then
...
...
@@ -13,7 +20,9 @@ if [ -z `pidof gst-launch-1.0` ];then
if
[
$?
-eq
1
]
;
then
exit
1
fi
else
echo
"El sistema no cuenta con nmcli"
echo
"Es necesario configurar la conexión a
$AP_NAME
manualmente"
fi
# a transmission is not running yet from this machine
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment