View Single Post
  #173  
Old 02-09-2014, 12:50 AM
jhb50 jhb50 is offline
Member
 
Join Date: Nov 2011
Posts: 54
jhb50 is on a distinguished road
Default

Re: Customized rtmpdump binaries with patch file


@KSV

www.filmon.com recently changed their vod methodology.
Using MediaBox I get:

url: rtmp://flash-cloud.filmon.com/demand/storage/25/410/116548/mp4:116548.mp4
app: demand/storage/25/410/116548
extra:
flashVer: WIN 12,0,0,44
pageUrl: http://www.filmon.com/vod/view/5717-...-from-a-killer
swfUrl: http://www.filmon.com/tv/modules/Fil...layer.swf?v=48
tcUrl: rtmp://flash-cloud.filmon.com/demand/storage/25/410/116548
playPath: mp4:116548.mp4

which yields:
rtmpdump.exe -r "rtmp://flash-cloud.filmon.com/demand/storage/25/410/116548/mp4:116548.mp4" -y "mp4:116548.mp4" -p "http://www.filmon.com/vod/view/5717-0-letters-from-a-killer" -W "http://www.filmon.com/tv/modules/FilmOnTV/files/flashapp/filmon/FilmonPlayer.swf?v=48" -v -z -m 15 | ffplay.exe" -i -

but this fails with:
DEBUG: Property: <Name: code, STRING: NetConnection.Call.Failed>
DEBUG: Property: <Name: description, STRING: Method not found (FCSubscribe).>
DEBUG: (object end)
DEBUG: (object end)
DEBUG: HandleInvoke, server invoking <_error>
ERROR: rtmp server sent error

I think the "extra:" above implies additional info is required.

Can you help?
Reply With Quote