View Single Post
  #2  
Old 10-21-2011, 01:56 AM
any ANONYMOUS forum user any ANONYMOUS forum user is offline
any user of the forum who preferred to post anonymously
 
Join Date: Aug 2011
Location: Server of stream-recorder.com
Posts: 211
any ANONYMOUS forum user is on a distinguished road
Default

Re: How to play/watch/view NASA TV HD from UStream.TV with rtmpdump and VLC


thank you mods for making this thread under my name
sorry for derailing
"Download/capture NASA TV HD from UStream.TV with rtmpdump"
but already made a new thread 2 times
and replies to them are always links to the threads that didnt work
so i replied to them showing everyone it doesnt work for me
and asking how to get them to work for everyone
i'll repost what was in the last thread anyway
Quote:
Originally Posted by any ANONYMOUS forum user View Post
may have the latest version of vlc or something very close
first code
Code:
rtmpdump -r "rtmp://cp39920.live.edgefcs.net:1935/live" -a "live" -f "WIN 10,3,183,7" -W "http://cdn1.ustream.tv/swf/4/viewer.rsl.755.swf" -p "http://www.nasa.gov/multimedia/nasatv/ustream.html" -y "nasahd@55196" -v | "C:\Program Files\VideoLAN\VLC\vlc.exe" -
works perfectly
Code:
C:\>rtmpdump -r "rtmp://cp39920.live.edgefcs.net:1935/live" -a "live" -f "WIN 10
,3,183,7" -W "http://cdn1.ustream.tv/swf/4/viewer.rsl.755.swf" -p "http://www.na
sa.gov/multimedia/nasatv/ustream.html" -y "nasahd@55196" -v | "C:\Program Files\
VideoLAN\VLC\vlc.exe" -
RTMPDump 2.4 git-6230845 2011-9-25
(c) 2010 Andrej Stepanchuk, Howard Chu, The Flvstreamer Team; license: GPL
WARNING: You haven't specified an output file (-o filename), using stdout
Connecting ...
INFO: Connected...
Starting Live Stream
INFO: Metadata:
INFO:   width                 428.00
INFO:   height                240.00
INFO:   framerate             14.99
INFO:   videocodecid          7.00
INFO:   videodatarate         200.00
INFO:   audiodatarate         64.00
1162.534 kB / 30.36 sec
second code
Code:
rtmpdump -r "rtmp://cp39920.live.edgefcs.net:1935/live" -a "live" -f "WIN 10,3,183,7" -W "http://cdn1.ustream.tv/swf/4/viewer.rsl.755.swf" -p "http://www.nasa.gov/multimedia/nasatv/ustream.html" -y "nasahd@55196" -v | "C:\Program Files (x86)\VideoLAN\VLC\vlc.exe" -
doesn't work
Code:
C:\>rtmpdump -r "rtmp://cp39920.live.edgefcs.net:1935/live" -a "live" -f "WIN 10
,3,183,7" -W "http://cdn1.ustream.tv/swf/4/viewer.rsl.755.swf" -p "http://www.na
sa.gov/multimedia/nasatv/ustream.html" -y "nasahd@55196" -v | "C:\Program Files
(x86)\VideoLAN\VLC\vlc.exe" -
The system cannot find the path specified.

C:\>
editing the code to have my specified path
Code:
rtmpdump -r "rtmp://cp39920.live.edgefcs.net:1935/live" -a "live" -f "WIN 10,3,183,7" -W "http://cdn1.ustream.tv/swf/4/viewer.rsl.755.swf" -p "http://www.nasa.gov/multimedia/nasatv/ustream.html" -y "nasahd@55196" -v | "C:\Program Files\VideoLAN\VLC\vlc.exe" -
works perfectly
Code:
C:\>rtmpdump -r "rtmp://cp39920.live.edgefcs.net:1935/live" -a "live" -f "WIN 10
,3,183,7" -W "http://cdn1.ustream.tv/swf/4/viewer.rsl.755.swf" -p "http://www.na
sa.gov/multimedia/nasatv/ustream.html" -y "nasahd@55196" -v | "C:\Program Files\
VideoLAN\VLC\vlc.exe" -
RTMPDump 2.4 git-6230845 2011-9-25
(c) 2010 Andrej Stepanchuk, Howard Chu, The Flvstreamer Team; license: GPL
WARNING: You haven't specified an output file (-o filename), using stdout
Connecting ...
INFO: Connected...
Starting Live Stream
INFO: Metadata:
INFO:   width                 428.00
INFO:   height                240.00
INFO:   framerate             14.99
INFO:   videocodecid          7.00
INFO:   videodatarate         200.00
INFO:   audiodatarate         64.00
145.282 kB / 0.04 sec
does takes up to about 10 seconds to load sometimes
thank you everyone for making this finally work
respect
extreme respect!!
thank you
Reply With Quote