Skip to content

Commit c61aea9

Browse files
committed
hope for the best...
1 parent 6dd9691 commit c61aea9

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

configuration_setup_utility/generic_run_rb.bat

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,12 +11,12 @@
1111
@call java -version > NUL 2>&1 || GOTO INSTALL_JAVA
1212

1313
@rem success path
14-
@java -splash:audio.jpg -jar jruby-complete-1.7.12.jar --1.9 -I. %*
14+
@java -splash:audio.jpg -jar jruby-complete-9.2.13.0.jar -I. %*
1515

1616
@GOTO DONE
1717

1818
:INSTALL_JAVA
1919
msg "%username%" you need to install java first please install it from java.com then run again
2020
start http://java.com
2121

22-
:DONE
22+
:DONE

configuration_setup_utility/stream_desktop_p2p.rb

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
" or more exotic options FFmpeg accepts, like udp://236.0.0.1:2000?pkt_size=500:fake_ui_name4"
99
" You can receive the stream via some player, ex:"
1010
" mplayer #{mplayer_options} ffmpeg://udp://236.0.0.1:2000?fifo_size=1000000&buffer_size=1000000:fake_ui_name3"
11+
" it will stream screen-capture-recorder to that address"
1112
[udp://localhost:2000:stream_url,width=600, height=20px]
1213
[ ]
1314
"status:status_text,width=100chars"
@@ -116,4 +117,4 @@ def stop_ffmpeg
116117
puts "stopping running ffmpeg"
117118
# already running, send it a quit command, let it clean itself up [should I pause here?]
118119
@current_process.puts 'q' rescue nil
119-
end
120+
end

0 commit comments

Comments
 (0)