View Single Post
  #9  
Old 10-02-2012, 11:49 PM
svnpenn svnpenn is offline
Banned
 
Join Date: Apr 2011
Location: Dallas
Posts: 757
svnpenn is on a distinguished road
Default

Re: how to download from www.fox.com


Quote:
Originally Posted by chap View Post
svnpenn
Can I transfer the http headers
with ffmpeg
Maybe

Code:
ffmpeg -i "http://mysite.com:80/live" -headers "Referer: http://www.mysite.com" -c copy out.ts
ffmpeg.org/pipermail/ffmpeg-user/2012-February/005095.html
Reply With Quote