View Single Post
  #160  
Old 02-01-2012, 03:03 AM
shantiq shantiq is offline
shan
 
Join Date: Jan 2012
Posts: 33
shantiq is on a distinguished road
Default

Re: www.channel4.com: Any way to capture video from the new 4OD service?


hi bat thank you for this [altho so far no cigar on my setup ]



straight command gave me this

Quote:
rtmpdump -r "rtmpe://ak.securestream.channel4.com:1935/4oD?auth=da_dpasa_bDdfcKbObAahcJbAbjdhbWaicC-bpkhp9-eS-ixU-m7tYpeq7j7q0r7o9q1shqcsWs3&aifp=v002&slist=assets/CH4_08_02_900_51044015001001_002.mp4" -a "4oD?auth=da_dpasa_bDdfcKbObAahcJbAbjdhbWaicC-bpkhp9-eS-ixU-m7tYpeq7j7q0r7o9q1shqcsWs3&aifp=v002&slist=assets/CH4_08_02_900_51044015001001_002.mp4" -f "LNX 11,1,102,55" -W "http://www.channel4.com/static/programmes/asset/flash/swf/4odplayer-11.21.2.swf" -p "http://www.channel4.com/programmes/unreported-world/4od#3268163" -C O:1 -C O:0 -y "mp4:assets/CH4_08_02_900_51044015001001_002.mp4" -o CH4_08_02_900_51044015001001_002.flv
RTMPDump v2.4-n25-git60218d0-ppa5~oneiric
(c) 2010 Andrej Stepanchuk, Howard Chu, The Flvstreamer Team; license: GPL
Connecting ...
ERROR: RTMP_Connect0, failed to connect socket. 111 (Connection refused)
===========

Then used this section from linked post


sadly does not work on my system at this time
the step between

Code:
sudo iptables -t nat -A OUTPUT -p tcp --dport 1935 -j REDIRECT && rtmpsrv
and reload and play seems to confuse something and it gives me

Quote:
sudo iptables -t nat -A OUTPUT -p tcp --dport 1935 -j REDIRECT && rtmpsrv
RTMP Server v2.4-n25-git60218d0-ppa5~oneiric
(c) 2010 Andrej Stepanchuk, Howard Chu; license: GPL

Streaming on rtmp://0.0.0.0:1935

rtmpdump -r "rtmpe://ll.securestream.channel4.com:1935/a4174/e1" -a "a4174/e1" -f "LNX 11,1,102,55" -W "http://www.channel4.com/static/programmes/asset/flash/swf/4odplayer-11.21.2.swf" -p "http://www.channel4.com/programmes/beach-volleyball/4od#3282759" -C O:1 -C O:0 -y "mp4:xcuassets/CH4_08_02_900_51743031001002_001.mp4?e=1328090752& ip=81.110.154.200&h=6c27611d42a6a8ab2f0de86557ae31 71" -o CH4_08_02_900_51743031001002_001.flv

Closing connection... done!

RTMPDump v2.4-n25-git60218d0-ppa5~oneiric
(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.
ERROR: RTMP_ReadPacket, failed to read RTMP packet header
Closing connection... done!

^CCaught signal: 2, cleaning up, just a second...
shantiq@shantiq-00000000000000000000000:~$


the wheel keeps on turning and video does not start up again

if i try the rtmpdump line i get this

Quote:
rtmpdump -r "rtmpe://ll.securestream.channel4.com:1935/a4174/e1" -a "a4174/e1" -f "LNX 11,1,102,55" -W "http://www.channel4.com/static/programmes/asset/flash/swf/4odplayer-11.21.2.swf" -p "http://www.channel4.com/programmes/beach-volleyball/4od#3282759" -C O:1 -C O:0 -y "mp4:xcuassets/CH4_08_02_900_51743031001002_001.mp4?e=1328090752& ip=81.110.154.200&h=6c27611d42a6a8ab2f0de86557ae31 71" -o CH4_08_02_900_51743031001002_001.flv
RTMPDump v2.4-n25-git60218d0-ppa5~oneiric
(c) 2010 Andrej Stepanchuk, Howard Chu, The Flvstreamer Team; license: GPL
Connecting ...
ERROR: RTMP_Connect0, failed to connect socket. 111 (Connection refused)

will try again at some other time

thanx for info
Reply With Quote