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

Download/capture NASA TV HD from UStream.TV with rtmpdump

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

KSV 10-20-2011 11:51 PM

Re: Download/capture NASA TV HD from UStream.TV with rtmpdump


 
try this
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" -
or

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" -
also make sure you have latest version of vlc installed.

any ANONYMOUS forum user 10-21-2011 01:48 AM

Re: Download/capture NASA TV HD from UStream.TV with rtmpdump


 
Quote:

Originally Posted by KSV (Post 33698)
try this
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" -
or

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" -
also make sure you have latest version of vlc installed.

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!!

KSV 10-21-2011 02:38 AM

Re: Download/capture NASA TV HD from UStream.TV with rtmpdump


 
first code is for 32-bit windows and second code is for 64-bit windows. just different path for vlc depending on your os architecture.

any ANONYMOUS forum user 10-21-2011 04:35 AM

Re: Download/capture NASA TV HD from UStream.TV with rtmpdump


 
Quote:

Originally Posted by KSV (Post 33714)
first code is for 32-bit windows and second code is for 64-bit windows. just different path for vlc depending on your os architecture.

oh i see thanks for clearing that up
2 codes here that look different but both work
nasa stream
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.ustream.tv/nasahdtv" -y "nasahd@55196" -v | "C:\Program Files\VideoLAN\VLC\vlc.exe" -
stream of a city and railroad tracks unknown page but works
Code:

rtmpdump -v -r "rtmp://cp39920.live.edgefcs.net:1935/live/ustream-lax@11172" -W "http://cdn1.ustream.tv/swf/4/viewer.rsl.593.swf" | "C:\Program Files\VideoLAN\VLC\vlc.exe" -
using url snooper right now
having trouble getting any custom stream to play
using either of those 2 lines of code as templates
this probably isn't 24 hours but its popular right now
http://www.ustream.tv/channel/hiitsustreamtv02
edited the template myself filling in the variables
Code:

rtmpdump -r "rtmp://ustream.fc.llnwd.net:1935/ustream" -a "live" -f "WIN 10,3,183,7" -W "http://static-cdn1.ustream.tv/swf/live/viewer.rsl:21.swf" -p "http://www.ustream.tv/channel/hiitsustreamtv02" -y "hiitsustreamtv02@8440807" -v | "C:\Program Files\VideoLAN\VLC\vlc.exe" -
but it doesn't work
Code:

C:\>rtmpdump -r "rtmp://ustream.fc.llnwd.net:1935/ustream" -a "live" -f "WIN 10,
3,183,7" -W "http://static-cdn1.ustream.tv/swf/live/viewer.rsl:21.swf" -p "http:
//www.ustream.tv/channel/hiitsustreamtv02" -y "hiitsustreamtv02@8440807" -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...
ERROR: rtmp server sent error
ERROR: rtmp server requested close

C:\>

does what you have to enter depend on the stream?
any reliable way to easily find and play any stream?
in particularly streams that dont go on 24/7 now?
because i don't want to bother people asking for custom codes
i want to learn how to do this myself with any stream


All times are GMT -6. The time now is 08:24 AM.