View Single Post
  #3  
Old 11-15-2015, 06:02 AM
ringding ringding is offline
Junior Member
 
Join Date: Nov 2015
Posts: 3
ringding is on a distinguished road
Default

Re: Download videos from fundorado DOT de (partial success achieved)


Managed to fix it now.

Looks like I had to use rtmpsrv and make sure that the video has NOT yet been played in the browser when running the rtmpdump command.

I've used the following steps:
1. Created an iptables rule to redirect traffic that was going to be send to port 80 of the streaming server to the local port 1935
2. Started rtmpsrv
3. Got the rtmpdump command from rtmpsrv
4. Delete the created iptables rule
5. Append the --live parameter to the generated rtmpdump command
6. Start rtmpdump and download the stream

For --app paths containing "pp_fd4" it didn't matter if the video has been already played in the browser. The generated commands were basically persistent as the session hashes don't seem to expire for "pp_fd4".
Reply With Quote