Audio input stream unresponsive

13 ビュー (過去 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 Center および File ExchangeComputer Vision with Simulink についてさらに検索

Community Treasure Hunt

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

Start Hunting!

Translated by