Name is required.
Email address is required.
Invalid email address
Answer is required.
Exceeding max length of 5KB

Help jwplayer playlist rtmp http and multi bitrate


Currently use jwplayer playlist to 5.8 with ios rtmp and http, everything works fine.

I have a video server Wowza Media Server and I want to make a player with playlist and multibitrate and adds on, as can I do it.

Kind regards: Manyblue

7 Community Answers

JW Player

User  
0 rated :

Post Data:
I have the playlist with rtmp and http ios but with out multibitrate:

http://www.tvgrancanaria.com

I havent, for the moment, wowza transcode or multibitrate.

I loadup the videosto my server in two formats .flv and .mp4 or .mov and 1080p,720p,480p,360p and 240

I can show you my plylist.php if you need it.

Kin regards: Manyblue

JW Player

User  
0 rated :

Can I made my playlist.php with the following form:


bc.. <?php

// IOS detect

if ( strpos($_SERVER['HTTP_USER_AGENT'],"iPhone") || strpos($_SERVER['HTTP_USER_AGENT'],"iPod") || strpos($_SERVER['HTTP_USER_AGENT'],"iPad") ) {

?>

<rss version="2.0" xmlns:media="http://search.yahoo.com/mrss/" xmlns:jwplayer="http://developer.longtailvideo.com/">

<channel>
<title>iOS Multi Bit Rate Playlist</title>

<item>
<title>Live Streaming</title>

<description>Put your description here.</description>
<media:group>
<media:content bitrate="240"
url="http://www.tvgrancanaria.com:1935/vod/mp4:240_video.mp4/playlist.m3u8" width="426" height="240" />
<media:content bitrate="360"
url="http://www.tvgrancanaria.com:1935/vod/mp4:360_video.mp4/playlist.m3u8" width="640" height="360" />
<media:content bitrate="480"
url="http://www.tvgrancanaria.com:1935/vod/mp4:480_video.mp4/playlist.m3u8" width="854" height="480" />
<media:content bitrate="720"
url="http://www.tvgrancanaria.com:1935/vod/mp4:720_video.mp4/playlist.m3u8" width="1280" height="720" />
<media:content bitrate="1080"
url="http://www.tvgrancanaria.com:1935/vod/mp4:1080_video.mp4/playlist.m3u8" width="1920" height="1080" />
</media:group>

<jwplayer:provider>http</jwplayer:provider>
</item>

</channel>
</rss>

<?php

// For the rest

}else{

?>

<rss version="2.0" xmlns:media="http://search.yahoo.com/mrss/" xmlns:jwplayer="http://developer.longtailvideo.com/">

<channel>
<title>Flash Multi Bit Rate Playlist</title>

<item>
<title>Live Streaming</title>

<description>Put your description here.</description>
<media:group>
<media:content bitrate="500" url="240_video.flv" width="426" height="240" />
<media:content bitrate="350" url="360_video.flv" width="640" height="360" />
<media:content bitrate="200" url="480_video.flv" width="854" height="480" />
<media:content bitrate="350" url="720_video.flv" width="1280" height="720" />
<media:content bitrate="200" url="1080_video.flv" width="1920" height="1080" />
</media:group>

<jwplayer:provider>rtmp</jwplayer:provider> <jwplayer:streamer>rtmp://www.mydomind.com:1935/vod/</jwplayer:streamer>
</item>

</channel>
</rss>

<?php
}
?>




And how can i made the player ??

Kind regards: manyblue

JW Player

User  
0 rated :

bc.. <?php

// IOS detect

if ( strpos($_SERVER['HTTP_USER_AGENT'],"iPhone") || strpos($_SERVER['HTTP_USER_AGENT'],"iPod") || strpos($_SERVER['HTTP_USER_AGENT'],"iPad") ) {

?>

<rss version="2.0" xmlns:media="http://search.yahoo.com/mrss/" xmlns:jwplayer="http://developer.longtailvideo.com/">

<channel>
<title>iOS Multi Bit Rate Playlist</title>

<item>
<title>Live Streaming</title>

<description>Put your description here.</description>
<media:group>
<media:content bitrate="240"
url="http://www.tvgrancanaria.com:1935/vod/mp4:240_video.mp4/playlist.m3u8" width="426" height="240" />
<media:content bitrate="360"
url="http://www.tvgrancanaria.com:1935/vod/mp4:360_video.mp4/playlist.m3u8" width="640" height="360" />
<media:content bitrate="480"
url="http://www.tvgrancanaria.com:1935/vod/mp4:480_video.mp4/playlist.m3u8" width="854" height="480" />
<media:content bitrate="720"
url="http://www.tvgrancanaria.com:1935/vod/mp4:720_video.mp4/playlist.m3u8" width="1280" height="720" />
<media:content bitrate="1080"
url="http://www.tvgrancanaria.com:1935/vod/mp4:1080_video.mp4/playlist.m3u8" width="1920" height="1080" />
</media:group>

<jwplayer:provider>http</jwplayer:provider>
</item>

</channel>
</rss>

<?php

// For the rest

}else{

?>

<rss version="2.0" xmlns:media="http://search.yahoo.com/mrss/" xmlns:jwplayer="http://developer.longtailvideo.com/">

<channel>
<title>Flash Multi Bit Rate Playlist</title>

<item>
<title>Live Streaming</title>

<description>Put your description here.</description>
<media:group>
<media:content bitrate="240" url="240_video.flv" width="426" height="240" />
<media:content bitrate="360" url="360_video.flv" width="640" height="360" />
<media:content bitrate="480" url="480_video.flv" width="854" height="480" />
<media:content bitrate="720" url="720_video.flv" width="1280" height="720" />
<media:content bitrate="1080" url="1080_video.flv" width="1920" height="1080" />
</media:group>

<jwplayer:provider>rtmp</jwplayer:provider>
<jwplayer:streamer>rtmp://www.mydomind.com:1935/vod/</jwplayer:streamer>
</item>

</channel>
</rss>

<?php
}
?>

JW Player

User  
0 rated :

*calling the player:*

bc.. <div class="wieight" id="mediaplayer">JW Player goes here</div>

<script type="text/javascript" src="jwplayer.js"></script>

<script type="text/javascript">
jwplayer('mediaplayer').setup({
'flashplayer': 'player.swf',
'id': 'playerID',
'width': '900',
'height': '500',
'repeat': 'always',
'playlistfile': 'playlist.php',
'controlbar': 'over',
'autostart': 'false',
'wmode': 'opaque',
'allowscriptaccess': 'always',
'author': 'your name'
});
</script>

Ethan Feldman

JW Player Support Agent  
0 rated :

Sorry, what are you asking here exactly?

JW Player

User  
0 rated :

The shape of which appears in the player with a selector 1080, 720 etc.
Depends on the skin?

Ethan Feldman

JW Player Support Agent  
0 rated :

Those are the tooltips, which are changeable via the skinning model.

This question has received the maximum number of answers.