View Single Post
  #2  
Old 09-05-2015, 11:15 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,

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