Master-X
Форум | Новости | Статьи
Главная » Форум » Программинг, Скрипты, Софт, Сервисы » 
Тема: Помогите насторить псевдо-стрмминг...
цитата
07/11/13 в 14:30
 Vantage
Блин, задолбался, не получается....

На сервере имеем
http://nginx.org/ru/docs/http/ngx_http_flv_module.html
http://nginx.org/ru/docs/http/ngx_http_mp4_module.html

на сайтах jwplayer.
в факе jwplayer: Therefore, it can be set in the JW Player using the startparam configuration parameter.
тоесть, надо добавить параметр: startparam: "starttime"

добавляю его в код и хер, не работает....

<object id="player" classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" name="player" width="<!--FLV_WIDTH-->" height="<!--FLV_HEIGHT-->">
<param name="movie" value="/scj/tube/player/player.swf" />
<param name="allowfullscreen" value="true" />
<param name="allowscriptaccess" value="always" />
<param name="flashvars" value="file=<!--FLV_URL-->&image=<!--FLV_THUMB_URL-->&startparam=start" />
<embed
type="application/x-shockwave-flash"
id="player2"
name="player2"
src="/scj/tube/player/player.swf"
width="700px"
height="440px"
allowscriptaccess="always"
allowfullscreen="true"
startparam: "start"
flashvars="file=<!--FLV_URL-->&image=<!--FLV_THUMB_URL-->&startparam=start"
/>
</object>
цитата
07/11/13 в 15:57
 Vantage
Ура, разобрался .....


Эта страница в полной версии