datarhei / restreamer

The Restreamer is a complete streaming server solution for self-hosting. It has a visually appealing user interface and no ongoing license costs. Upload your live stream to YouTube, Twitch, Facebook, Vimeo, or other streaming solutions like Wowza. Receive video data from OBS and publish it with the RTMP and SRT server.
https://docs.datarhei.com/restreamer/
Apache License 2.0
3.79k stars 438 forks source link

Raspicam rotate video #14

Closed rychmar closed 6 years ago

rychmar commented 8 years ago

Raspberry Pi 2 How do rotate an image from the camera ? -e "RS_RASPICAM_ROTATE=180" does not work!

My command line: docker run -d --name restreamer --restart always -e "RESTREAMER_USERNAME=xxx" -e "RESTREAMER_PASSWORD=xxx" -e "MODE=RASPICAM" -e "RS_RASPICAM_WIDTH=1280" -e "RS_RASPICAM_HEIGHT=720" -e "RS_RASPICAM_FPS=25" -e "RS_RASPICAM_BITRATE=1500000" -e "RS_RASPICAM_ROT=180" -p 8080:8080 -v /mnt/restreamer/db:/restreamer/db -v /opt/vc:/opt/vc --privileged datarhei/restreamer-armv7l:latest

Greetings from Poland

mim-Armand commented 7 years ago

Hey rychmar, Where did you get the "RS_RASPICAM_ROT" from? it doesn't exist in the source code as I see..

,m