Skip to content

Commit

Permalink
hope for the best...
Browse files Browse the repository at this point in the history
  • Loading branch information
rdp committed Oct 16, 2020
1 parent 6dd9691 commit c61aea9
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
4 changes: 2 additions & 2 deletions configuration_setup_utility/generic_run_rb.bat
Expand Up @@ -11,12 +11,12 @@
@call java -version > NUL 2>&1 || GOTO INSTALL_JAVA

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

@GOTO DONE

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

:DONE
:DONE
Binary file not shown.
3 changes: 2 additions & 1 deletion configuration_setup_utility/stream_desktop_p2p.rb
Expand Up @@ -8,6 +8,7 @@
" or more exotic options FFmpeg accepts, like udp://236.0.0.1:2000?pkt_size=500:fake_ui_name4"
" You can receive the stream via some player, ex:"
" mplayer #{mplayer_options} ffmpeg://udp://236.0.0.1:2000?fifo_size=1000000&buffer_size=1000000:fake_ui_name3"
" it will stream screen-capture-recorder to that address"
[udp://localhost:2000:stream_url,width=600, height=20px]
[ ]
"status:status_text,width=100chars"
Expand Down Expand Up @@ -116,4 +117,4 @@ def stop_ffmpeg
puts "stopping running ffmpeg"
# already running, send it a quit command, let it clean itself up [should I pause here?]
@current_process.puts 'q' rescue nil
end
end

0 comments on commit c61aea9

Please sign in to comment.