That works. What I still can't figure out is the RTMP stream for Full Episodes. For example, this keeps ketting rejected:
Code:
rtmpdump -r "rtmpe://cp219686.edgefcs.net/ondemand" -a "daEabbYbncydMbbbecmbWbMbQdoboaDbUbV-bwjt6V-hca-mkADAzA&aifp=v001&slist=protected/2015-10/CARE1010151500007019_B1R1" -y "mp4:protected/2015-10/CARE1010151500007019_B1R1" -W "http://z.cdn.turner.com/xslo/cvp/plugins/akamai/streaming/osmf1.6/2.10/AkamaiAdvancedStreamingPlugin.swf" -o "output.flv" -e
Even ~3 seconds after making the token the RTMP stream gives me this error:
Code:
C:\Users\Administrator\Desktop\rtmpdump-2.4>rtmpdump -r "rtmpe://cp219686.edgefcs.net" -a "daEabbYbncydMbbbecmbWbMbQdoboaDbUbV-bwjt6V-hca-mkADAzA&aifp=v001&slist=protected/2015-10/CARE1010151500007019_B1R1" -y "mp4:protected/2015-10/CARE1010151500007019_B1R1" -W "http://z.cdn.turner.com/xslo/cvp/plugins/akamai/streaming/osmf1.6/2.10/AkamaiAdvancedStreamingPlugin.swf" -o "output.flv" -e
RTMPDump v2.4 GIT-2015-01-15 (Compiled by KSV)
(c) 2010 Andrej Stepanchuk, Howard Chu, The Flvstreamer Team; license: GPL
WARNING: No application or playpath in URL!
Connecting ...
WARNING: HandShake: Type mismatch: client sent 6, server answered 8
INFO: Connected...
ERROR: rtmp server sent error
ERROR: rtmp server requested close
But I can display it fine on the Kodi plugin:
Code:
20:51:24 T:8012 NOTICE: DVDPlayer: Opening: rtmpe://cp219686.edgefcs.net/ondemand?auth=daEcvbGcpd_btc1abdpdfb4dRc.c.auaTdj-bwjtT_-hca-mkCECAz&aifp=v001&slist=protected/2015-10/CARE1010151500007019_B1R1 playpath=mp4:protected/2015-10/CARE1010151500007019_B1R1 swfurl=http://z.cdn.turner.com/xslo/cvp/plugins/akamai/streaming/osmf1.6/2.10/AkamaiAdvancedStreamingPlugin.swf swfvfy=true
20:51:24 T:8012 WARNING: CDVDMessageQueue(player)::Put MSGQ_NOT_INITIALIZED
20:51:24 T:4924 NOTICE: Thread DVDPlayer start, auto delete: false
20:51:24 T:4924 NOTICE: Creating InputStream
20:51:26 T:4924 WARNING: HandShake: Type mismatch: client sent 6, server answered 8
20:51:29 T:4924 NOTICE: Creating Demuxer
20:51:29 T:4924 NOTICE: Metadata:
20:51:29 T:4924 NOTICE: duration 363.01
20:51:29 T:4924 NOTICE: moovPosition 91296871.00
20:51:29 T:4924 NOTICE: width 1280.00
20:51:29 T:4924 NOTICE: height 720.00
20:51:29 T:4924 NOTICE: videocodecid avc1
20:51:29 T:4924 NOTICE: audiocodecid mp4a
20:51:29 T:4924 NOTICE: avcprofile 77.00
20:51:29 T:4924 NOTICE: avclevel 40.00
20:51:29 T:4924 NOTICE: aacaot 2.00
20:51:29 T:4924 NOTICE: videoframerate 29.97
20:51:29 T:4924 NOTICE: audiosamplerate 48000.00
20:51:29 T:4924 NOTICE: audiochannels 2.00
Does anyone have an idea?