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!
|
#7
|
|||
|
|||
Re: Help with PxstreamHi 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 |
#8
|
|||
|
|||
Re: Help with PxstreamIt'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!
|
Tags: help, pxstream |
Thread Tools | |
Display Modes | |
|
|