Commit dc2fe858 authored by Jean-Baptiste Kempf's avatar Jean-Baptiste Kempf

Forgotten file in [22883]. Sorry.

parent 23bc3916
...@@ -454,7 +454,7 @@ void streaming_GuiDescToChain( vlc_object_t *p_obj, sout_chain_t *p_chain, ...@@ -454,7 +454,7 @@ void streaming_GuiDescToChain( vlc_object_t *p_obj, sout_chain_t *p_chain,
{ {
char *psz_url; char *psz_url;
asprintf( &psz_url, "%s%s:%i%s", psz_username, pd->psz_icecast, asprintf( &psz_url, "%s%s:%i%s", psz_username, pd->psz_icecast,
pd->i_icecast, pd->psz_mountpoint ); pd->i_icecast, pd->psz_icecast_mountpoint );
p_std = streaming_ChainAddStd( DUP_OR_CHAIN, "shout", p_std = streaming_ChainAddStd( DUP_OR_CHAIN, "shout",
pd->psz_mux, psz_url ); pd->psz_mux, psz_url );
free( psz_url ); free( psz_url );
...@@ -464,7 +464,7 @@ void streaming_GuiDescToChain( vlc_object_t *p_obj, sout_chain_t *p_chain, ...@@ -464,7 +464,7 @@ void streaming_GuiDescToChain( vlc_object_t *p_obj, sout_chain_t *p_chain,
char *psz_url; char *psz_url;
asprintf( &psz_url, "%s:%s@%s%s", pd->sa_icecast.psz_username, asprintf( &psz_url, "%s:%s@%s%s", pd->sa_icecast.psz_username,
pd->sa_icecast.psz_password, pd->psz_icecast, pd->sa_icecast.psz_password, pd->psz_icecast,
pd->psz_mountpoint ); pd->psz_icecast_mountpoint );
p_std = streaming_ChainAddStd( DUP_OR_CHAIN, "shout", p_std = streaming_ChainAddStd( DUP_OR_CHAIN, "shout",
pd->psz_mux, psz_url ); pd->psz_mux, psz_url );
free( psz_url ); free( psz_url );
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment