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
f17defd4
Commit
f17defd4
authored
Aug 30, 2017
by
Carlos Remuzzi
Browse files
corrigiendo nombre device pulseaudio
parent
edc769ed
Changes
1
Hide whitespace changes
Inline
Side-by-side
librecast
View file @
f17defd4
...
...
@@ -32,10 +32,10 @@ if [ -z `pidof gst-launch-1.0` ];then
pacmd unload-module module-null-sink
pacmd load-module module-null-sink
sink_name
=
libreCast
pacmd update-sink-proplist
Pantalla
device.description
=
libreCast
pacmd update-sink-proplist
libreCast
device.description
=
libreCast
gst-launch-1.0 ximagesrc use-damage
=
false
!
videoconvert
!
videoscale
!
video/x-raw,format
=
I420,width
=
$SCREEN_WIDTH
,height
=
$SCREEN_HEIGHT
,framerate
=
24/1,bitrate
=
6000
!
jpegenc
quality
=
80
!
rtpjpegpay
!
udpsink
host
=
192.168.12.1
port
=
1234
sync
=
false
&
gst-launch-1.0
-v
pulsesrc
device
=
"
Pantalla
.monitor"
!
"audio/x-raw,rate=11500,channels=2,depth=16"
!
udpsink
host
=
192.168.12.1
port
=
5678
sync
=
false
&
gst-launch-1.0
-v
pulsesrc
device
=
"
libreCast
.monitor"
!
"audio/x-raw,rate=11500,channels=2,depth=16"
!
udpsink
host
=
192.168.12.1
port
=
5678
sync
=
false
&
exit
0
else
# the player is already running or the player is not reachable
...
...
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