
noreply at mythtv
Apr 5, 2012, 5:38 PM
Post #1 of 1
(68 views)
Permalink
|
|
mythtv/master commit: 1b24a764a by Jean-Yves Avenard (jyavenard)
|
|
Author: Jean-Yves Avenard <jyavenard [at] mythtv> Change Date: 2012-04-05T16:19:49-07:00 Push Date: 2012/04/05 17:38:45 -0700 Repository: mythtv Branch: master New Revision: 1b24a764a43abe3683d04610ad516421e3116260 Changeset: https://github.com/MythTV/mythtv/commit/1b24a764a Log: Make RAOP server properly handle any size of decoded audio packets. The system as-is would only play the first 352 decoded frames. Following 86f5fd851cced8845d5646762f4e8aadf3c18997, remove this limitation. Also, be more leniant when dropping expired audio frames. I was suffering lots of dumped audio packets error. Now playback is almost perfect Modified: mythtv/libs/libmythtv/mythraopconnection.cpp mythtv/libs/libmythtv/mythraopconnection.h _______________________________________________ mythtv-commits mailing list mythtv-commits [at] mythtv http://www.mythtv.org/mailman/listinfo/mythtv-commits
|