List Info

Thread: Re: CN: CR: Helix crashes when attempting to stream aramfile with http protocol




Re: CN: CR: Helix crashes when attempting to stream aramfile with http protocol
user name
2008-04-15 19:05:30

Cheers,
Rishi.

At 08:39 AM 4/15/2008, Praveen.Thimmashettynokia.com wrote:
Committed to head and 210CayS

Thanks
Praveen

-----Original Message-----
From: filesystem-dev-bounceshelixcommunity.org
[ filesystem-dev-bounceshelixcommunity.org" eudora="autourl"> mailto:filesystem-dev-bounceshelixcommunity.org] On Behalf Of ext Eric
Hyche
Sent: Tuesday, April 15, 2008 7:38 AM
To: Thimmashetty Praveen (Nokia-D-MSW/Dallas);
filesystem-devhelixcommunity.org
Subject: RE: [Filesystem-dev] CR: Helix crashes when attempting to
stream aramfile with http protocol


Looks good.

=============================================
Eric Hyche (ehychereal.com)
Technical Lead
RealNetworks, Inc. 

> -----Original Message-----
> From: filesystem-dev-bounceshelixcommunity.org
> [ filesystem-dev-bounceshelixcommunity.org" eudora="autourl"> mailto:filesystem-dev-bounceshelixcommunity.org] On Behalf Of
> Praveen.Thimmashettynokia.com
> Sent: Monday, April 14, 2008 7:26 PM
> To: filesystem-devhelixcommunity.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.thimmashettynokia.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-devhelixcommunity.org
http://lists.helixcommunity.org/mailman/listinfo/filesystem-dev

_______________________________________________
Filesystem-dev mailing list
Filesystem-devhelixcommunity.org
http://lists.helixcommunity.org/mailman/listinfo/filesystem-dev


Rishi Mathew
Helix Community
Real Networks, Inc.
rmathewreal.com
http://www.helixcommunity.org
http://www.realnetworks.com/products/support/devsupport.html

RE: CN: CR: Helix crashes when attempting to stream aramfile with http protocol
user name
2008-04-16 10:59:30
committed to 310_atlas
 
Thanks
Praveen


From: ext Rishi Mathew [mailto:rmathewreal.com]
Sent: Tuesday, April 15, 2008 7:06 PM
To: Thimmashetty Praveen (Nokia-D-MSW/Dallas); ehychereal.com; filesystem-devhelixcommunity.org
Subject: Re: CN: [Filesystem-dev] CR: Helix crashes when attempting to stream aramfile with http protocol

Please also commit to 310_atlas moving forward for all cross-platform code.

Cheers,
Rishi.

At 08:39 AM 4/15/2008, Praveen.Thimmashettynokia.com wrote:
Committed to head and 210CayS

Thanks
Praveen

-----Original Message-----
From: filesystem-dev-bounceshelixcommunity.org
[helixcommunity.org" eudora="autourl"> mailto:filesystem-dev-bounceshelixcommunity.org] On Behalf Of ext Eric
Hyche
Sent: Tuesday, April 15, 2008 7:38 AM
To: Thimmashetty Praveen (Nokia-D-MSW/Dallas);
filesystem-devhelixcommunity.org
Subject: RE: [Filesystem-dev] CR: Helix crashes when attempting to
stream aramfile with http protocol


Looks good.

=============================================
Eric Hyche (ehychereal.com)
Technical Lead
RealNetworks, Inc. 

> -----Original Message-----
> From: filesystem-dev-bounceshelixcommunity.org
> [helixcommunity.org" eudora="autourl"> mailto:filesystem-dev-bounceshelixcommunity.org] On Behalf Of
> Praveen.Thimmashettynokia.com
> Sent: Monday, April 14, 2008 7:26 PM
> To: filesystem-devhelixcommunity.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.thimmashettynokia.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-devhelixcommunity.org
http://lists.helixcommunity.org/mailman/listinfo/filesystem-dev

_______________________________________________
Filesystem-dev mailing list
Filesystem-devhelixcommunity.org
http://lists.helixcommunity.org/mailman/listinfo/filesystem-dev


Rishi Mathew
Helix Community
Real Networks, Inc.
rmathewreal.com
http://www.helixcommunity.org
http://www.realnetworks.com/products/support/devsupport.html

[1-2]

about | contact  Other archives ( Real Estate discussion Medical topics )