Audio/video stream recording forums (http://stream-recorder.com/forum/index.php)
-   rtmpdump (http://stream-recorder.com/forum/forumdisplay.php?f=54)
-   -  

VLC rtmp stream address? fd://0

(http://stream-recorder.com/forum/showthread.php?t=11387)

bhatti00 04-11-2012 12:50 PM

VLC rtmp stream address? fd://0


 
hi,

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

evol 04-12-2012 03:29 AM

Re: VLC rtmp stream address? fd://0


 
What 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.........

toine512 04-13-2012 08:08 AM

Re: VLC rtmp stream address? fd://0


 
Hello,

fd stands for file descriptor, that appears when rtmpdump is piped to VLC.
It's achieved with a command like :
Code:

rtmpdump <params> | vlc -
(A FIFO could also be used under Linux.)

KSV 04-13-2012 11:29 AM

Re: VLC rtmp stream address? fd://0


 
and pipe number translates to following:

0 = STDIN
1 = STDOUT
2 = STDERR


All times are GMT -6. The time now is 06:00 PM.