I'm struggling with some nice videos on the t3licensing.com platform.
Here is an example clip:
http://www.t3licensing.com/license/c...1108462_s01.do
What I tried so far:
- using the newest version of rtmpdump from this forum
Code:
sudo iptables -t nat -A OUTPUT -p tcp --dport 1935 -j REDIRECT
./rtmpsrv
sudo iptables -t nat -D OUTPUT -p tcp --dport 1935 -j REDIRECT
When I open the video in firefox during rtmpsrv, I get this message:
Code:
RTMP Server v2.4
(c) 2010 Andrej Stepanchuk, Howard Chu; license: GPL
Streaming on rtmp://0.0.0.0:1935
rtmpdump -r "rtmpe://cp111580.edgefcs.net/ondemand/mp4:" -a "ondemand/mp4:" -f "LNX 11,2,202,491" -W "http://www.t3licensing.com/license/etc/TePlayer.swf" -p "http://www.t3licensing.com/license/clip/1411108462_s01.do" -C B:0 -y "tem/warehouse/141/110/846/2/1411108462_s01_lp.f4v" -o "2015-07-22_10-41-52_1411108462_s01_lp.flv"
Closing connection... done!
RTMPDump v2.4
(c) 2010 Andrej Stepanchuk, Howard Chu, The Flvstreamer Team; license: GPL
Connecting ...
WARNING: HandShake: Type mismatch: client sent 6, server answered 8
INFO: Connected...
Duplicate request, skipping.
Closing connection... done!
Caught signal: 13, cleaning up, just a second...
ERROR: WriteN, RTMP send error 32 (42 bytes)
ERROR: RTMP_ReadPacket, failed to read RTMP packet header
Using the suggested rtmpdump command, it's not working correctly:
Code:
rtmpdump -r "rtmpe://cp111580.edgefcs.net/ondemand/mp4:" -a "ondemand/mp4:" -f "LNX 11,2,202,491" -W "http://www.t3licensing.com/license/etc/TePlayer.swf" -p "http://www.t3licensing.com/license/clip/1411108462_s01.do" -C B:0 -y "tem/warehouse/141/110/846/2/1411108462_s01_lp.f4v" -o "2015-07-22_10-41-52_1411108462_s01_lp.flv"
RTMPDump v2.4
(c) 2010 Andrej Stepanchuk, Howard Chu, The Flvstreamer Team; license: GPL
Connecting ...
ERROR: RTMP_Connect0, failed to connect socket. 110 (Connection timed out)
Does someone knows to do get this working? I really appreciate any help.