-
Notifications
You must be signed in to change notification settings - Fork 902
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Feature request: Video with audio #105
Comments
I see the audio support is in the roadmap, among other cool features. I hope you find the time to implement all this. Thanks |
Audio support will at least be coming in its "live" form (i.e. no recording support). Live audio could be implementing without touching motion's source code and will take advantage of the HTML5 web apis. |
Any updates with this? When should we expect this? |
Not any time soon as I'm caught with other stuff these days. Sorry. |
Hello, don't meant to be a pest but I was wondering if there was any updates on this? Quite frankly, I couldn't care less about audio during recording - just live streams mainly. Is this possible? I'm prototyping a baby monitor, and so far after trying Raspbian with VLC, FFMPEG, etc - this is my favorite ... except for that one little (or big) feature that I need. Thank you! |
Having audio play over the stream would be awesome. This could be a fantastic baby cam if that feature was added. If there's a branch or any work being done, or if somebody can point me in the right direction to add audio support I'll take a crack at it. |
There's no audio support at all and it is very unlikely this could ever happen, given that it has to be implemented in motion first. |
I've been searching everywhere for a system like motioneyeos, but that supports audio streaming - I'm at my wit's end! How difficult would it be for me to try to add audio support to motioneyeos myself? Does anyone know of other libraries like motion but that include audio support? |
It might be the project of your life, but you could try implementing it. You'll need to:
|
This os is amazing, but audio is a requirement. I'll keep an eye on this thread.. |
Could you not just do something like |
@ccrisan Is it not as simple as
This will not create a combined video/audio stream, but it will provide both video and audio streams and the ability to play them at the same time. |
That would capture audio in (almost) real time, which could be useful for some, but most will complain about not having it embedded in the recorded movies. |
I think audio can be added in live stream or recorded movie by using motion extpipe to ffmpeg. From ffmpeg command, you can easily stream the rtsp output to anywhere you like. |
I haven't got time to try this out yet, but here's what I would do based on my experience from my own baby monitor project from 3 years ago.
|
@jasaw have u tried it yet ? |
@LTechik Sorry no, I haven't got any time to try this. I already have my home made baby camera from 3 years ago, so this is really low priority for me. I wonder whether MotionEye(OS) really the right place to start if you want a baby monitor. Motion(Eye(OS)) really is geared towards surveillance, which is quite different from a baby monitor. I did a thorough comparison 3 years ago, and concluded that motion software is not the best choice for a baby monitor. I ended up with raspivid + ffmpeg + nginx + crtmpserver. What it lacked was a nice web interface. Edit: The baby monitor bit was in response to someone mentioning baby monitor in earlier post. |
I got you, does ur baby monitor works with logitech cams with build in mic ? |
3 Years & a half since this has feature quest and it's still not added :( Damm I really wanted audio for my camera. |
There's audio support in Fast Network Camera mode with RTSP stream. See #1764 To record videos with audio, you'll have to rely on motion's extpipe option and use ffmpeg to add in the audio channel, as I have mentioned in my earlier post. Alternatively, you could create a feature request in motion project and hope for the best. 3rd alternative is to implement audio encoding support in motion and do a pull-request to get it merged upstream. |
Definately would like to see audio in motioneyesos....didnt realise motion didnt have it bummer. I really need it so i can catch who is making all the noise at my apartment block not just see them |
@rapattack55 Motion developers are reluctant to support audio recording because of privacy laws in certain countries. Maybe motion developers will change their mind when there's enough people requesting for audio feature? |
Not sure i responded to this....anyway yes seems so. I would like to request it. There are sections of the law it can be used. But depends where you are as well. I am in australia. So theres many police forces or agents that wont look at security footage at all but some will in some cases. I dont think it can be used in evidence in court but the other day i caught someone in the backyard common area stealing some ornaments in the garden. I reported this to a section call 'police assistance'. A phone line thing. Anyway they were straight away saying they want to see the footage. In other cases to do with housing(government) it always depends on the staff member as to wether they will look at an anti social neighbour doing something wrong on footage i ask them to view. One particular manager was on it and viewed in his office while i was there. It didnt go to eviction of that tenant at that time but it put doubt in their minds that this tenant was all he said he was. Then theres 000 emergency police. They almost never view footage from a security camera. In all cases none care about audio. It never comes up.
On Monday, 20 January 2020, 1:43:08 pm AEDT, jasaw <notifications@github.com> wrote:
@rapattack55 Motion developers are reluctant to support audio recording because of privacy laws in certain countries. Maybe motion developers will change their mind when there's enough people requesting for audio feature?
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub, or unsubscribe.
|
3 years have passed, and they did not add audio recording :( |
More than likely, audio streams vary too much from camera to camera, and
require a lot more programming than what was worth CCrisan's time and
effort. I'm quite happy that this project is working as well as it is, and
across such a wide spectrum of cameras, and SBC hardware, personally. I
wish I could afford to buy more SBCs and cameras, so I could better help
support end-users. I hope that the people I've supported let CCrisan know
that his project is well worth it.
…On Wed, Feb 12, 2020 at 6:42 AM Sergey Zhuravel ***@***.***> wrote:
3 years have passed, and they did not add audio recording :(
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#105>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AEZTUHNYFCT3CZOEQZNCK6TRCPOA3ANCNFSM4BX4Q7JQ>
.
--
Thanks
Kevin Shumaker
Personal Tech Support <https://kevinshumaker.wixsite.com/thethirdlevel>
N38° 19' 56.52"
W85° 45' 8.56"
Semper Gumby
“Don't tell people how to do things. Tell them what to do and let them
surprise you with their results.” - G.S. Patton, Gen. USA
Ethics are what we do when no one else is looking.
Quis custodiet ipsos custodes?
“There is no end to the good you can do if you don’t care who
gets the credit.” - C Powell
You know we're sitting on four million pounds of fuel, one nuclear weapon
and a thing that has 270,000 moving parts built by the lowest bidder. Makes
you feel good, doesn't it?
|
I just installed motioneye... My search for why sound/microphone support wasn't working led me here. Would be a great feature to add! |
I know audio in MotionEye can be a hot topic. I have been using MotionEye for 24/7 recording and it has been fantastic! As I wanted my recordings to have audio, I was able to write up a script to do it. I am a novice at best, and it probably is not the cleanest or best way to do it... but it works. It basically kicks off an audio recording whenever a video recording starts (yes an extra process). Then when video stops, it stops audio recording and then merges the two together. I have not testing it beyond my single camera model doing 24/7 recording in 60 minute segments... but it should work for others as well. I don't want to break any rules or anything, so I will first ask if there is any issue with me posting a link here to it? If there is not a problem with posting a link to it I'm happy to share it... again its a novice's work - but help to improve it will always be welcome (PR's)! Cheers! |
Has someone tried the Modul "ReSpeaker 2-Mic Pi HAT V1.0 for Raspberry Pi Zero and Zero W" |
@DeadEnded I'm interested! Can you share the script please? |
https://github.com/DeadEnded/MotionEyeAudio I am no longer using MotionEye, but can merge any fixes that others find... or you can fork it. |
Looks good. Can anyone do a beginner instruction on this? I dont understand much i am afraid. Carla
On Tuesday, 26 January 2021, 3:56:01 pm AEDT, DeadEnd <notifications@github.com> wrote:
https://github.com/DeadEnded/MotionEyeAudio
I am no longer using MotionEye, but can merge any fixes that others find... or you can fork it.
Good Luck!
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub, or unsubscribe.
|
I hope this gets implemented into the core of motion eye os and works out of the box. |
Unlikely. |
Discovered Meye about a week ago, installed and it's very amazing project, works very well, until "hey, wait! where is audio settings?" and then the bad news, even if rtsp has audio info, meye simply doesn't use it... what's the meaning of a NVR system without audio??? |
@0BackDoor1 |
oh thanks man! I never read meaning of "video" word before, I'm going to write to youtube's support because on their VIDEO they put also AUDIO, that's crazy thing! |
@0BackDoor1 |
Hi,
I tried MotionEyeOS on a Raspberry Pi2 and it is really all one would want in a surveillance system !
Very nice, easy setup, clean, all the right options, rtsp and webhook support, awesome :)
One thing thouh, the recorded video is without audio :(
I looked into Zoneminder and it also has no audio recording. Is this difficult to implement ?
Anyway, I hope MotionEyeOS could support video with audio at some point.
Thanks for all the great work so far :)
The text was updated successfully, but these errors were encountered: