Audio/video stream recording forums
|
Attention Visitor: |
You may have to register or log in before you can post:
|
|
|
Thread Tools | Display Modes |
#1
|
|||
|
|||
Save a stream to file and simultaneously play it in VLCHello,
I don't know if the following command should work, but it doesn't as required. Code:
rtmpdump -r "rtmp://mtvnyc.dyndns.tv/repeater/MayapurTV" -a "repeater/MayapurTV" -f "WIN 15,0,0,152" -W "http://mayapur.tv/Nrsimhadeva.swf" -p "http://mayapur.tv/" -y "MayapurTV" -o "MayapurTV.flv" | C:\Programme\VideoLAN\VLC\vlc.exe |
#2
|
|||
|
|||
Re: Save Stream to file and play in VLCi do not know if that's possible simultaneously?
but recording and playing with vlc separately works fine |
#3
|
|||
|
|||
Re: Save a stream to file and simultaneously play it in VLCThank You.
That solves the problem. I found out the following, which is also working: Code:
rtmpdump -r "rtmp://mtvnyc.dyndns.tv/repeater/MayapurTV" -a "repeater/MayapurTV" -f "WIN 15,0,0,152" -W "http://mayapur.tv/Nrsimhadeva.swf" -p "http://mayapur.tv/" -y "MayapurTV" -o "MayapurTV.flv" | C:\Programme\VideoLAN\VLC\vlc.exe MayapurTV.flv Code:
rtmpdump -r "rtmp://mtvnyc.dyndns.tv/repeater/MayapurTV" -a "repeater/MayapurTV" -f "WIN 15,0,0,152" -W "http://mayapur.tv/Nrsimhadeva.swf" -p "http://mayapur.tv/" -y "MayapurTV" -o "path_to_the_file\MayapurTV.flv" | C:\Programme\VideoLAN\VLC\vlc.exe path_to_the_file\MayapurTV.flv |
Tags: livestream, rtmpdump, vlc |
Thread Tools | |
Display Modes | |
|
|