Audio/video stream recording forums (http://stream-recorder.com/forum/index.php)
-   Playing online streaming in media players (http://stream-recorder.com/forum/forumdisplay.php?f=77)
-   -  

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

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

anonekku 10-20-2011 04:23 PM

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


 
rtmpdump-20110925-git-6230845-win32.zip version was the latest on the page i could find

that site isn't available but searched for alternative
virustotal.com says 2 out of 42 scanners say its a virus

AhnLab-V3 2011.10.20.00 2011.10.20

Trojan/Win32.ADH
Symantec 20111.2.0.82 2011.10.20 Trojan.ADH
took the risk
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" -o nasahd@55196.flv -v
using that code i get this
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" -o

nasahd@55196.flv -v
RTMPDump 2.4 git-6230845 2011-9-25
(c) 2010 Andrej Stepanchuk, Howard Chu, The Flvstreamer

Team; license: GPL
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
1804.473 kB / 49.88 sec

so it works so thank you very much for that

but how do i play it in vlc or mplayer without downloading?

some information may be outdated because its not working
vlc opens but but nothing plays
mplayer doesn't open at all and terminal has wall of text
theres also sometimes handshake errors etc
a 24 hour stream like nasa would be a good example
still appreciate the update recommendation thank you

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

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 (Post 33711)
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


All times are GMT -6. The time now is 09:39 AM.