sweetgdx
09-04-2015, 05:32 PM
could you help me with this link, please? http://www.meocanaltv.com/canais.php?stream=DISCOVERYCHANNEL
There is Pxstream with rtmpdumphelper I Have this
rtmpdump -r "rtmp://178.162.193.160/loadbalance" -a "loadbalance?wmsAuthSign=c2VydmVyX3RpbWU9OS80LzIwMT UgNDoxMDoyOCBQTSZoYXNoX3ZhbHVlPVpBdDV0NGdmaFpwT0Fl Sjc1MEFiZlE9PSZ2YWxpZG1pbnV0ZXM9NQ==/" -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
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
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..
http://pxstream.tv/embedrouter.php?file=discovery5e1r&width=600&height=450
..
<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=c2VydmVyX3RpbWU9OS81LzIwMT UgNDo0Mzo1OCBQTSZoYXNoX3ZhbHVlPUVsVEc5YWdGNTkwaEZF R3BlaWJMNUE9PSZ2YWxpZG1pbnV0ZXM9NQ==/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
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
ERROR: RTMP_Connect0, failed to connect socket. 10061 (Unknown error)
rtmpdump -r "rtmp://95.211.137.198/loadbalance" -a "loadbalance?wmsAuthSign=c2VydmVyX3RpbWU9OS81LzIwMT UgMTE6MDI6MDIgUE0maGFzaF92YWx1ZT1mWWErNVBvVE5vOFhy aVVGblJ4VnZnPT0mdmFsaWRtaW51dGVzPTU=/" -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
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
I solved with the port 443
rtmpdump -r "rtmp://95.211.137.198:443/loadbalance"
napretep
09-06-2015, 06:33 PM
Thanks to you very much!
I solved with the port 443
rtmpdump -r "rtmp://95.211.137.198:443/loadbalance"
troller12
09-07-2015, 07:04 AM
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.
netstat -ano
Aktive Verbindungen
Proto Lokale Adresse Remoteadresse Status PID
.............
TCP xxx.xxx.x.xxx:xxxx 178.162.192.207:443 HERGESTELLT 3052
............
rtmp://178.162.192.207:443/app/playpath
greetz
napretep
09-07-2015, 07:52 AM
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!
vBulletin® , Copyright ©2000-2025, Jelsoft Enterprises Ltd.