[Helix-client-dev] SSL/TLS/HTTPS support in players?

[Helix-client-dev] SSL/TLS/HTTPS support in players?

Henry Ping ping at real.com
Fri Sep 22 15:57:05 PDT 2006


Actually for HTTP+SSL, even we have it supported in HTTP file system, it's
enabled only when SUPPORT_SECURE_SOCKETS is defined:
"
#ifdef SUPPORT_SECURE_SOCKETS
const char* CHTTPFileSystem::zm_pProtocol       = "http|chttp|https";
#else
const char* CHTTPFileSystem::zm_pProtocol       = "http|chttp";
#endif
"

I don't see SUPPORT_SECURE_SOCKETS is defined anywhere in our source, this
is why RealPlayer doesn't have it. It was added back in 2001, does anyone
know why we don't enable it? Is it because it's not fully implemented or
some other reason?

-->Henry

> -----Original Message-----
> From: Jeff Ayars [mailto:jeffa at real.com] 
> Sent: Friday, September 22, 2006 2:54 PM Ping
> To: Henry Ping; ken at kensystem.com; 
> helix-client-dev at lists.helixcommunity.org; 
> helix-client-issues-request at helixcommunity.org
> Subject: RE: [Helix-client-dev] SSL/TLS/HTTPS support in players?
> 
> If I remember correctly, Ken's a user, not a developer.
> 
> For HTTP + SSL, you're right Ken.  If we want to support SSL 
> for the RTSP control channel (a request of some customers) 
> then it requires server modifications as well.
> 
> Since we have a DRM product, we position it to fulfill this 
> role of media security.
> 
> JEff
> 
> At 01:31 PM 9/22/2006, Henry Ping wrote:
> >HTTP+SSL is supported in Helix Client via IHXTCPSecureSocket.
> >
> >-->Henry
> >
> > > -----Original Message-----
> > > From: helix-client-dev-bounces at helixcommunity.org
> > > [mailto:helix-client-dev-bounces at helixcommunity.org] On Behalf Of 
> > > Ken Johanson
> > > Sent: Friday, September 22, 2006 12:03 PM Ping
> > > To: helix-client-dev at lists.helixcommunity.org;
> > > helix-client-issues-request at helixcommunity.org
> > > Subject: [Helix-client-dev] SSL/TLS/HTTPS support in players?
> > >
> > > (Sorry, I wanted to get all 3 name-variants in the subject so 
> > > searches would match..)
> > >
> > > Hi all,
> > >
> > > Does anyone know if there is upcoming or planned support 
> for HTTP + 
> > > SSL retrieval of files, from https servers?
> > >
> > > Right now this causes problems if a relative link (in an 
> > > html-embedded
> > > clip) on a https site points to real media. And, it would 
> be highly 
> > > desirable in my particular business sector (hollywood), to have 
> > > confidentiality when files go over the network.
> > >
> > > I'm just speculating here, but would image that adding 
> SSL support 
> > > would only involve add code at the http + sockets layer, 
> that binds 
> > > into the platform's native SSL interfaces (and uses its 
> trust stores 
> > > and policies).
> > >
> > > Thank you,
> > >
> > > Ken
> > >
> > >
> > >
> > >
> > > _______________________________________________
> > > Helix-client-dev mailing list
> > > Helix-client-dev at helixcommunity.org
> > > http://lists.helixcommunity.org/mailman/listinfo/helix-client-dev
> >
> >
> >_______________________________________________
> >Helix-client-dev mailing list
> >Helix-client-dev at helixcommunity.org
> >http://lists.helixcommunity.org/mailman/listinfo/helix-client-dev
> 




More information about the Helix-client-dev mailing list
 

Site Map   |   Terms of Use   |   Privacy Policy   |   Contact Us

Copyright © 1995-2007 RealNetworks, Inc. All rights reserved. RealNetworks and Helix are trademarks of RealNetworks.
All other trademarks or registered trademarks are the property of their respective holders.