View Single Post
  #13  
Old 07-01-2012, 03:49 PM
svnpenn svnpenn is offline
Banned
 
Join Date: Apr 2011
Location: Dallas
Posts: 757
svnpenn is on a distinguished road
Default

Re: Capture HD Video wih HTTP Dynamic Streaming


For some reason the Idiots at that site decided to switch the same video from AdobeHDS to RTMP. Oh well

Code:
$ rtmp-host.sh
Press enter after video starts

127.0.0.1 cgbrtmp.cdn.videodock.com
127.0.0.1 cgbrtmp.cdn.videodock.com
Press enter to start RtmpSrv, then restart video.

RTMP Server v2.4-34-g7340f6d
(c) 2010 Andrej Stepanchuk, Howard Chu; license: GPL

Streaming on rtmp://0.0.0.0:1935
WARNING: Trying different position for client digest!
Closing connection... done!

WARNING: Trying different position for client digest!
RTMPDump v2.4-34-g7340f6d
(c) 2010 Andrej Stepanchuk, Howard Chu, The Flvstreamer Team; license: GPL
Connecting ...
rtmpdump -r "rtmp://cgbrtmp.cdn.videodock.com:1935/cfx/st" -a "cfx/st" -f "WIN 1
1,3,300,257" -W "http://videodock.com/staging/cgb/media/vd.swf" -p "http://video
dock.com/staging/cgb/player/?p=live" -y "mp4:livestreamavond/200.mp4" -o 200.flv

Exiting
RTMPDump v2.4-34-g7340f6d
(c) 2010 Andrej Stepanchuk, Howard Chu, The Flvstreamer Team; license: GPL
Connecting ...
INFO: Connected...
Starting download at: 0.000 kB
INFO: Metadata:
INFO:   duration              8809.30
INFO:   moovPosition          32.00
INFO:   width                 416.00
INFO:   height                234.00
INFO:   videocodecid          avc1
INFO:   audiocodecid          mp4a
INFO:   avcprofile            66.00
INFO:   avclevel              12.00
INFO:   aacaot                2.00
INFO:   videoframerate        12.50
INFO:   audiosamplerate       24000.00
INFO:   audiochannels         2.00
INFO: trackinfo:
INFO:   length                220232.00
INFO:   timescale             25.00
INFO:   language              und
INFO: sampledescription:
INFO:   sampletype            avc1
INFO:   length                211423232.00
INFO:   timescale             24000.00
INFO:   language              und
INFO: sampledescription:
INFO:   sampletype            mp4a
10977.262 kB / 356.48 sec (4.0%)

Last edited by svnpenn : 07-01-2012 at 08:47 PM.
Reply With Quote