Audio/video stream recording forums

Attention Visitor:
You may have to register or log in before you can post:
  • Click the register link to sign up.
  • Registered members please fill in the form below and click the "Log in" button.
To start viewing messages, select the forum that you want to visit from the selection below.

Go Back   Audio/video stream recording forums > Streaming media recording forum > rtmpdump
Register FAQ Members List Calendar Mark Forums Read

Reply Post New Thread
 
Thread Tools Display Modes
  #31  
Old 07-05-2012, 12:05 PM
Eldorado Eldorado is offline
Junior Member
 
Join Date: Apr 2011
Posts: 15
Eldorado is on a distinguished road
Default

Re: can't find the rtmpdump release thread?


Sorry for resurrecting an old thread, but was the only one I could find where there was talk of including KSV's patches to the official RTMPDump site

The XBMC team wants to only include 'official' librtmp builds into their releases, so is incorporating the work KSV has done into the main source or posting the binaries/source on the rtmpdump site a possibility?
Reply With Quote
  #32  
Old 07-05-2012, 12:14 PM
KSV KSV is offline
Senior Member
 
Join Date: Apr 2011
Posts: 853
KSV is on a distinguished road
Cool

Re: can't find the rtmpdump release thread?


Well the short answer is no. there are many patches lying around on the mailing list without someone reviewing or committing them. also there is lack of positive attitude.
Reply With Quote
  #33  
Old 07-05-2012, 01:31 PM
karlo2105 karlo2105 is offline
Senior Member
 
Join Date: Sep 2011
Posts: 318
karlo2105 is on a distinguished road
Default

Re: can't find the rtmpdump release thread?


Quote:
Originally Posted by Eldorado View Post
The XBMC team wants to only include 'official' librtmp builds into their releases, so is incorporating the work KSV has done into the main source or posting the binaries/source on the rtmpdump site a possibility?
Why don't you include KSV patches, he has done so patches work so far, so his release is relevant to be used by XBMC team or you prefere to stay with official but unptached release.
Reply With Quote
  #34  
Old 07-05-2012, 02:40 PM
Eldorado Eldorado is offline
Junior Member
 
Join Date: Apr 2011
Posts: 15
Eldorado is on a distinguished road
Default

Re: can't find the rtmpdump release thread?


Quote:
Originally Posted by karlo2105 View Post
Why don't you include KSV patches, he has done so patches work so far, so his release is relevant to be used by XBMC team or you prefere to stay with official but unptached release.
Well its not my decision as I'm just a user and an addon dev, not apart of the XBMC dev team so it's ultimately up to them.. I'm just trying to get some wheels turning and have up to date librtmp builds included

Since KSV says it's a no then I think this is the next best option, I'll pitch them the idea and see if it gets somewhere

thanks!
Reply With Quote
  #35  
Old 07-05-2012, 04:27 PM
svnpenn svnpenn is offline
Banned
 
Join Date: Apr 2011
Location: Dallas
Posts: 757
svnpenn is on a distinguished road
Default

Re: can't find the rtmpdump release thread?


With all due respect to KSV, he hasnt posted a single commit to RtmpDump, only a flood of combined patch files.

I find this very strange because he has done well with his "Scripts" repo.
Reply With Quote
  #36  
Old 07-05-2012, 05:23 PM
karlo2105 karlo2105 is offline
Senior Member
 
Join Date: Sep 2011
Posts: 318
karlo2105 is on a distinguished road
Default

Re: can't find the rtmpdump release thread?


Quote:
Originally Posted by svnpenn View Post
With all due respect to KSV, he hasnt posted a single commit to RtmpDump, only a flood of combined patch files.

I find this very strange because he has done well with his "Scripts" repo.
KSV is keeping rtmpdump up to date and for this he should be acknowledged. Without his patches many streams would not work and I don't think there is many persons like him who would do it regulary.
Xeeby managed to open handshake 10 and I am grateful for this to him.
KSV is maintining several scripts up to date. I guss he has also job and family life. So instead of complaining you could at least recognize that he is doing his best.
Reply With Quote
  #37  
Old 07-05-2012, 05:41 PM
svnpenn svnpenn is offline
Banned
 
Join Date: Apr 2011
Location: Dallas
Posts: 757
svnpenn is on a distinguished road
Default

Re: can't find the rtmpdump release thread?


Quote:
Originally Posted by karlo2105
So instead of complaining you could at least recognize that he is doing his best
Quote:
Originally Posted by svnpenn
With all due respect to KSV, he hasnt posted a single commit to RtmpDump, only a flood of combined patch files.

I find this very strange because he has done well with his "Scripts" repo.
​​​​​
Reply With Quote
  #38  
Old 07-06-2012, 04:13 AM
KSV KSV is offline
Senior Member
 
Join Date: Apr 2011
Posts: 853
KSV is on a distinguished road
Unhappy

Re: can't find the rtmpdump release thread?


Quote:
Originally Posted by svnpenn View Post
he hasnt posted a single commit to RtmpDump, only a flood of combined patch files.
flood? oh really

i have never sent my combined patch file to mailing list. all the patches i submitted there were segregated and explained separately. IIRC last patch i sent was related to some RTMPT fixes but nobody cared to review it. combined patch file is only included with my package releases and makes it easier to apply it cleanly against latest git revision with single command instead of many separate patches generated against different git revisions.

how far you got when you submitted my live flag detection patch? they started bashing it saying it's invalid code and will crash while it's perfectly valid code and works as intended. it's not my job to convince someone to include it in their repo. honestly i don't care if it's in official repo or not. if i can use my written code that's good enough for me.
Reply With Quote
  #39  
Old 07-06-2012, 04:28 AM
svnpenn svnpenn is offline
Banned
 
Join Date: Apr 2011
Location: Dallas
Posts: 757
svnpenn is on a distinguished road
Default

Re: can't find the rtmpdump release thread?


Quote:
Originally Posted by KSV
i have never sent my combined patch file to mailing list. all the patches i submitted there were segregated and explained separately. IIRC last patch i sent was related to some RTMPT fixes but nobody cared to review it. combined patch file is only included with my package releases and makes it easier to apply it cleanly against latest git revision with single command instead of many separate patches generated against different git revisions.

how far you got when you submitted my live flag detection patch? they started bashing it saying it's invalid code and will crash while it's perfectly valid code and works as intended. it's not my job to convince someone to include it in their repo. honestly i don't care if it's in official repo or not. if i can use my written code that's good enough for me.
Pretty much all this is true.

My beef is with a single patch file users have no way to see the code changes involved in each patch. If a user wanted to implement just one of your changes, they would have to pick through your patch file and figure out what parts are relevant for each change, as I have.
Reply With Quote
  #40  
Old 07-06-2012, 05:24 AM
karlo2105 karlo2105 is offline
Senior Member
 
Join Date: Sep 2011
Posts: 318
karlo2105 is on a distinguished road
Default

Re: can't find the rtmpdump release thread?


Quote:
Originally Posted by svnpenn View Post
Pretty much all this is true.

My beef is with a single patch file users have no way to see the code changes involved in each patch. If a user wanted to implement just one of your changes, they would have to pick through your patch file and figure out what parts are relevant for each change, as I have.
Why would user implement only one patch from KSV and not all? It's nonsense.
Reply With Quote
Reply Post New Thread
Tags:



Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Forum Jump


All times are GMT -6. The time now is 09:22 AM.


Powered by All-streaming-media.com; 2006-2011
vB forum hacked with Zoints add-ons