View Single Post
  #375  
Old 05-29-2015, 07:43 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


Seems the -K switch no longer works with the latest version.

This uses
Code:
else if (strstr(pageUrl, "mips.tv") || strstr(pageUrl, "mipsplayer.com"))
+            {
+              char *command = "gaolVanusPobeleVoKosata";
and works:
Code:
rtmpdump.exe -r "rtmp://46.165.220.232/live" -y "cnnnewslfb?id=229590" -W "http://www.mipsplayer.com/content/scripts/fplayer.swf" -p "http://www.mipsplayer.com" -C "S:OK" -v -m 15 | "C:\Program Files\Serviio\lib\ffplay.exe" -i -
This which provides the same key using -K does not:
Code:
rtmpdump.exe -r "rtmp://46.165.220.232/live" -y "cnnnewslfb?id=229590" -W "http://www.mipsplayer.com/content/scripts/fplayer.swf" -p "http://www.mipsplayer.com" -C "S:OK" -K "gaolVanusPobeleVoKosata;TRUE" -v -m 15 | "C:\Program Files\Serviio\lib\ffplay.exe" -i -
Reply With Quote