From 61e98c3849f2bf78e6a7bd927233062fcbd3cf90 Mon Sep 17 00:00:00 2001 From: Thibaut Mattern Date: Tue, 30 Nov 2004 00:40:59 +0000 Subject: - added resync code - added support for winamp.com "packet layer" You can wget the streams from winamp.com or play them directly with the http input plugin. Test URLs: http://nsvod-prod-mods-rtr.stream.aol.com/uvox?cachefile=/aol/us/moviefone/movies/2004/incrediblesthe_015960/incrediblesthe_trlr_02_350.nsv http://nsv.stream.aol.com/uvox?cachefilus/aolmusic/artists/curb/leannrimes/leannrimes_lastthingonmymind_fjafv_350.nsv CVS patchset: 7168 CVS date: 2004/11/30 00:40:59 --- src/xine-engine/buffer_types.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/xine-engine') diff --git a/src/xine-engine/buffer_types.c b/src/xine-engine/buffer_types.c index 6bf5eac41..fffde62cd 100644 --- a/src/xine-engine/buffer_types.c +++ b/src/xine-engine/buffer_types.c @@ -17,7 +17,7 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA * - * $Id: buffer_types.c,v 1.88 2004/11/24 21:44:57 miguelfreitas Exp $ + * $Id: buffer_types.c,v 1.89 2004/11/30 00:40:59 tmattern Exp $ * * * contents: @@ -856,6 +856,7 @@ static audio_db_t audio_db[] = { meFOURCC('M', 'P', '4', 'A'), meFOURCC('r', 'a', 'a', 'c'), meFOURCC('r', 'a', 'c', 'p'), + meFOURCC('A', 'A', 'C', ' '), 0 }, BUF_AUDIO_AAC, -- cgit v1.2.3