View Single Post
  #3  
Old 05-21-2014, 12:16 PM
sebus sebus is offline
Member
 
Join Date: Apr 2012
Posts: 30
sebus is on a distinguished road
Default

Re: Digital Theatre Plus - the best of British theatre (direct)


OK, just spend few minutes on it & all is back to "normal".

This is how one does it:

1. Visit any production page ie.

Code:
https://www.d***************s.com/collections/view/private-lives
2. View page source & search for smil

Code:
https://s3-eu-west-1.amazonaws.com/digitaltheatre-content/videos/production-trailer-private-lives_dt-stream.smil
3. Replace "trailer" with "full", so you get:

Code:
https://s3-eu-west-1.amazonaws.com/digitaltheatre-content/videos/production-full-private-lives_dt-stream.smil
3. Use FreeDownloadManager.org to download this .smil file with the following settings:

- download properties / protocol / identify on server as: dtpflowplayer
- refferer: the page you read the smil from ie.
Code:
https://www.d***************s.com/collections/view/private-lives
4. Once you have the smil file you can pickup the version that you need (only bitrate is different) with rtmpdump:

Code:
rtmpdump -r "rtmpe://s1sozpa5bgrync.cloudfront.net/cfx/st" -a "cfx/st" -f "WIN 13,0,0,214" -W "https://www.d***************s.com/sites/all/modules/custom/dtp_flowplayer/flowplayer.commercial-3.2.16.swf" -p "https://www.d***************s.com/collections/view/private-lives" -y "mp4:videos/production-full-private-lives_dt-stream-3000kbps-821701390495955.mp4" -o "production-full-private-lives_dt-stream-3000kbps-821701390495955.flv"
5. Once downloaded remux .flv to .mp4 (or do whatever you want with the file)

sebus
Reply With Quote