 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".
|