Audio/video stream recording forums
|
Attention Visitor: |
You may have to register or log in before you can post:
|
|
|
Thread Tools | Display Modes |
#371
|
|||
|
|||
Re: Customized rtmpdump binaries with patch fileQuote:
|
#372
|
|||
|
|||
Re: Customized rtmpdump binaries with patch fileIs this fork of rtmpdump work with mfc? Tried to use, but rtmpdump do not solve javascript challenge that send mfc, as a result dump not started, login failed.
|
#373
|
|||
|
|||
Re: Customized rtmpdump binaries with patch filecould you explain what you mean by "javascript challenge"?
|
#374
|
|||
|
|||
Re: Customized rtmpdump binaries with patch fileIts a myfreecams authorization when you connect to rtmp. They send to you 1.5 KB javascript inside rtmp, and you should send result.
|
#375
|
|||
|
|||
Re: Customized rtmpdump binaries with patch fileSeems 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"; 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 - 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 - |
#376
|
|||
|
|||
Re: Customized rtmpdump binaries with patch fileWould anyone be able to support nicolive(http://live.nicovideo.jp)?
This repository https://github.com/meronpan3419/rtmpdump_nicolive is supported nicolive, but user(community) archived video is not supported. Rtmpdump command is like this page http://nico-lab.net/nicolive_rtmpdump_commands/ in japanease, https://github.com/chrippa/livestrea...ment-101658669 . |
#377
|
|||
|
|||
Re: Customized rtmpdump binaries with patch fileQuote:
(linux users need to use something other than rtmpdumphelper to redirect the rtmp stream they are trying to capture through rtmpsuck.) |
#378
|
|||
|
|||
Re: Customized rtmpdump binaries with patch fileSOLVED!
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;TRUE" -v -m 15 | "C:\Program Files\Serviio\lib\ffplay.exe" -i - |
#379
|
|||
|
|||
Re: Customized rtmpdump binaries with patch fileI tried to compile rtmpdump including the current patch on second computer. The original rtmpdump works fine, but the patched version doesn't.
HTML Code:
make SYS=posix HTML Code:
./rtmpdump ./rtmpdump: symbol lookup error: ./rtmpdump: undefined symbol: AVcopy HTML Code:
./rtmpsrv ./rtmpsrv: symbol lookup error: ./rtmpsrv: undefined symbol: strreplace ./rtmpsuck ./rtmpsuck: symbol lookup error: ./rtmpsuck: undefined symbol: strreplace EDIT: It seems that HTML Code:
make SYS=posix SHARED="no" |
#380
|
|||
|
|||
Re: Customized rtmpdump binaries with patch fileDoes anybody know if there's a compiled Android version of rtmpdump available with KSV's patches?
The one I'm currently using is from January 2013 and doesn't contain any of KSV's patches. Some videos are not seekable after downloading them or the video players (default player, VLC, BsPlayer) show a duration of 5 minutes, while it's a 20 minute video, so I'm looking for an updated version. |
Tags: binaries, binary, patch, patches, rtmpdump, rtmpsrv, rtmpsuck |
Thread Tools | |
Display Modes | |
|
|