Spyke

Posts

software_alternatives_linux·Software alternatives for Linuxbygodfree2

simpleScreenRecorder, capture, stream, low on resources unlike OBS

simpleScreenRecorder

Linux users can use SimpleScreenRecorder, specify a 1280or1024x720 area of desktop to record, place your webcam output (gucview, vlc) in that frame along with other elements, select output profile YT stream, rtmp is then the output, enter in stream url. pick video (vp8 vp9, h264, h265) & audio (vorbis, mp3, aac) . start preview to check if everything is working, when ready hit RECORD. SSR will all pre encode that area of the screen and send it to the stream URL, there it gets rebroadcast to viewers

https://www.maartenbaert.be/simplescreenrecorder/Open linkView original on lemmy.ca
software_alternatives_linux·Software alternatives for Linuxbygodfree2

Tip: stream your webcam to your LAN low bandwidth

you wont find this in VLC manuals or docs

stream very low BW, stable cvlc v4l2:///dev/video0 :sout="#transcode{vcodec=theo,vb=600,fps=6,scale=0.5,acodec=none,scodec=none}:duplicate{dst=http{mux=ogg,dst=:8080/},dst=display}all:keep"

cvlc v4l2:///dev/video0 --sout="#transcode{vcodec=theo,vb=2000,fps=15,acodec=none,scodec=none}:duplicate{dst=http{mux=ogg,dst=:8080/},dst=display}all:keep" 14fps=50KBs, 6fps=23KBs, 4fps does not work must be 6 or above

on receiving end use a browser or vlc or smplayer http://192.168.x.x:8080 find the source's IP# replace x.x above

View original on lemmy.ca

You reached the end