Hello everyone,
I'm trying to record a very tricky stream with rtmpdump under Windows 7. After various tries with different settings I think I need some help on this one.
The stream can be found here:
Code:
http://handball.ch/de/handball_schweiz/96_internettv.htm?id=101
My latest and most successful strategy so far was using this URL (which I found within the source code) to generate a "fresh" pair of keys:
Code:
http://hwcdn.net/x9q9d5i4/fms/itv/sport/handball/nationalmannschaft/s_hb_101031_schweiz-daenemark_m.mov.smil
Then I used the results as parameter for playpath and host, as for instance in this example:
Code:
rtmpdump -o video.flv --host "fms021.am4.hwcdn.net" --playpath "mp4:fms/itv/sport/handball/nationalmannschaft/s_hb_101031_schweiz-daenemark_m.mov?doppl=0db8aef940a503c1&dopsig=a445145a2da03963b9f7e000f97c58c8" --tcUrl "rtmp://fms021.am4.hwcdn.net/x9q9d5i4/_definst_" --app "x9q9d5i4/_definst_" --swfUrl "http://www.internettv.ch/swf/itvplayer.swf" --swfVfy "http://www.internettv.ch/swf/itvplayer.swf"
rtmpdump starts downloading the first 200k but then stops with "ERROR: failed to read rtmp packed body".
Has anyone of you some hints on how to record this stream properly?
Thanks in advance!
Best
Chrishi2010