Audio/video stream recording forums (http://stream-recorder.com/forum/index.php)
-   rtmpdump (http://stream-recorder.com/forum/forumdisplay.php?f=54)
-   -  

Dump of mips required

(http://stream-recorder.com/forum/showthread.php?t=19272)

Darby_Crash 02-02-2015 04:53 PM

Re: Dump of mips required


 
Quote:

Originally Posted by shani_08 (Post 73774)
Thanks, I have already submitted my changes to them and it was confirmed to be working so good days ahead.

Can you send me your patch, please?

shani_08 02-02-2015 07:05 PM

Re: Dump of mips required


 
Anyone looking for patch, check my repo https://github.com/Shani-08/rtmpdump.
the binaries are here.
https://www.mediafire.com/folder/spi...#fjxqxqwndqx87

you would need to pass 3 param with K, third one would be TRUE, for example,

-K "customCommand;TRUE;TRUE"
or ccommand if running xbmc/kodi
ccommand=customCommand;TRUE;TRUE

obviously customCommand will be different for different site. like for p3g.tv its zenataStoGoPuknalaGavolot

Darby_Crash 02-02-2015 07:20 PM

Re: Dump of mips required


 
Quote:

Originally Posted by shani_08 (Post 73792)
Anyone looking for patch, check my repo https://github.com/Shani-08/rtmpdump.
the binaries are here.
https://www.mediafire.com/folder/spi...#fjxqxqwndqx87

you would need to pass 3 param with K, third one would be TRUE, for example,

-K "customCommand;TRUE;TRUE"
or ccommand if running xbmc/kodi
ccommand=customCommand;TRUE;TRUE

obviously customCommand will be different for different site. like for p3g.tv its zenataStoGoPuknalaGavolot

Many thanks, mate.
Great work!

solarc 02-04-2015 11:13 AM

Re: Dump of mips required


 
Quote:

Originally Posted by Darby_Crash (Post 73793)
Many thanks, mate.
Great work!

x2, thanks shani_08!

troller12 02-04-2015 12:14 PM

Re: Dump of mips required


 
Hi,

would anybody compile a Windows executable version set for us?

Thanks

biezom 02-04-2015 04:57 PM

Re: Dump of mips required


 
Quote:

Originally Posted by troller12 (Post 73872)
Hi,

would anybody compile a Windows executable version set for us?

Thanks

just librtmp.dll is it not enough?
Quote:

Originally Posted by shani_08;
Anyone looking for patch, check my repo https://github.com/Shani-08/rtmpdump.
the binaries are here.
https://www.mediafire.com/folder/spi...#fjxqxqwndqx87


kaisho 02-08-2015 10:25 PM

Re: Dump of mips required


 
Hi shani

I'm using your windows binary for this:

Code:

rtmpdump -r "rtmpe://live.zzcast.com/live" -a "live" -f "WIN 13,0,0,214" -W "http://62.212.82.97/player/player.swf" -p "http://www.zzcast.com/channel.php?u=atnnewsss" -y "ntv000ll0882233434556677l22356.stream" -o test.flv --token "%prqbrt(nKa@#." --live -z
It just works great in Windows.

However, Now I built from your github source on linux(ubuntu).
Now same command gives me the AuthorizationFailed error:

Code:

DEBUG: Property: <Name:              level, STRING:    error>
DEBUG: Property: <Name:              code, STRING:    NetStream.Play.Failed>
DEBUG: Property: <Name:        description, STRING:    AuthorizationFailed>
DEBUG: Property: <Name:          clientid, NUMBER:    1758934179.00>
DEBUG: (object end)
DEBUG: (object end)
DEBUG: HandleInvoke, server invoking <onStatus>
DEBUG: HandleInvoke, onStatus: NetStream.Play.Failed
ERROR: Closing connection: NetStream.Play.Failed
DEBUG: Closing connection.

I've tried with KSV patch on linux with same result.
Can u help me?

biezom 02-08-2015 10:29 PM

Re: Dump of mips required


 
Quote:

Originally Posted by kaisho (Post 73994)
Hi shani

I'm using your windows binary for this:

Code:

rtmpdump -r "rtmpe://live.zzcast.com/live" -a "live" -f "WIN 13,0,0,214" -W "http://62.212.82.97/player/player.swf" -p "http://www.zzcast.com/channel.php?u=atnnewsss" -y "ntv000ll0882233434556677l22356.stream" -o test.flv --token "%prqbrt(nKa@#." --live -z
It just works great in Windows.

However, Now I built from your github source on linux(ubuntu).
Now same command gives me the AuthorizationFailed error:

Code:

DEBUG: Property: <Name:              level, STRING:    error>
DEBUG: Property: <Name:              code, STRING:    NetStream.Play.Failed>
DEBUG: Property: <Name:        description, STRING:    AuthorizationFailed>
DEBUG: Property: <Name:          clientid, NUMBER:    1758934179.00>
DEBUG: (object end)
DEBUG: (object end)
DEBUG: HandleInvoke, server invoking <onStatus>
DEBUG: HandleInvoke, onStatus: NetStream.Play.Failed
ERROR: Closing connection: NetStream.Play.Failed
DEBUG: Closing connection.

I've tried with KSV patch on linux with same result.
Can u help me?

sometimes on linux you need write
Code:

--token '%prqbrt(nKa@#.'
so ' ' and not " "
surely special characters

kaisho 02-09-2015 05:29 PM

Re: Dump of mips required


 
Quote:

Originally Posted by biezom (Post 73995)
sometimes on linux you need write
Code:

--token '%prqbrt(nKa@#.'
so ' ' and not " "
surely special characters

Hi Biezom

Putting the token into single quote does the same thing. No change.

However, I've noticed if I dont give any token at all or give the right token, I get AuthorizationFailed error. But if I put a wrong token(change some character) its a different error:

Code:

DEBUG2:  0000:  02 00 0c 63 72 65 61 74  65 53 74 72 65 61 6d 00  ...createStream. 
DEBUG2:  0010:  40 00 00 00 00 00 00 00  05                        @........       
DEBUG: Invoking createStream
DEBUG2: RTMP_ReadPacket: fd=4
DEBUG: Socket closed by server, nBytes: 0
ERROR: RTMP_ReadPacket, failed to read RTMP packet header
DEBUG: Closing connection.


biezom 02-09-2015 06:12 PM

Re: Dump of mips required


 
Quote:

Originally Posted by kaisho (Post 74017)
Hi Biezom

Putting the token into single quote does the same thing. No change.

However, I've noticed if I dont give any token at all or give the right token, I get AuthorizationFailed error. But if I put a wrong token(change some character) its a different error:

Code:

DEBUG2:  0000:  02 00 0c 63 72 65 61 74  65 53 74 72 65 61 6d 00  ...createStream. 
DEBUG2:  0010:  40 00 00 00 00 00 00 00  05                        @........       
DEBUG: Invoking createStream
DEBUG2: RTMP_ReadPacket: fd=4
DEBUG: Socket closed by server, nBytes: 0
ERROR: RTMP_ReadPacket, failed to read RTMP packet header
DEBUG: Closing connection.


have you uninstall rtmpdump packages before compiling?


All times are GMT -6. The time now is 06:48 AM.