VLC rtmp stream address? fd://0hi,
i know this may seem a basic but silly question, how do i find the rtmp stream for a video that is currently playing in VLC? it shows the address in VLC is fd://0 i have tried command prompt but that doesnt show the address when i run netstat command |
Re: VLC rtmp stream address? fd://0What helper software are you using in the 1st place to get the rtmp stream into vlc ?
By helper software i mean 3rd party like rtmpGUI, rtmp explorer, batch scripts etc......... |
Re: VLC rtmp stream address? fd://0Hello,
fd stands for file descriptor, that appears when rtmpdump is piped to VLC. It's achieved with a command like : Code:
rtmpdump <params> | vlc - |
Re: VLC rtmp stream address? fd://0and pipe number translates to following:
0 = STDIN 1 = STDOUT 2 = STDERR |
All times are GMT -6. The time now is 06:00 PM. |