Note that there are some explanatory texts on larger screens.

plurals
  1. PORTMP link query
    primarykey
    data
    text
    <p>I found a link to a live video feed in the html code like this:</p> <pre><code>&lt;embed height="500" width="650" flashvars="file=foxmovies&amp;amp;streamer=rtmp://198.7.58.79/edge&amp;amp;rtmp.subscribe=true&amp;amp;quality=best&amp;amp;controlbar=bottom&amp;amp;rtmp.tunneling=false&amp;amp;frontcolor=#fff&amp;amp;backcolor=#000&amp;amp;stretching=exactfit&amp;amp;autostart=true" wmode="transparent" allowfullscreen="true" allowscriptaccess="always" quality="high" src="http://s.zuuk.net/ply.swf" type="application/x-shockwave-flash"&gt; </code></pre> <p>I want to know what the actual link to the RTMP stream would be. I'm confused by the "file" and the "edge&amp;amp" and the flashvars. </p> <p>Thanks</p> <p><strong>EDIT1</strong></p> <pre><code>&lt;script type="text/javascript"&gt; jwplayer("dplayer").setup({ id: 'dplayer', flashplayer: "http://player.ilive.to/player.swf", provider: "rtmp", streamer: "rtmp://redirect.isearch.to/edge", file: "2tag4dzgwof5ma2.flv", autostart: "true", plugins: { "http://player.ilive.to/ova/ova-jw.swf": { "ads": { "schedule": [ { "position": "pre-roll", "tag": "http://ad4.liverail.com/?LR_PUBLISHER_ID=1912&amp;LR_PARTNERS=718594&amp;LR_SCHEMA=vast2-vpaid&amp;LR_AUTOPLAY=1&amp;LR_CONTENT=6&amp;LR_VERTICALS=[entertainment]&amp;LR_TITLE=[Disney_channel]&amp;LR_VIDEO_ID=[38804]&amp;LR_URL=[http://www.ilive.to/channels/38804/Disney_channel]" } ] }, "debug": { "levels": "fatal, config, vast_template, vpaid, http_calls, playlist, api" } } }, height: '100%', width: '100%' }); &lt;/script&gt; </code></pre>
    singulars
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload