Committed to head and 210CayS
Thanks
Praveen
-----Original Message-----
From: filesystem-dev-bounces helixcommunity.org
[mailto:filesystem-dev-bounces helixcommunity.org] On
Behalf Of ext Eric
Hyche
Sent: Tuesday, April 15, 2008 7:38 AM
To: Thimmashetty Praveen (Nokia-D-MSW/Dallas);
filesystem-dev helixcommunity.org
Subject: RE: [Filesystem-dev] CR: Helix crashes when
attempting to
stream aramfile with http protocol
Looks good.
=============================================
Eric Hyche (ehyche real.com)
Technical Lead
RealNetworks, Inc.
> -----Original Message-----
> From: filesystem-dev-bounces helixcommunity.org
> [mailto:filesystem-dev-bounces helixcommunity.org] On
Behalf Of
> Praveen.Thimmashetty nokia.com
> Sent: Monday, April 14, 2008 7:26 PM
> To: filesystem-dev helixcommunity.org
> Subject: [Filesystem-dev] CR: Helix crashes when
attempting to stream
> a ramfile with http protocol
>
>
> "Nokia submits this code under the terms of a
commercial contribution
> agreement with RealNetworks, and I am authorized to
contribute this
> code under said agreement."
>
>
> Modified by: praveen.thimmashetty nokia.com
>
> Reviewed by:
>
> Date: 04/14/2008
>
> Project: SymbianMmf
>
> ErrorId: OVIL-7DPQXK
>
> Synopsis: Helix crashes when attempting to stream a ram
file with http
> protocol
>
> HTTP File system will support only shoutcast streams.
There is no seek
> support. Changes are made to return proper error code.
>
> Root Cause of the problem: implementation
>
>
> Files Modified:
> filesystem/http/httpfsys.cpp
>
> Files Added: None
>
>
> Image Size and Heap Use impact: None
>
> Module Release testing (STIF) : Done.
>
> Test case(s) Added : N/A
>
> Memory leak check performed : yes. No leak.
>
> Platforms and Profiles Build Verified:
> helix-client-s60-50-mmf-mdf-arm
>
> Platforms and Profiles Functionality verified: armv5,
winscw
>
> Branch: Head & 210CayS
>
>
> Index: httpfsys.cpp
>
============================================================
=======
> RCS file: /cvsroot/filesystem/http/httpfsys.cpp,v
> retrieving revision 1.88.2.7
> diff -w -u -b -r1.88.2.7 httpfsys.cpp  -8226,6
+8226,12 
> m_bShoutcast = TRUE;
> m_ulMinStartupLengthNeeded =
> HTTP_NONSTANDARD_MIN_STARTUP_LENGTH_NEEDED;
> }
> + else
> + {
> +#if !defined(HELIX_FEATURE_HTTP_ENABLE_CACHE)
> + m_LastError = HXR_NOT_SUPPORTED;
> +#endif
> + }
> }
>
> if ((ulLength > 4) && (ulLength
>=
> m_ulMinStartupLengthNeeded))
>
>
_______________________________________________
Filesystem-dev mailing list
Filesystem-dev helixcommunity.org
http://lists.helixcommunity.org/mailman/listinfo/
filesystem-dev
_______________________________________________
Filesystem-dev mailing list
Filesystem-dev helixcommunity.org
http://lists.helixcommunity.org/mailman/listinfo/
filesystem-dev
|