View Single Post
  #105  
Old 12-11-2012, 05:49 PM
KJA KJA is offline
Junior Member
 
Join Date: Dec 2012
Posts: 4
KJA is on a distinguished road
Default

Re: Recording Kelby Training (www.Kelbytraining.com) videos by Kelby Media Group


I've been able to successfully stream the KT videos in the past, but now I get the following error:

Quote:
Connecting ...
ERROR: Problem accessing the DNS. <addr: mbrstream.kelbymediagroup.com>

Have Kelby done some extra encoding steps lately?
I thought my IP might have been blocked, but I tried it on multiple IPs/computers with the same result.


Here an example .bat file i've been running flawlessly in the past:

Code:
setlocal EnableDelayedExpansion
for /L %%n in (1 1 19) do (
  set "num=00%%n"
  set "num=!num:~-2!"
  c:\downloads\rtmpdump\rtmpdump.exe -r "rtmpe://mbrstream.kelbymediagroup.com/ondemand/encoding" -a "ondemand/encoding" -f "WIN 11,2,202,228" -W "http://media.kelbymediagroup.com/players/player5.8/player.swf" -p "http://kelbytraining.com/online/watch/skelby_lsrhotshoe" -y "mp4:skelby_lsrhotshoe/kt_skelby_lsrhotshoe_!num!_720p.mp4" -o kt_skelby_lsrhotshoe_!num!_720p.flv
)
FYI: the code above loops through and records all the videos in the "series".
In the case of the "Light It. Shoot It. Retouch it – On a Budget with Hot Shoe Flash" above, there are "19" episodes
Reply With Quote