Audio input stream unresponsive

조회 수: 14 (최근 30일)
Nur Syafiqah
Nur Syafiqah 2013년 7월 28일
댓글: Bernhard 2013년 11월 8일
I'm doing a project that gives the output of a video and its sound. this is my code:
videoFReader = vision.VideoFileReader('kids.mp4','AudioOutputPort',true);
videoPlayer = vision.VideoPlayer;
while ~isDone(videoFReader)
[videoFrame] = step(videoFReader);
step(videoPlayer, videoFrame);
end
release(videoPlayer);
release(videoFReader);
When I run the program, it states that
Error using VideoFileReader/step
the audio input stream has become unresponsive.
Error in one (line 62)
[videoFrame] = step(videoFReader);
What does it mean by audio input unresponsive? why does it happen? Hope someone can explain to me,thanks
  댓글 수: 1
Bernhard
Bernhard 2013년 11월 8일
I have the same error message when reading a large audio file in simulink with the "From Multimedia File" block.

댓글을 달려면 로그인하십시오.

답변 (0개)

카테고리

Help CenterFile Exchange에서 Computer Vision with Simulink에 대해 자세히 알아보기

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by