video streaming server with trendnet webcam
> connect via rstp to the camera and make the stream available to a webbrowser

steps to install:
(1)
debian 9:
install ffmpeg: apt-get install ffmpeg

(2)
stream configuration:
/etc/ffserver.conf

<Feed vogel.ffm>
File /tmp/vogel.ffm
FileMaxSize 5M
Launch ffmpeg -i "rtsp://<ip>/channel=1&stream=1.sdp?real_stream"
#Launch ffmpeg -i "rtsp://<ip>/channel=1&stream=1.sdp?sub_stream"
</Feed>

<Stream vogel.mjpg>
Feed vogel.ffm
Format mpjpeg
VideoBitRate 10000
VideoFrameRate 15
#VideoSize 800x450 // Auflösung des konvertierten Streams
#VideoSize 320x320
#VideoSize hd1080
VideoSize hd720
#VideoSize 160x128
VideoIntraOnly
NoAudio
Strict -1
NoDefaults
</Stream>

(3)
start server:
/usr/bin/ffserver

(4)
access stream: http://85.214.97.152:8090/vogel.mjpg

---------
links:

tinyurl
https://tinyurl.com/Vogelzeit
http://85.214.97.152:8090/vogel.mjpg
https://www.loxwiki.eu/display/LOX/beliebige+Kamera+mittels+FFmpeg+einbinden

computer2know :: thank you for your visit :: have a nice day :: © 2024