Welcome, Guest
Please Login or Register.    Lost Password?

Wowza Media Server jvideodirec can Integration ?
(1 viewing) (1) Guest
Go to bottomPage: 12
TOPIC: Wowza Media Server jvideodirec can Integration ?
#1626
Wowza Media Server jvideodirec can Integration ? 2 Years, 1 Month ago Karma: 0
I Have Wowza Media Server jvideodirec can Integration ?
lungkao
(Free Member)

Fresh Boarder
Posts: 13
graphgraph
User Offline Click here to see the profile of this user
Host Colorpack
The administrator has disabled public write access.
 
#1627
Re: Wowza Media Server jvideodirec can Integration ? 2 Years, 1 Month ago Karma: 16
sorry, we have not look into there streaming server area yet. I suppose some modification is requried.
cassie
jVideoDirect staff
Posts: 1114
graph
User Offline Click here to see the profile of this user
The administrator has disabled public write access.
 
#1638
Re: Wowza Media Server jvideodirec can Integration ? 2 Years, 1 Month ago Karma: 0
Using the JW Player with the Wowza Pro server

Code:

<object id="player" classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" name="player" width="400" height="315">
<param name="movie" value="player.swf" />
<param name="allowfullscreen" value="true" />
<param name="allowscriptaccess" value="always" />
<param name="flashvars" value="fullscreen=true&bufferlength=2&streamer=rtmp://[myip]/simplevideostreaming&file=29sTrWHcILa77nuG723Owcx8WErPXhMd.flv&image=preview.jpg" />
<embed
type="application/x-shockwave-flash"
id="player2"
name="player2"
src="player.swf" 
width="400" 
height="315"
allowscriptaccess="always" 
allowfullscreen="true"
flashvars="fullscreen=true&bufferlength=2&streamer=rtmp://[myip]/simplevideostreaming&file=29sTrWHcILa77nuG723Owcx8WErPXhMd.flv&image=preview.jpg" 
/>
</object>



work for file /public_html/cms/jMediaDirect/videos/sd/62/29sTrWHcILa77nuG723Owcx8WErPXhMd.flv

i don't know how to add flashvars="streamer=rtmp://[myip]/simplevideostreaming for


for /components/com_jvideodirect/plugins/jwflvplayer/player.php
lungkao
(Free Member)

Fresh Boarder
Posts: 13
graphgraph
User Offline Click here to see the profile of this user
Host Colorpack
Last Edit: 2009/12/16 08:59 By lungkao.
The administrator has disabled public write access.
 
#1641
Re: Wowza Media Server jvideodirec can Integration ? 2 Years, 1 Month ago Karma: 16
We have not tickle to this area yet ... we cannot tell you how to make it to work ...

You are editing the correct file.
if you need to add flashvars

serach for "flashvar" in the file and append your string to it .
cassie
jVideoDirect staff
Posts: 1114
graph
User Offline Click here to see the profile of this user
The administrator has disabled public write access.
 
#1642
Re: Wowza Media Server jvideodirec can Integration ? 2 Years, 1 Month ago Karma: 0
am edit line 104 and 106

Code:

if ($embedlink) {
$dlink = helperTools::permalink(true);
$p .= 'flashvars="streamer=rtmp://203.146.102.102/simplevideostreaming&file='.$dlink.'ev='.$v->vname.'&autostart='.$init->playerautostart.'&smoothing=1&width='.$width.'&height='.$height.'&stretching='.$stretch.$logo.$skin.'">';
} else {
$p .= 'flashvars="streamer=rtmp://203.146.102.102/simplevideostreaming&file='.JURI::base().'components/com_jvideodirect/plugins/jwflvplayer/watchIt.php?v='.$watch.'&autostart='.$init- >playerautostart.'&smoothing=1&width='.$width.'&height='.$height.'&stre&stretching='.$stretch.$logo.$plugins.$skin.'">';
}



Not work embed show

Code:


flashvars="streamer=rtmp://203.146.102.102/simplevideostreaming&file=http://www.tsportschannel.tv/cms/components/com_jvideodirect/plugins/jwflvplayer/watchIt.php? v=7o823YY6SYFsW00NdnbWQ1xn6S9xJnnB&autostart=1&smoothing=1&width=680&height=544&stre&stretching=exactfit&plugins=viral-1,drelated-1&viral.callout=mouse&viral.onpause=false&viral.functions=embed

lungkao
(Free Member)

Fresh Boarder
Posts: 13
graphgraph
User Offline Click here to see the profile of this user
Host Colorpack
Last Edit: 2009/12/16 08:08 By lungkao.
The administrator has disabled public write access.
 
#1643
Re: Wowza Media Server jvideodirec can Integration ? 2 Years, 1 Month ago Karma: 0
Code:

file='.$dlink.'ev='.$v->vname.'

=
Code:

file=http://www.tsportschannel.tv/cms/components/com_jvideodirect/plugins/jwflvplayer/watchIt.php? v=7o823YY6SYFsW00NdnbWQ1xn6S9xJnnB


How to Change '.$dlink.'ev='.$v->vname.' to file

or

use
Code:

".$vdo['vid']."
lungkao
(Free Member)

Fresh Boarder
Posts: 13
graphgraph
User Offline Click here to see the profile of this user
Host Colorpack
Last Edit: 2009/12/16 17:36 By lungkao.
The administrator has disabled public write access.
 
#1666
Re: Wowza Media Server jvideodirec can Integration ? 2 Years, 1 Month ago Karma: 0
Now i can Integrate Wowza Media Server to jvideodirect

File Player.php

line 106 to

Code:

$p .= 'flashvars="streamer=rtmp://[your-ip]/simplevideostreaming&file='.$v->vid.'.flv&autostart='.$init->playerautostart.'&smoothing=1&width='.$width.'&height='.$height.'&stretching='.$stretch.$logo.$plugins.$skin.'">';



Change
Code:

file='.JURI::base().'components/com_jvideodirect/plugins/jwflvplayer/watchIt.php?v='.$watch.'

To
Code:

file='.$v->vid.'.flv
lungkao
(Free Member)

Fresh Boarder
Posts: 13
graphgraph
User Offline Click here to see the profile of this user
Host Colorpack
The administrator has disabled public write access.
 
Go to topPage: 12
Moderators: cassie, tanny, ethan