User Tools

Site Tools


Sidebar






newpage

linux:streamingserver

This is an old revision of the document!


Streaming -Server und Cam -Software

Icecast

for Audio / Radio Streaming (and Video OGG Streaming (deprecated))


Nginx

for RTMP / HLS Videostreaming


cvlc

Can present a Stream for other to fetch via http. It uses raspivid and all its nice options

raspivid -drc high -o - -n -t 0 -w 1280 -h 720 -fps 25 | cvlc -vvv stream:///dev/stdin --sout '#standard{access=http,mux=ts,dst=:8099}' :demux=h264 :h264-fps=30

https://www.instructables.com/Webcam-Over-WiFi-for-OBS/

Breaks every 4-5 Minutes for 10-20 Seconds :-(


Droidcam Android App mit OBS Plugins

very easy App. Plug and Play without network hassle. Works well and stable.

linux/streamingserver.1657427581.txt.gz · Last modified: 2022/07/10 06:33 by tkilla