View Single Post
  #10  
Old 12-06-2012, 04:44 AM
mickymouse mickymouse is offline
Junior Member
 
Join Date: Nov 2012
Posts: 6
mickymouse is on a distinguished road
Default

Re: rtmpdump (Mac) Need Help with Compiling


svnpenn2
What is the code that you posted for?
I tried out the code
rtmpdump -o a.flv -r rtmp://s3t9g44q94vhqw.cloudfront.net/cfx/st -a cfx/st -y
mp4:Session1-opt


When I typed in this code i got the rtmpdump parameters
Code:
--help|-h Prints this help screen.
--rtmp|-r url URL (e.g. rtmp//hotname[ort]/path)
--host|-n hostname Overrides the hostname in the rtmp url
--port|-c port Overrides the port in the rtmp url
--protocol|-l Overrides the protocol in the rtmp url (0 - RTMP, 3 - RTMPE)
--playpath|-y Overrides the playpath parsed from rtmp url
--swfUrl|-s url URL to player swf file
--tcUrl|-t url URL to played stream (default: "rtmp://host[ort]/app")
--pageUrl|-p url Web URL of played programme
--app|-a app Name of player used
--swfhash|-w hexstring SHA256 hash of the decompressed SWF file (32 bytes)
--swfsize|-x num Size of the decompressed SWF file, required for SWFVerification
--auth|-u string Authentication string to be appended to the connect string
--flashVer|-f string Flash version string
--live|-v Save a live stream, no --resume (seeking) of live strems possible
--flv|-o string FLV output file name, if the file name is - print stream to stdout
--resume|-e Resume a partial RTMP download
--timeout|-m num Timeout connection num seconds
--buffer|-b Buffer time in milliseconds, this option makes only sense in stdout mode
--skip|-k num Skip num keyframes when looking for last keyframe to resume from. Useful if resume fails


What do i do next in order to download the online video that i want?
Reply With Quote