Replies: 4 comments 1 reply
-
You can't do this with motion itself. VLC does have a mosaic module. I've toyed with it briefly and could set up multiple MJPEG streams into one view. You can change the output methods, pretty sure you can set it for a stream. My main goal was chromecast output which I've had limited success with so far. |
Beta Was this translation helpful? Give feedback.
-
Thanks alot for the cue... |
Beta Was this translation helpful? Give feedback.
-
Its a bit convoluted , but I got this to work To prevent image degradations and delay (to many recompressions) I'm taking the stream from the cameras themself The beauty of this , is that cameras qty and size it is only limited by CPU power I'm probably making many thing wrong (specialty in the ffmpeg re-encoding/streaming), but this works for me Info: Smash together Final FFMPEG command (all on one line) ffmpeg |
Beta Was this translation helpful? Give feedback.
-
I'm not a pro in any of these things If anybody know how to remove LiveGo from the loop this would remove some complexity too But I had many issue with FFMPEG First I had : " Thread message queue blocking; consider raising the thread_queue_size option (current value: 8) " After I got many of these "RTP: PT=60: bad cseq 45fc expected=37ddr -" "[libx264 @ 0x5594ff9e4080] VBV underflow (frame 364001, -20992 bits)=1997.7kbits/s speed= 1x" "-an" option remove audio, so it remove audio related errors This is my last ffmpeg recipee (all on one line) (Ymmv) ffmpeg This one still crashed FFMPEG after 12h :( Also, this use ~25% of my i7-6700 ,,, 24-7,,, (200% for 8cores .. in top) |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
As I understand, Motion outputs MJPEG streams
Is there a way to 4 streams together to form only one stream ?
So we can see all 4 images in a single stream
With motion , or something else ?
Beta Was this translation helpful? Give feedback.
All reactions