Mailing List archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[linux-dvb] Audio loss with latest CVS driver



If I do the following ioctl() calls while replaying a "multiplexed PES"
recording (done with VDR 0.80pre5) through the /dev/ost/video device
the audio gets mute:

  ioctl(videoDev, VIDEO_FREEZE);
  ioctl(videoDev, VIDEO_SLOWMOTION, 2);
  ioctl(videoDev, VIDEO_PLAY);

and not even a subsequent

  ioctl(audioDev, AUDIO_SET_MUTE, false);

can change that. In the typical VDR application these ioctl() calls don't
occur immediately after each other. This is just the smallest example that
demonstrates this behaviour.

Could this be a driver problem, or am I doing something wrong here?

Klaus
-- 
_______________________________________________________________

Klaus Schmidinger                       Phone: +49-8635-6989-10
CadSoft Computer GmbH                   Fax:   +49-8635-6989-40
Hofmark 2                               Email:   kls@cadsoft.de
D-84568 Pleiskirchen, Germany           URL:     www.cadsoft.de
_______________________________________________________________


-- 
Info:
To unsubscribe send a mail to listar@linuxtv.org with "unsubscribe linux-dvb" as subject.



Home | Main Index | Thread Index