Audio/video stream recording forums
|
Attention Visitor: |
You may have to register or log in before you can post:
|
|
|
Thread Tools | Display Modes |
#311
|
|||
|
|||
Re: Customized rtmpdump binaries with patch fileQuote:
Thank you. but where is android fails me I have compiled the latest librtmp this server ucaster.eu |
#312
|
|||
|
|||
Re: Customized rtmpdump binaries with patch fileAnynone have a working static binary of this for Android Lollipop?
|
#313
|
|||
|
|||
Re: Customized rtmpdump binaries with patch filePff... Lost some time with this.
Its not working on lubuntu utopic (maybe not ubuntu too). Had a recently formated lubuntu utopic and kept getting the netstream error. Tried on another lubuntu 14.10, same problem. While it worked on my main machine MintOS and VMs with lubuntu trusty. The only libs I had installed where the requirements ( sudo apt-get install build-essential git-core checkinstall libssl-dev ). Reformated with lubuntu trusty, installed the requirements and it worked just fine. PS: Where are the updated versions? (you say there is an update on 28/10/2014 but patch file in the zip is from 2013). And thanks for your work! |
#314
|
|||
|
|||
Re: Customized rtmpdump binaries with patch fileVersions are in first post. My patch.diff is dated 10/28/14.
|
#315
|
|||
|
|||
Re: Customized rtmpdump binaries with patch fileI've been looking into this issue:
http://stream-recorder.com/forum/hel...te-t19008.html And I've come to this conclusion: It seems that when the app is explicitly specified in the command: Code:
rtmpdump -r "rtmp://185.39.10.134:1735/redirect/" -a "redirect/?token=play@141591954001747" -f "WIN 14,0,0,179" -W "http://www.spasswitz.com/jwplayer5/addplayer/jwplayer.flash.swf" -p "http://www.sitenow.me/embedfr.php?c=1872&width=640&height=360&autostart=true&tk1=6iCVreJJok9hNAu5pszYQ6U0Hq1%2FQQmmVh7x%2FXmsQUrsGyHMPRzN01hTpVpu6A8Ee5J538KCXzWtOYWdt2iL9A%3D%3D&tk2=xk1UrvQ3lZBdhysbnwOqS1qoOA7%2FvG3%2BFYMtZtJ65PU%3D&tk3=QTZ5%2Bx8UqV9oY9WGF1OwCOnvuhBStwHv4DixCuxFg7c%3D" -y "footpluusss_7x1xktw" -o "2014-11-13_05-03-10_footpluusss_7x1xktw.flv" -T "@@stop-stole@@" Code:
redirect, STRING: rtmp://185.39.9.162:1735/vod?token=play@141598783902787 Code:
if ((r->Link.lFlags & RTMP_LF_FTCU) && !reconnect) { free(r->Link.tcUrl.av_val); r->Link.tcUrl.av_val = NULL; r->Link.lFlags ^= RTMP_LF_FTCU; } To solve it I have modified a couple of lines in rtmp.c and parseurl.c: Code:
if ((r->Link.lFlags & RTMP_LF_FTCU) && !reconnect && !r->Link.redirected) { free(r->Link.tcUrl.av_val); r->Link.tcUrl.av_val = NULL; r->Link.lFlags ^= RTMP_LF_FTCU; } Code:
else if (AVMATCH(&method, &av_close)) { if (r->Link.redirected) { r->Link.redirected = FALSE; RTMP_Close(r); r->Link.redirected = FALSE; RTMP_Log(RTMP_LOGINFO, "trying to connect with redirected url"); RTMP_Connect(r, NULL); } And in parseUrl.c instead of: Code:
if ((!ques) && doubleSlash) applen -= 1; Code:
if (doubleSlash) applen -= 1; With changes from above, everything seems to work but I'm not sure if these changes are safe. Maybe @KSV can help. |
#316
|
|||
|
|||
Re: Customized rtmpdump binaries with patch file@gorilla.maguila
i will look into this. |
#317
|
|||
|
|||
Re: Customized rtmpdump binaries with patch file@KSV
Have you had any chance to look at it? Thanks |
#318
|
|||
|
|||
Re: Customized rtmpdump binaries with patch fileHi any Update With Streampiraten Patch Not Working I thing He change Systeme
|
#319
|
|||
|
|||
Re: Customized rtmpdump binaries with patch fileQuote:
They now also use "mipsplayer.com" so in the Patch you can do: else if (strstr(pageUrl, "mips.tv") || strstr(pageUrl, "mipsplayer.com")) and I find it works fine. |
#320
|
|||
|
|||
Re: Customized rtmpdump binaries with patch fileI use this Command
rtmpdump --live -r "rtmp://pc3oot.us.to:1935/live/cinema" -p "http://www.streamnetwork.tv/page/PremiumTest" -W "http://ni208114_1.vweb03.nitrado.net/plaasma.swf" | ffmpeg -i - -isync -acodec aac -strict -2 -b:a 64k -vcodec libx264 -preset veryfast -s 660x400 -b:v 300k -f flv "rtmp://" RTMPDump v2.4 (c) 2010 Andrej Stepanchuk, Howard Chu, The Flvstream With patches WARNING: You haven't specified an output file (-o fil Connecting ... ffmpeg version N-68355-gae81680 Copyright (c) 2000-20 built on Dec 10 2014 02:07:55 with gcc 4.9.2 (GCC) configuration: --enable-gpl --enable-version3 --dis isynth --enable-bzlib --enable-fontconfig --enable-fr le-iconv --enable-libass --enable-libbluray --enable- enable-libfreetype --enable-libgme --enable-libgsm -- modplug --enable-libmp3lame --enable-libopencore-amrn b --enable-libopenjpeg --enable-libopus --enable-libr r --enable-libsoxr --enable-libspeex --enable-libtheo able-libvidstab --enable-libvo-aacenc --enable-libvo- --enable-libvpx --enable-libwavpack --enable-libwebp libx265 --enable-libxavs --enable-libxvid --enable-de libavutil 54. 15.100 / 54. 15.100 libavcodec 56. 14.100 / 56. 14.100 libavformat 56. 15.103 / 56. 15.103 libavdevice 56. 3.100 / 56. 3.100 libavfilter 5. 2.103 / 5. 2.103 libswscale 3. 1.101 / 3. 1.101 libswresample 1. 1.100 / 1. 1.100 libpostproc 53. 3.100 / 53. 3.100 INFO: Connected... ERROR: Closing connection: NetStream.Play.Failed pipe:: Invalid data found when processing input |
Tags: binaries, binary, patch, patches, rtmpdump, rtmpsrv, rtmpsuck |
Thread Tools | |
Display Modes | |
|
|