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
  #1  
Old 09-04-2015, 06:32 PM
sweetgdx sweetgdx is offline
Junior Member
 
Join Date: Jul 2015
Posts: 5
sweetgdx is on a distinguished road
Default

Help with Pxstream


could you help me with this link, please? http://www.meocanaltv.com/canais.php...SCOVERYCHANNEL
There is Pxstream with rtmpdumphelper I Have this
Code:
rtmpdump -r "rtmp://178.162.193.160/loadbalance" -a "loadbalance?wmsAuthSign=c2VydmVyX3RpbWU9OS80LzIwMTUgNDoxMDoyOCBQTSZoYXNoX3ZhbHVlPVpBdDV0NGdmaFpwT0FlSjc1MEFiZlE9PSZ2YWxpZG1pbnV0ZXM9NQ==/" -f "WIN 18,0,0,232" -W "http://pxstream.tv/jwplayer.flash.swf" -p "http://pxstream.tv/embedrouter.php?file=sic7dias&width=600&height=450" -y "54722746623168684126" -o "2015-09-04_06-10-26_54722746623168684126.flv
But it doesn't work, it says
Code:
ERROR: RTMP_Connect0, failed to connect socket. 10061
There may be the token but I could not find it if there.
Thanks in advance for your help.

Last edited by sweetgdx : 09-05-2015 at 03:36 AM.
Reply With Quote
  #2  
Old 09-05-2015, 12:15 PM
troller12 troller12 is offline
Senior Member
 
Join Date: Sep 2013
Posts: 433
troller12 is on a distinguished road
Default

Re: Help with Pxstream


Hi,

the address is dynamic and no more working to execute it after loading.If you do use rtmpsrv then its working to download at same time.Only thing what you can do is to read the rtmp datas in realtime.Normaly they come from this site..
Code:
http://pxstream.tv/embedrouter.php?file=discovery5e1r&width=600&height=450
..
Code:
<script type="text/javascript" src="jwplayer.js"></script>
<script type="text/javascript">jwplayer.key="B4LB/VFiBWKy4+LMCc690pDOQwHDGlr9ZTekKMVgQxc=";</script>
<div id="myElement">Loading the player...</div>
<script type='text/javascript'>
      jwplayer('myElement').setup({
        width: "600",
        height: "450",
		autostart: 'true',
		title: '',
		fallback: 'false',
		repeat: 'true',
		stretching: "exactfit",
		file: "rtmp://37.48.116.21/loadbalance?wmsAuthSign=c2VydmVyX3RpbWU9OS81LzIwMTUgNDo0Mzo1OCBQTSZoYXNoX3ZhbHVlPUVsVEc5YWdGNTkwaEZFR3BlaWJMNUE9PSZ2YWxpZG1pbnV0ZXM9NQ==/35892225379893997888"
    });
</script>
..problem is you don't get the rtmp datas above if you access the site directly.

greetz
Reply With Quote
  #3  
Old 09-05-2015, 06:12 PM
sweetgdx sweetgdx is offline
Junior Member
 
Join Date: Jul 2015
Posts: 5
sweetgdx is on a distinguished road
Default

Re: Help with Pxstream


Thanks for your reply, Yes I know that the address is dynamic. I've already used Rtmpsrv to download in real time but the error is always

Code:
ERROR: RTMP_Connect0, failed to connect socket. 10061 (Unknown error)
Code:
rtmpdump -r "rtmp://95.211.137.198/loadbalance" -a "loadbalance?wmsAuthSign=c2VydmVyX3RpbWU9OS81LzIwMTUgMTE6MDI6MDIgUE0maGFzaF92YWx1ZT1mWWErNVBvVE5vOFhyaVVGblJ4VnZnPT0mdmFsaWRtaW51dGVzPTU=/" -f "WIN 18,0,0,232" -W "http://pxstream.tv/jwplayer.flash.swf" -p "http://pxstream.tv/embedrouter.php?file=discovery5e1r&width=600&height=450" -y "35892225379893997888" -o "2015-09-06_01-02-03_35892225379893997888.flv"
Cheers.
Reply With Quote
  #4  
Old 09-06-2015, 06:18 PM
napretep napretep is offline
Member
 
Join Date: Sep 2014
Posts: 33
napretep is on a distinguished road
Default

Re: Help with Pxstream


Gurus, any solution to this problem? I have the exact same problem. m not able to download or play this stream on vlc or any other player? I have tried rtmpsrv but same problem. thx2u for help
Reply With Quote
  #5  
Old 09-06-2015, 06:32 PM
sweetgdx sweetgdx is offline
Junior Member
 
Join Date: Jul 2015
Posts: 5
sweetgdx is on a distinguished road
Default

Re: Help with Pxstream


I solved with the port 443
Code:
rtmpdump -r "rtmp://95.211.137.198:443/loadbalance"
Reply With Quote
  #6  
Old 09-06-2015, 07:33 PM
napretep napretep is offline
Member
 
Join Date: Sep 2014
Posts: 33
napretep is on a distinguished road
Default

Re: Help with Pxstream


Thanks to you very much!

Quote:
Originally Posted by sweetgdx View Post
I solved with the port 443
Code:
rtmpdump -r "rtmp://95.211.137.198:443/loadbalance"
Reply With Quote
  #7  
Old 09-07-2015, 08:04 AM
troller12 troller12 is offline
Senior Member
 
Join Date: Sep 2013
Posts: 433
troller12 is on a distinguished road
Default

Re: Help with Pxstream


Hi again,

funny again that you need to add the port this time.

@ napretep

About your question....the port you can find via CMD netstat (use -h to get help infos) if the stream does run in your browser for example.
Code:
netstat -ano

Aktive Verbindungen

  Proto  Lokale Adresse         Remoteadresse          Status           PID
.............
  TCP    xxx.xxx.x.xxx:xxxx     178.162.192.207:443    HERGESTELLT     3052
............
Code:
rtmp://178.162.192.207:443/app/playpath
greetz
Reply With Quote
  #8  
Old 09-07-2015, 08:52 AM
napretep napretep is offline
Member
 
Join Date: Sep 2014
Posts: 33
napretep is on a distinguished road
Default

Re: Help with Pxstream


It's interesting! I just run cport and netstat about an hr ago, but I didn't use the '-n' option hence, I didn't see the connection LOL. So I've asked you and biezom and you guys came through!! Thank you all for the help and promptness! Saludos!
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:21 AM.


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