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


Owncast

Nice Webfrontend for a Streamingserver. Almost as good as nginx, but much more userfriedly

In a docker container its up and running in a minute:

# cd ~/owncast/
docker pull gabekangas/owncast:latest
docker run -v `pwd`/data:/app/data -p 8080:8080 -p 1935:1935 -it gabekangas/owncast:latest

cvlc Webcam to Stream

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.1657427760.txt.gz · Last modified: 2022/07/10 06:36 by tkilla