basically what the title says. If you do add this that would be greatly appreciated :D.
some info to help, the audio driver in the list on Flash Media Encoder appears as AverMedia BDA Analog Capture, There is also another with the same name but it says Secondary Device. I would like the Secondary Device more than anything because that supports Component and HDMI.
I think this is possible, just needs to be looked into. If you need me to help you test, leave me a message here, I'll be around ;)
Edited
To upload designs, you'll need to enable LFS and have an admin enable hashed storage. More information
Child items
0
No child items are currently assigned. Use child items to break down this issue into smaller parts.
Linked items
0
Link issues together to show that they're related.
Learn more.
the AverTV HD DVR is a PCI-Express x1 Capture Device. It has full support for its video functions in VLC with no issues. I just want you guys to add in the audio support since the audio isn't supported.
Joe33345changed title from Support for the AverTV HD DVR Audio to Support for the AverTV HD DVR Capture Device Audio Input
changed title from Support for the AverTV HD DVR Audio to Support for the AverTV HD DVR Capture Device Audio Input
Jean-Baptiste Kempfchanged title from Support for the AverTV HD DVR Capture Device Audio Input to Allow Dshow input to have video and audio from the same device
changed title from Support for the AverTV HD DVR Capture Device Audio Input to Allow Dshow input to have video and audio from the same device
A hack that can be done is to simply call RenderStream in ConnectFilters after the RenderStream that is already there, but passing &MEDIATYPE_Audio instead of &mediaType.majortype:
This will use the default filter, which in this case will be DirectSound. This makes impossible to control audio output via VLC.
I tried replacing the last NULL with p_capture_filter but it crashes, I assume it is because the filter passed in is supposed to handle video, and I am currently trying to fix it, but I would do it faster if some VLC dev could help.
My bet is on creating another filter to pass to RenderStream, but I am having dificulties in understanding overall VLC/DircetShow code.
anybody care to test this with FFmpeg? I just added some work arounds for this problem recently there, wondering if they worked or not (possible work around). Cheers!