Thanks for the info!
but when i run the code , i get a couple of second the cam on my monitor and the a stops with a error ( see screenshot)
Raspberry Pi Cam module Streaming RTSP h264 video to ZM
Re: Raspberry Pi Cam module Streaming RTSP h264 video to ZM
- Attachments
-
- error01.jpg (99.84 KiB) Viewed 5313 times
Re: Raspberry Pi Cam module Streaming RTSP h264 video to ZM
Hi jteeuw
Sorry now i know what was wrong in my Tutorial. Pleas forget my last post.
Instead of starting:
it schould be
Once ffserver is running you should be able to start
I corrected also the Tutorial at the beginning.
Greetings Markus
Sorry now i know what was wrong in my Tutorial. Pleas forget my last post.
Instead of starting:
Code: Select all
ffstream &
Code: Select all
sudo ffserver &
Code: Select all
raspivid -b 5000000 -ex night -mm average -op 150 -t 999999999 -w 640 -h 360 -fps 5 -o - |ffmpeg -v verbose -i - -flags +global_header -vcodec copy -r 5 -an http://0.0.0.0:8554/feed1.ffm
Greetings Markus
Re: Raspberry Pi Cam module Streaming RTSP h264 video to ZM
hi Markus,
Thanks you for the info , but when i run I get the following error :
Thanks you for the info , but when i run
Code: Select all
sudo ffserver &
- Attachments
-
- error2.jpg (64.52 KiB) Viewed 5306 times
Re: Raspberry Pi Cam module Streaming RTSP h264 video to ZM
jteeuw wrote:hi Markus,
Thanks you for the info , but when i runI get the following error :Code: Select all
sudo ffserver &
Found it , i run the following code to correct it :
Code: Select all
sudo mkdir tmp2
Re: Raspberry Pi Cam module Streaming RTSP h264 video to ZM
Hi jteeuw
Glad to hear that i could help you and that you got it running!
Greetings Markus
Glad to hear that i could help you and that you got it running!
Greetings Markus
Re: Raspberry Pi Cam module Streaming RTSP h264 video to ZM
Hi Markus,
The stream is visible in VLC but in zoneminder i get the following errors:
The stream is visible in VLC but in zoneminder i get the following errors:
- Attachments
-
- error4.gif (132.09 KiB) Viewed 5297 times
-
- error3.jpg (253.73 KiB) Viewed 5297 times
Re: Raspberry Pi Cam module Streaming RTSP h264 video to ZM
Hi jteeuw
Sorry i don't have so deep knowledge about zoneminder.
Have you compiled ZM by yourself ore used a prebuild version?
Do you use a 64bit Linux version? I have not used it for ZM,
so maybe when compiling you need different settings.
Greetings Markus
Sorry i don't have so deep knowledge about zoneminder.
Have you compiled ZM by yourself ore used a prebuild version?
Do you use a 64bit Linux version? I have not used it for ZM,
so maybe when compiling you need different settings.
Greetings Markus