Page 1 of 1

Locate file address

Posted: 17 Feb 2012 00:48
by omarion
Hi
How do I see the network address of the file being played in vlc? Like a network stream?
I'm playing streams like this on VLC :

Code: Select all

rtmpdump -r rtmp://cp39920.live.edgefcs.net:1935/live -W http://cdn1.ustream.tv/swf/4/viewer.rsl.705.swf -p http://www.nasa.gov/multimedia/nasatv/ustream.html -y nasahd@55196 | "C:\Program\VideoLAN\VLC\vlc.exe" -
Is it possible for me to stream this stream, if yes, how?
If I use the wizard it asks me for network URL, and if I put this address in for example " rtmp://cp39920.live.edgefcs.net:1935/live " it wont work. Do do I fix this? Thanks :)

I have this stream also that I want to stream

Code: Select all

rtmpdump -r rtmp://fml.44C9.edgecastcdn.net/2044C9 -W http://www.elahmad.com/tv/swf/alkass_hd.swf -p http://www.elahmad.com/tv/alkass_sport.php -y kass_hd1 | "C:\Program\VideoLAN\VLC\vlc.exe" -

Re: Locate file address

Posted: 17 Feb 2012 19:47
by VLC_help
You have to input sout command as command-line parameter if you use pipe input.