Audio/video stream recording forums

Attention Visitor:
You may have to register or log in before you can post:
  • Click the register link to sign up.
  • Registered members please fill in the form below and click the "Log in" button.
To start viewing messages, select the forum that you want to visit from the selection below.

Go Back   Audio/video stream recording forums > Streaming media recording forum > Video stream recording
Register FAQ Members List Calendar Mark Forums Read

Reply Post New Thread
 
Thread Tools Display Modes
  #1  
Old 11-24-2012, 05:20 PM
fastidious fastidious is offline
Junior Member
 
Join Date: Nov 2012
Posts: 8
fastidious is on a distinguished road
Unhappy

How do I correctly run this rtmp stream I got with Wireshark


Hello everyone,
I would very much appreciate your help with this matter.

I used Wireshark to get the rtmp link to a stream I am watching on this webpage:
http://isramedia.tk/2/%D7%A2%D7%A8%D...8-%D7%97%D7%99
(this stream is working 24 hours a day)

I got this info from Wireshark:
rtmp://live.yycast.com:1935/live/_definst_
nexter_5234

So I tried to run it with MPlayer on Ubuntu linux (12.04 "precise") with:
Code:
rtmpdump -v -r rtmp://live.yycast.com:1935/live/_definst_ -a live/_definst_ -W http://cdn.yycast.com/player/player.swf -p "http://isramedia.tk/2/%D7%A2%D7%A8%D7%95%D7%A6%D7%99%D7%9D-%D7%9E%D7%99%D7%A9%D7%A8%D7%90%D7%9C/%D7%A2%D7%A8%D7%95%D7%A5-2-%D7%A9%D7%99%D7%93%D7%95%D7%A8-%D7%97%D7%99" -y nexter_5234 | mplayer -
Adding quotation marks doesn't work either:
Code:
rtmpdump -v -r "rtmp://live.yycast.com:1935/live/_definst_" -a "live/_definst_" -W "http://cdn.yycast.com/player/player.swf" -p "http://isramedia.tk/2/%D7%A2%D7%A8%D7%95%D7%A6%D7%99%D7%9D-%D7%9E%D7%99%D7%A9%D7%A8%D7%90%D7%9C/%D7%A2%D7%A8%D7%95%D7%A5-2-%D7%A9%D7%99%D7%93%D7%95%D7%A8-%D7%97%D7%99" -y "nexter_5234" | mplayer -

I get this error msg:
Code:
RTMPDump v2.4
(c) 2010 Andrej Stepanchuk, Howard Chu, The Flvstreamer Team; license: GPL
WARNING: You haven't specified an output file (-o filename), using stdout
Connecting ...
MPlayer svn r34540 (Ubuntu), built with gcc-4.6 (C) 2000-2012 MPlayer Team
mplayer: could not connect to socket
mplayer: No such file or directory
Failed to open LIRC support. You will not be able to use your remote control.

Playing -.
Reading from stdin...
INFO: Connected...
ERROR: Closing connection: NetStream.Play.Failed
libavformat version 53.21.0 (external)
Mismatching header version 53.19.0


Exiting... (End of file)
Could anyone help me fix the command I'm using, please?
Thanx in advance
Reply With Quote
  #2  
Old 11-25-2012, 06:35 AM
evol evol is offline
Senior Member
 
Join Date: Jun 2011
Posts: 228
evol is on a distinguished road
Default

Re: How do I correctly run this rtmp stream I got with Wireshark


There using Ustream now not YYcast

Code:
rtmpdump -r "rtmp://flash61.ustream.tv:1935/ustreamVideo/12664656" -a "ustreamVideo/12664656" -f "WIN 11,5,502,110" -W "http://static-cdn1.ustream.tv/swf/live/viewer.rsl:336.swf" -p "http://www.ustream.tv/embed/12664656?v=3&wmode=direct&autoplay=1" -C O:1 -C NS:referrer:http://isramedia.tk/2/%D7%A2%D7%A8%D7%95%D7%A6%D7%99%D7%9D-%D7%9E%D7%99%D7%A9%D7%A8%D7%90%D7%9C/%D7%A2%D7%A8%D7%95%D7%A5-2-%D7%A9%D7%99%D7%93%D7%95%D7%A8-%D7%97%D7%99 -C NB:autoPlay:1 -C NS:rpin:rpin.023961817254009775 -C NS:shimHost:http://static-cdn1.ustream.tv/swf/live/viewer3:72.swf?vrsl=c:336&ulbr=100 -C O:0 -y "streams/live_1" -o "live_1.flv"
Reply With Quote
  #3  
Old 11-25-2012, 07:31 AM
fastidious fastidious is offline
Junior Member
 
Join Date: Nov 2012
Posts: 8
fastidious is on a distinguished road
Default

Re: How do I correctly run this rtmp stream I got with Wireshark


