View Single Post
  #7  
Old 03-21-2014, 09:30 PM
Startug Startug is offline
Junior Member
 
Join Date: Mar 2014
Posts: 7
Startug is on a distinguished road
Default

Re: SouthParkStudios - How do I capture video?


Alright, guess who's back? I got the entire third season downloaded and I went on to get the fourth season done. Wrote an entire code out. Ran right back to square one with nothing downloading except the output files. Here's the code of just one episode:

Code:
rtmpdump -r "rtmpe://viacommtvstrmfs.fplive.net:1935/viacommtvstrm" -y "mp4:gsp.comedystor/com/sp/season-4/0401/acts/sp_0401_actHD_01_B_1280x720_1200.mp4" -o "sp_0401_act1.flv"
rtmpdump -r "rtmpe://viacommtvstrmfs.fplive.net:1935/viacommtvstrm" -y "mp4:gsp.comedystor/com/sp/season-4/0401/acts/sp_0401_actHD_02_B_1280x720_1200.mp4" -o "sp_0401_act2.flv"
rtmpdump -r "rtmpe://viacommtvstrmfs.fplive.net:1935/viacommtvstrm" -y "mp4:gsp.comedystor/com/sp/season-4/0401/acts/sp_0401_actHD_03_B_1280x720_1200.mp4" -o "sp_0401_act3.flv"
rtmpdump -r "rtmpe://viacommtvstrmfs.fplive.net:1935/viacommtvstrm" -y "mp4:gsp.comedystor/com/sp/season-4/0401/acts/sp_0401_actHD_04_B_1280x720_1200.mp4" -o "sp_0401_act4.flv"
What did I do wrong this time? I've tried all the URL sniffers I can think of and none of them are helping me solve this case. I was able to get season 3 done perfectly off of the instructions I was given, but it appears season 4 will not be the same way for me. Any help? Thanks again, guys.
Reply With Quote