mercredi 7 mai 2014

vidéo en streaming - changement nom qualités chez JW Player avec l'aide de fichier smil - Stack Overflow


I've a smil file to use with jw player 6.


<smil>
<head>
<meta base="rtmp://host/app" />
</head>
<body>
<switch>
<video src="stream1" system-bitrate="1800" width="1280" height="540" />
<video src="stream2" system-bitrate="390" width="320" height="320" />
</switch>
</body>

This is how it looks on player


This is how it looks on player


How can I show High/Med/Low instead of 540p/320p in JW player? I tried adding name, title and label parameters in video node of smil file but didnt work.


Any suggesion?


Thanks



I've a smil file to use with jw player 6.


<smil>
<head>
<meta base="rtmp://host/app" />
</head>
<body>
<switch>
<video src="stream1" system-bitrate="1800" width="1280" height="540" />
<video src="stream2" system-bitrate="390" width="320" height="320" />
</switch>
</body>

This is how it looks on player


This is how it looks on player


How can I show High/Med/Low instead of 540p/320p in JW player? I tried adding name, title and label parameters in video node of smil file but didnt work.


Any suggesion?


Thanks


Related Posts:

0 commentaires:

Enregistrer un commentaire