Audio/video stream recording forums
|
Attention Visitor: |
You may have to register or log in before you can post:
|
|
|
Thread Tools | Display Modes |
|
#1
|
|||
|
|||
Help with Pxstreamcould 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 Code:
ERROR: RTMP_Connect0, failed to connect socket. 10061 Thanks in advance for your help. Last edited by sweetgdx : 09-05-2015 at 03:36 AM. |
#2
|
|||
|
|||
Re: Help with PxstreamHi,
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> greetz |
#3
|
|||
|
|||
Re: Help with PxstreamThanks 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" |
#4
|
|||
|
|||
Re: Help with PxstreamGurus, 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
|
#5
|
|||
|
|||
Re: Help with PxstreamI solved with the port 443
Code:
rtmpdump -r "rtmp://95.211.137.198:443/loadbalance" |
#6
|
|||
|
|||
Re: Help with PxstreamThanks to you very much!
|
Tags: help, pxstream |
Thread Tools | |
Display Modes | |
|
|