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
  #21  
Old 02-02-2015, 05:53 PM
Darby_Crash Darby_Crash is offline
The_Hardcore_Scripter
 
Join Date: Dec 2011
Posts: 53
Darby_Crash is on a distinguished road
Default

Re: Dump of mips required


Quote:
Originally Posted by shani_08 View Post
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?
Reply With Quote
  #22  
Old 02-02-2015, 08:05 PM
shani_08 shani_08 is offline
Junior Member
 
Join Date: Jan 2015
Posts: 9
shani_08 is on a distinguished road
Default

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
Reply With Quote
  #23  
Old 02-02-2015, 08:20 PM
Darby_Crash Darby_Crash is offline
The_Hardcore_Scripter
 
Join Date: Dec 2011
Posts: 53
Darby_Crash is on a distinguished road
Default

Re: Dump of mips required


Quote:
Originally Posted by shani_08 View Post
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!
Reply With Quote
  #24  
Old 02-04-2015, 12:13 PM
solarc solarc is offline
Junior Member
 
Join Date: Jan 2015
Location: moon
Posts: 7
solarc is on a distinguished road
Default

Re: Dump of mips required


Quote:
Originally Posted by Darby_Crash View Post
Many thanks, mate.
Great work!
x2, thanks shani_08!
Reply With Quote
  #25  
Old 02-04-2015, 01:14 PM
troller12 troller12 is offline
Senior Member
 
Join Date: Sep 2013
Posts: 433
troller12 is on a distinguished road
Default

Re: Dump of mips required


Hi,

would anybody compile a Windows executable version set for us?

Thanks
Reply With Quote
  #26  
Old 02-04-2015, 05:57 PM
biezom biezom is offline
Senior Member
 
Join Date: Sep 2014
Posts: 1,025
biezom is on a distinguished road
Default

Re: Dump of mips required


Quote:
Originally Posted by troller12 View Post
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
Reply With Quote
  #27  
Old 02-08-2015, 11:25 PM
kaisho kaisho is offline
Junior Member
 
Join Date: Oct 2014
Posts: 8
kaisho is on a distinguished road
Unhappy

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?
Reply With Quote
  #28  
Old 02-08-2015, 11:29 PM
biezom biezom is offline
Senior Member
 
Join Date: Sep 2014
Posts: 1,025
biezom is on a distinguished road
Default

Re: Dump of mips required


Quote:
Originally Posted by kaisho View Post
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
Reply With Quote
  #29  
Old 02-09-2015, 06:29 PM
kaisho kaisho is offline
Junior Member
 
Join Date: Oct 2014
Posts: 8
kaisho is on a distinguished road
Default

Re: Dump of mips required


Quote:
Originally Posted by biezom View Post
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.
Reply With Quote
  #30  
Old 02-09-2015, 07:12 PM
biezom biezom is offline
Senior Member
 
Join Date: Sep 2014
Posts: 1,025
biezom is on a distinguished road
Default

Re: Dump of mips required


Quote:
Originally Posted by kaisho View Post
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?
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:41 AM.


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