Full screen not working...
How to enable "full screen" when opening this URL?
http://player.longtailvideo.com/player.swf?file=stream-lasexta_1&streamer=rtmp://antena3fms35livefs.fplive.net/antena3fms35live-live&autostart=true
Thank you in advance.
How to enable "full screen" when opening this URL?
http://player.longtailvideo.com/player.swf?file=stream-lasexta_1&streamer=rtmp://antena3fms35livefs.fplive.net/antena3fms35live-live&autostart=true
Thank you in advance.
1) You are leeching our player.swf from our site.
2) When embedding using this method, full screen will not work.
2) What's the method then? what code should I include?
Thank you in advance.
2) http://www.jwplayer.com/blog/using-the-jw-embedder-to-embed-your-player/
<script type="text/javascript" src="jwplayer.js"></script>
<div id="thePlayer"></div>
<script type="text/javascript">
jwplayer("thePlayer").setup({
flashplayer: "player.swf",
file: "file.mp4",
height: "270",
width: "380"
});
</script>
What about this comment?
"How do you use the JW Embedder for rtmp streaming? It works well for http download option for .flv and .mp4 files. But when using this method
For RTMP streaming this works well:"
?
No answer...
RTMP will work with the embedder:
Just use:
file: “file.mp4”,
streamer: “rtmp://yourserver”,
provider: “rtmp”,
<script type="text/javascript" src="jwplayer.js"></script>
<div id="thePlayer"></div>
<script type="text/javascript">
jwplayer("thePlayer").setup({
flashplayer: "player.swf",
file: "stream-lasexta_1",
streamer: "rtmp://antena3fms35geobloqueolivefs.fplive.net/antena3fms35geobloqueolive-live",
provider: "rtmp",
});
</script>
However I get this error: "Could not connect to application: Error #2028".
Where is the problem?. Thank you for your patience.
Are you sure that rtmp://antena3fms35geobloqueolivefs.fplive.net/antena3fms35geobloqueolive-live is the streaming server?