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
  #31  
Old 04-14-2012, 04:28 PM
svnpenn svnpenn is offline
Banned
 
Join Date: Apr 2011
Location: Dallas
Posts: 757
svnpenn is on a distinguished road
Default

Re: www.livestream.com: How to download with rtmpdump


Code:
rtmpdump \
-v \
-r rtmp://cp86438.live.edgefcs.net \
-a live \
-W http://cdn.livestream.com/chromelessPlayer/v21/playerapi.swf \
-y livestream6_93@24304 \
-o o.flv
Reply With Quote
  #32  
Old 04-15-2012, 05:21 AM
FLIGHT_Ian FLIGHT_Ian is offline
Junior Member
 
Join Date: Apr 2012
Posts: 5
FLIGHT_Ian is on a distinguished road
Default

Re: www.livestream.com: How to download with rtmpdump


rtmpdump -v -r rtmp://cp86438.live.edgefcs.net -a live -W http://cdn.livestream.com/chromeless.../playerapi.swf -y livestream6_93@24304 --live | "C:\Program Files (x86)\VideoLAN\VLC\vlc.exe" -

That one does not function.

That is my source: http://cdn.livestream.com/grid/Playe...spaceflightnow
Reply With Quote
  #33  
Old 04-15-2012, 05:44 AM
svnpenn svnpenn is offline
Banned
 
Join Date: Apr 2011
Location: Dallas
Posts: 757
svnpenn is on a distinguished road
Default

Re: www.livestream.com: How to download with rtmpdump


Code:
$ rtmpdump -v -r rtmp://cp86438.live.edgefcs.net -a live -W http://cdn.livestre
am.com/chromelessPlayer/v21/playerapi.swf -y livestream6_93@24304 | "$PROGRAMFI
LES/VideoLAN/VLC/vlc" -
RTMPDump v2.4-34-g7340f6d
(c) 2010 Andrej Stepanchuk, Howard Chu, The Flvstreamer Team; license: GPL
WARNING: No application or playpath in URL!
WARNING: You haven't specified an output file (-o filename), using stdout
Connecting ...
INFO: Connected...
Starting Live Stream
INFO: Metadata:
INFO:   author                blue_star
INFO:   copyright             Procaster 20.2.69
INFO:   broadcasting_app      Procaster 20.2.69
INFO:   operation_system      Windows XP Professional Service Pack 3 (build 2600
)
INFO:   presetname            Custom
INFO:   creationdate          2012.04.15-04:20:43
INFO:   audiocodecid          mp4a
INFO:   audiosamplerate       44100.00
INFO:   audiochannels         2.00
INFO:   audiodatarate         96.00
INFO:   videocodecid          avc1
3256.441 kB / 51.80 sec


.
Reply With Quote
  #34  
Old 04-15-2012, 06:12 AM
FLIGHT_Ian FLIGHT_Ian is offline
Junior Member
 
Join Date: Apr 2012
Posts: 5
FLIGHT_Ian is on a distinguished road
Default

Re: www.livestream.com: How to download with rtmpdump


Ok still no success:

Btw. the rtmp URL has changed. in rtmp://cp86438.live.edgefcs.net/live/livestream3_246@56855

When I use that command rtmpdump -r rtmp://cp86438.live.edgefcs.net/live/livestream3_246@56855 -a live -y livestream3_246@56855 -c 443 -W "https://cdn.livestream.com/grid/LSPlayer.swf" --live | "C:\Program Files (x86)\VideoLAN\VLC\vlc.exe" -

this happen:

When I try that with the other swf player the RTMP_ReadPacket Error appers directly without showing me the stream about 1min like it is the case with the command I posted here.
Reply With Quote
  #35  
Old 04-15-2012, 06:31 AM
svnpenn svnpenn is offline
Banned
 
Join Date: Apr 2011
Location: Dallas
Posts: 757
svnpenn is on a distinguished road
Default

Re: www.livestream.com: How to download with rtmpdump


Code:
$ rtmpdump \
> -v \
> -r rtmp://cp86438.live.edgefcs.net \
> -a live \
> -W http://cdn.livestream.com/chromelessPlayer/v21/playerapi.swf \
> -y livestream3_246@56855 \
> | "$PROGRAMFILES/VideoLAN/VLC/vlc" -
RTMPDump v2.4-34-g7340f6d
(c) 2010 Andrej Stepanchuk, Howard Chu, The Flvstreamer Team; license: GPL
WARNING: No application or playpath in URL!
WARNING: You haven't specified an output file (-o filename), using stdout
Connecting ...
INFO: Connected...
Starting Live Stream
INFO: Metadata:
INFO:   author                sfntv
INFO:   copyright             Livestream Procaster 20.0.89
INFO:   broadcasting_app      Livestream Procaster 20.0.89
INFO:   operation_system      MacOSx
INFO:   presetname            Custom
INFO:   creationdate          2012.04.15-01:33:30
INFO:   audiocodecid          mp4a
INFO:   audiosamplerate       44100.00
INFO:   audiochannels         2.00
INFO:   audiodatarate         128.00
INFO:   videocodecid          avc1
13526.105 kB / 121.70 sec



.
Reply With Quote
  #36  
Old 04-15-2012, 07:02 AM
FLIGHT_Ian FLIGHT_Ian is offline
Junior Member
 
Join Date: Apr 2012
Posts: 5
FLIGHT_Ian is on a distinguished road
Default

Re: www.livestream.com: How to download with rtmpdump


That still does not function.
Reply With Quote
  #37  
Old 04-15-2012, 07:10 AM
chap chap is offline
Senior Member
 
Join Date: Feb 2011
Location: Ukraine
Posts: 1,165
chap is on a distinguished road
Default

Re: www.livestream.com: How to download with rtmpdump


Quote:
Originally Posted by FLIGHT_Ian View Post
That still does not function.
where did you get it? "-c 443"
Reply With Quote
  #38  
Old 04-15-2012, 07:11 AM
svnpenn svnpenn is offline
Banned
 
Join Date: Apr 2011
Location: Dallas
Posts: 757
svnpenn is on a distinguished road
Default

Re: www.livestream.com: How to download with rtmpdump


​​​​​
Reply With Quote
  #39  
Old 04-15-2012, 08:03 AM
FLIGHT_Ian FLIGHT_Ian is offline
Junior Member
 
Join Date: Apr 2012
Posts: 5
FLIGHT_Ian is on a distinguished road
Default

Re: www.livestream.com: How to download with rtmpdump


Quote:
Originally Posted by chap View Post
where did you get it? "-c 443"
Forget that part of the command. That does not change anything thought maybe cause of the RTMPhash disconnect the HTTPS port could function, but no success with or without that command.

Screen from the command above, no success:
Reply With Quote
  #40  
Old 06-12-2012, 10:32 PM
p0k4 p0k4 is offline
Junior Member
 
Join Date: Jun 2012
Posts: 6
p0k4 is on a distinguished road
Default

Re: www.livestream.com: How to download with rtmpdump


Did something happen to Livestream because last night I was downloading a stream but it didn't get the audio track? I've tried several different videoplayers and none of them have the audio. The same stream worked just fine on monday. I had noticed similar problem before at justin.tv.

I tried using both rtmpexplorer and Replay Media Catcher.
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:40 PM.


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