You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If a MediaRecorder instance attempts to attach to the HDMI Input via the MIC, the HDMI Output audio gets stuck repeating the same audio frame over and over from the moment the mMediaRecorder.start(); is executed. The full chipset release and start procedure must be performed to get HDMI Output working properly again.
Add/replace the code in RecordActivity for a demonstration:
I have attached 2 files. The 1502144521520.mp4 file is the audio output captured by the MediaRecorder instance. The IMG_1527.m4v is a video recording of the interaction with the UI and the corresponding output. Ouch!
scottmatheson
changed the title
Attaching a MediaRecorder instance to copyrighted material breaks HDMI Output audio
Attaching a MediaRecorder instance to the Microphone breaks HDMI Output Audio
Aug 8, 2017
Zidoo will not let you record copyrighted content using their interface/API.
Zidoo will let you record non-copyrighted content using their interface/API.
Attaching to the MIC while copyrighted content is playing causes the chipset to get stuck/repeat the same audio frame over and over. You must reset the chipset to recover.
Attaching to the MIC while non-copyrighted content is playing causes the chipset to get stuck/repeat the same audio frame over and over. You must reset the chipset to recover.
If a MediaRecorder instance attempts to attach to the HDMI Input via the MIC, the HDMI Output audio gets stuck repeating the same audio frame over and over from the moment the mMediaRecorder.start(); is executed. The full chipset release and start procedure must be performed to get HDMI Output working properly again.
Add/replace the code in RecordActivity for a demonstration:
The text was updated successfully, but these errors were encountered: