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

Help with Pxstream

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

sweetgdx 09-04-2015 05:32 PM

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.

troller12 09-05-2015 11:15 AM

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

sweetgdx 09-05-2015 05:12 PM

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.

napretep 09-06-2015 05:18 PM

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

sweetgdx 09-06-2015 05:32 PM

Re: Help with Pxstream


 
I solved with the port 443
Code:

rtmpdump -r "rtmp://95.211.137.198:443/loadbalance"

napretep 09-06-2015 06:33 PM

Re: Help with Pxstream


 
Thanks to you very much!

Quote:

Originally Posted by sweetgdx (Post 79615)
I solved with the port 443
Code:

rtmpdump -r "rtmp://95.211.137.198:443/loadbalance"


troller12 09-07-2015 07:04 AM

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

napretep 09-07-2015 07:52 AM

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!


All times are GMT -6. The time now is 10:03 PM.