Thank you very-very much, but the command doesn't run.
I ran it exactly as you wrote it (copy&paste), and I got these errors:
Code:
[1] 22778
RTMPDump v2.4
(c) 2010 Andrej Stepanchuk, Howard Chu, The Flvstreamer Team; license: GPL
WARNING: You haven't specified an output file (-o filename), using stdout
Connecting ...
-C: command not found
INFO: Connected...
ERROR: Closing connection: NetStream.Play.Failed
The fact that it said "You haven't specified an output file (-o filename)" when I did told me it didn't read the whole command,
so I added parentheses for the last -C command and it omitted those errors.
But I still get this error:
Code:
RTMPDump v2.4
(c) 2010 Andrej Stepanchuk, Howard Chu, The Flvstreamer Team; license: GPL
Connecting ...
INFO: Connected...
ERROR: Closing connection: NetStream.Play.StreamNotFound
How could the stream not be there?
I appreciate your help a lot. Thank you very much.
Reply With Quote
  #4  
Old 11-27-2012, 09:43 AM
fastidious fastidious is offline
Junior Member
 
Join Date: Nov 2012
Posts: 8
fastidious is on a distinguished road
Default

Re: How do I correctly run this rtmp stream I got with Wireshark


Now I get a different error when I run the same command:
Code:
RTMPDump v2.4
(c) 2010 Andrej Stepanchuk, Howard Chu, The Flvstreamer Team; license: GPL
Connecting ...
INFO: Connected...
ERROR: rtmp server sent error
ERROR: rtmp server requested close
Please help...
Reply With Quote
  #5  
Old 11-27-2012, 04:08 PM
fastidious fastidious is offline
Junior Member
 
Join Date: Nov 2012
Posts: 8
fastidious is on a distinguished road
Default

Re: How do I correctly run this rtmp stream I got with Wireshark


I still can't get it to work.
I don't know what else to fix in the command to make it stream the video...

I found the same TV channel in another website with sharper image.
Could someone help me please get the rtmp link to the live stream?

The website with the sharper image:
http://www.mako.co.il/makolive/Video...45bc031006.htm
Reply With Quote
  #6  
Old 12-01-2012, 11:38 PM
svnpenn2 svnpenn2 is offline
Banned
 
Join Date: Nov 2012
Location: Dallas
Posts: 55
svnpenn2 is on a distinguished road
Default

Re: How do I correctly run this rtmp stream I got with Wireshark


Code:
rtmpdump -o a.flv -i "rtmp://199.9.255.19/app/jtv_l3jzB31AXYhzwvwb swfUrl=http:/
/www-cdn.jtvnw.net/widgets/live_embed_player.r7861918bd807d05ba504c48275418ae88c
927da3.swf jtv=af4e54c607aa0c4d82064d866b2762589b068bef:{\"swfDomains\":\20[\"ju
stin.tv\",\20\"jtvx.com\",\20\"xarth.com\",\20\"twitchtv.com\",\20\"twitch.tv\",
\20\"newjtv.com\",\20\"jtvnw.net\",\20\"wdtinc.com\",\20\"imapweather.com\",\20\
"facebook.com\",\20\"starcrafting.com\"],\20\"streamName\":\20\"jtv_l3jzB31AXYhz
wvwb\",\20\"expiration\":\201354430175.0448911,\20\"geo_ip\":\20\"99.109.97.214\
",\20\"server\":\20\"video7-2.mia01\"}"
RTMPDump v2.4-75-ge285d96
(c) 2010 Andrej Stepanchuk, Howard Chu, The Flvstreamer Team; license: GPL
Connecting ...
INFO: Connected...
Starting download at: 0.000 kB
INFO: Metadata:
INFO:   author
INFO:   copyright
INFO:   description
INFO:   keywords
INFO:   rating
INFO:   title
INFO:   presetname            Custom
INFO:   creationdate          Sat Dec 01 20:49:14 2012
INFO:   videodevice           AVerMedia BDA Analog Capture
INFO:   framerate             29.97
INFO:   width                 320.00
INFO:   height                240.00
INFO:   videocodecid          avc1
INFO:   videodatarate         500.00
INFO:   avclevel              31.00
INFO:   avcprofile            66.00
INFO:   videokeyframe_frequency2.00
INFO:   audiodevice           AVerMedia BDA Analog Capture
INFO:   audiosamplerate       44100.00
INFO:   audiochannels         1.00
INFO:   audioinputvolume      90.00
INFO:   audiocodecid          .mp3
INFO:   audiodatarate         64.00
1031.933 kB / 16.75 sec
Reply With Quote
Reply Post New Thread
Tags: ,



Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Forum Jump


All times are GMT -6. The time now is 12:56 PM.


Powered by All-streaming-media.com; 2006-2011
vB forum hacked with Zoints add-ons