Audio/video stream recording forums
|
Attention Visitor: |
You may have to register or log in before you can post:
|
|
|
Thread Tools | Display Modes |
|
#1
|
|||
|
|||
How to watch RTMP stream in VLC using rtmpdumpYou can use the following command to watch an RTMP stream with VLC player
Code:
rtmpdump.exe -r rtmp://188.165.205.104/technosmart/techno10! --quiet | "C:\Program Files\VideoLAN\VLC\vlc.exe" - |
#2
|
|||
|
|||
Re: How to watch RTMP stream in VLC using rtmpdumpTry to use RTMPexplorer to find the parameters. Then replace
Code:
-o "filename" Code:
--quiet | "C:\Program Files\VideoLAN\VLC\vlc.exe" - Code:
--quiet | "C:\Program Files (x86)\VideoLAN\VLC\vlc.exe" - |
#3
|
|||
|
|||
Re: How to watch RTMP stream in VLC using rtmpdumpThis will work with any player which supports reading from stdin.
|
#4
|
|||
|
|||
Re: How to watch RTMP stream in VLC using rtmpdumpi'm having trouble getting this live rtmp feed to stream in vlc
have tried many combinations of RTMPdump commands but can't get any to work! would appreciate any help, thanks! kc _http://www.windowsintowonderland.org/live/live3.htm rtmp://npsaflivefs.fplive.net/npsaflive-live//stream50 rtmpdump -r "rtmp://npsaflivefs.fplive.net:1935/npsaflive-live/" --playpath "stream50" -W "http://media-player.cdn.level3.net/flash/v1_1_1/Level3MediaPlayer.swf" -p "http://www.windowsintowonderland.org/live/live3.htm" --quiet | "C:\Program Files\VideoLAN\VLC\vlc.exe" - |
#5
|
|||
|
|||
Re: How to watch RTMP stream in VLC using rtmpdumpFirst test your command with RTMPdump. if it starts downloading successfully then you can redirect the output to vlc.
correct command line: Code:
rtmpdump -r "rtmp://npsaflivefs.fplive.net:1935/npsaflive-live/" -a "npsaflive-live/" -f "WIN 10,3,181,14" -W "http://media-player.cdn.level3.net/flash/v1_1_1/Level3MediaPlayer.swf" -p "http://www.windowsintowonderland.org/live/live3.htm" --live -y "stream50" | "C:\Program Files\VideoLAN\VLC\vlc.exe" - |
#6
|
|||
|
|||
Re: How to watch RTMP stream in VLC using rtmpdumpThanks KSV. The stream must not be compatible with VLC as I'm not seeing any output on the player.
|
#7
|
|||
|
|||
Re: How to watch RTMP stream in VLC using rtmpdumpFirst check the live stream at their website. you will see in vlc what you can see on their website. i can watch the live stream without any problem. probably you checked at the time when it was dark at the camera's location.
|
#8
|
|||
|
|||
How to watch webtv.realitatea.net RTMP stream in VLC using rtmpdumpOn Realitatea's website, there are two live streams: hxxp://webtv.realitatea.net/live meant for internal viewers (not geolocation-blocked, but higher bitrate) the other hxxp://webtv.realitatea.net/live?international=1 designed for viewers abroad (lower bitrate). So far, I have not figured a method to find out the protocol used for the second stream - eveything the sniffers pick up is the hxxp://webtv.realitatea.net/themes/realitatea/swf/player.php?hash=d0070db5dcd4e9fd9a8658a57fea6853&a mp;masterUrl=http://rtv1.dvstreaming.ro player's url, but not the stream source. I wonder if there's a method through which this input can be found, so I could use it along with rtmpdump+VLC?
Thanks. |
Tags: rtmp, rtmpdump, vlc |
Thread Tools | |
Display Modes | |
|
|