Skip to content
  • Malte Tancred's avatar
    VLCKit: url support for VLCMedia · f459c271
    Malte Tancred authored and hartman's avatar hartman committed
    
    
    The class VLCMedia used only the trailing path part of the URL it was handed. I changed the roles of initWithPath: and initWithURL: by letting initWithPath: create an NSURL, and initWithURL: hand the complete URL to libvlc_media_new. With this change I'm able to play network streams, not just local movie files.
    
    Signed-off-by: default avatarDerk-Jan Hartman <hartman@videolan.org>
    f459c271