[vlc-devel] [PATCH] live555: fix incorrect URL handling

Jean-Baptiste Kempf jb at videolan.org
Sat Aug 6 18:19:23 CEST 2016


On 06 Aug, Rémi Denis-Courmont wrote :
> > -    vlc_UrlParse( &p_sys->url, p_sys->psz_path );
> > -    /* Add the access protocol to url, it will be used by vlc_credential */
> > -    p_sys->url.psz_protocol = p_demux->psz_access;
> > +    if( asprintf( &p_sys->psz_url, "%s://%s", p_demux->psz_access,
> > p_demux->psz_location ) == -1 )
> 
> I guess core-provisioned demux_t.psz_url wouldn´t hurt, but that´s out of 
> scope for this patch.

Well, it seems live555 is the only access_demux that needs password
access, so, the issue was not visible otherwise.

With my kindest regards,

-- 
Jean-Baptiste Kempf
http://www.jbkempf.com/ - +33 672 704 734
Sent from my Electronic Device


More information about the vlc-devel mailing list