Audio/video stream recording forums
|
Attention Visitor: |
You may have to register or log in before you can post:
|
|
|
Thread Tools | Display Modes |
|
#1
|
|||
|
|||
rtmp to VLC instead of "save file"Hey all,
I have this rtmp that saves nicely to a .flv file, but I would like to watch it live in a player such as VLC or similar (instead of after its downloaded) any suggestions? Code:
rtmpdump -r "rtmpe://46.246.124.3:1935/l" -a "l" -f "WIN 17,0,0,134" -W "http://player.hdcast.org/_.swf" -p "http://www.hdcast.org/embedlive4.php?u=sskys4&vw=640&vh=400&domain=www.streamking.info" -y "sskys4" -o "2015-03-28_10-23-18_sskys4.flv" |
#2
|
|||
|
|||
Re: rtmp to VLC instead of "save file"Code:
rtmpdump -r "rtmpe://46.246.124.3:1935/l" -a "l" -f "WIN 17,0,0,134" -W "http://player.hdcast.org/_.swf" -p "http://www.hdcast.org/embedlive4.php?u=sskys4&vw=640&vh=400&domain=www.streamking.info" -y "sskys4" | "C:\Program Files\VideoLAN\VLC\vlc.exe" - |
#3
|
|||
|
|||
Re: rtmp to VLC instead of "save file"thanks surya
|
Tags: rtmp |
Thread Tools | |
Display Modes | |
|
|