Kodi Community Forum

Full Version: librtmp - Help Thread
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
(2015-01-25, 06:27)Mabs Wrote: [ -> ]
(2015-01-24, 04:01)shuvro Wrote: [ -> ]@Mabs
Hi!
Can u pls replace new librtmp for this.


http://www.semperpax.be/owncloud/public....PAwSMF29vE
OR
http://minix.com.hk/downfile/xbmcminix-a..._beta8.apk

Thanks

XBMC for MINIX 13.3.3 Beta8 With "LibRTMP from Superceleron (29.12.2014)"

Code:
http://www.mediafire.com/?4b657kku34qpo6p/
Made and tested by me.
Librtmp not from RP, but tested working at the time.

There are problems with some servers now that there is no fix at the moment...
This librtmp is more recent but still not working with those servers.

Please test and give feedback.
Thanks

Hi!
Thanks man .
I have the fix for mips and other rtmp sites and i have tested my changes with rtmpdump and it works ok.
Is there anyone compiling the dll for all plateforms, specially for android and windows which works with Helix and/or Gotham?
I am trying to see if RP could be reply but he seems to be busy with his real life.
Hi, as well as windows, can I put in a request for the latest librtmp for raspberry pi (Kodi / RASPBMC)? Would also like a new android apk including the new librtmp as well. Ideally need one using Red Penguin's signature, otherwise I believe all settings will be lost. I'm a bit confused as to what is the latest and what file should be used for different platforms! Many thanks.
(2015-02-02, 14:09)Shani-08 Wrote: [ -> ]I have the fix for mips and other rtmp sites and i have tested my changes with rtmpdump and it works ok.
Is there anyone compiling the dll for all plateforms, specially for android and windows which works with Helix and/or Gotham?
I am trying to see if RP could be reply but he seems to be busy with his real life.

I can compile to android windows... Smile
ok great. do we have a source code we all work towards? how we want to progress?
if you want, i can fork the official rtmpdump project, apply KSV changes and then my changes or if anyone has RP changes then it would be great too.
Or anyone has any other idea?
at the least, i can provide the changes manually with code copy and these are just 6-7 different changes to make. I have already passed this to stream recorder guys and they confirm it worked fine.
Yes its best, you fork the official and then apply the latest ksv patch then your patch and do a new patch with all the changes.
Then you can share the patch, or you can use github dunno your choice Smile
yeah lets do the github as then anyone would be able to fork and submit changes.
Actually i already did that last time working with RP. so let me remake it again and let you guys know. thanks.
What you guys should do was a public repository with docker files (or similar) to cross compile it for all the available kodi platforms. A lot of times the issue is related to the compile instructions and not with the patch itself.
I have heard a lot about docker but the issue is not cross compile, the issue is cross compile as per Kodi requirement. so it has to be built using specific version of SDK etc. windows is not a problem if i remember.
OK, i clear my exiting repo, got the 2.4 version, applied KSV patch, then applied mine.
get it from here, https://github.com/Shani-08/rtmpdump

There were couple of more changes i sent to RP related to rediect on android, i will update those asap.
Now could you generate binaries for windows and android for kodi.
(2015-02-02, 18:49)Shani-08 Wrote: [ -> ]OK, i clear my exiting repo, got the 2.4 version, applied KSV patch, then applied mine.
get it from here, https://github.com/Shani-08/rtmpdump

There were couple of more changes i sent to RP related to rediect on android, i will update those asap.
Now could you generate binaries for windows and android for kodi.

Nice give me 1h im making dinner Tongue
Done, http://bit.ly/Librtmp folder "TEST-Shani-02-02-2015"

Regards Smile
wow you are fast, but unfortunately i have done a small change. They have created a new param K which would be used for many other server like this
rtmpdump -r rtmp://stream -K "specialCommand;TRUE;TRUE"

but since the K param is not expose from Kodi, i have used the PageUrl like this

rtmpdump -r rtmp://stream http://www.somesite.com/page.htm/===K===...=TRUE=TRUE
so please get the code again and build it. i will test tomorrow
Ok i build it again Smile btw can you check janjua.tv i think its not working.
Yes janjua and other will start working once we use the correct parameters.
PM me the janjua test, i am going to PM you my test which worked with my compilation.