]> git.sesse.net Git - vlc/blobdiff - modules/demux/live555.cpp
demux: provide both URL and file path as with access
[vlc] / modules / demux / live555.cpp
index 79ac789846d8aeaa5881e45254930422b3dad346..e513f5da3667c4c73c27a26bf380011039ef1e2e 100644 (file)
@@ -297,7 +297,7 @@ static int  Open ( vlc_object_t *p_this )
     p_sys->b_timeout_call = false;
     p_sys->b_multicast = false;
     p_sys->b_real = false;
-    p_sys->psz_path = strdup( p_demux->psz_path );
+    p_sys->psz_path = strdup( p_demux->psz_location );
     p_sys->b_force_mcast = var_CreateGetBool( p_demux, "rtsp-mcast" );
     p_sys->b_get_param = false;
     p_sys->b_paused = false;