Welcome, Guest
Please Login or Register.    Lost Password?
Go to bottomPage: 123
TOPIC: RTMP Server
#3157
RTMP Server 1 Year, 6 Months ago Karma: 0
Can you please explain to me what the advantages of using an RTMP server over Webserver is.

How do we configure the usage? it says to "Note: This BASE should be pointed to jMediaDirect directory
hint: symbolic link comes in handy."

what does this mean?

Does jVideoDirect have a RTMP plugin built in?


IF not what do you recommend we use?

How about Cloudfront is it possible to use this?

thanks for all replies
4Site
(Free Member)

Fresh Boarder
Posts: 13
graphgraph
User Offline Click here to see the profile of this user
The administrator has disabled public write access.
 
#3165
Re: RTMP Server 1 Year, 6 Months ago Karma: 16
well, practically RTMP server will stream video without downloading the whole file.

We simulate the same by using MP4Box to move the moovatom the front of a video for webserver.

so RTMP is just another option for users to choose from.

RTMP option is ready to use in jvideodirect but you need to build a RTMP server along with it.

If you have the RTMP server and the video storage at cloudfront that you can use it.

you need to point the rtmp base to jMediaDirect directory
cassie
jVideoDirect staff
Posts: 1114
graph
User Offline Click here to see the profile of this user
The administrator has disabled public write access.
 
#3185
Re: RTMP Server 1 Year, 6 Months ago Karma: 1
I have a FMS server and I was wondering if there is any documentation on setting this up?
kennibc
(Free Member)

Junior Boarder
Posts: 32
graphgraph
User Offline Click here to see the profile of this user
The administrator has disabled public write access.
 
#3190
Re: RTMP Server 1 Year, 6 Months ago Karma: 16
unfortunately we don't.

But it is not so difficult.
once you have setup your server, just point the base to jMediaDirect folder and tell jvideodirect at the backend where is your base.

an it should work
cassie
jVideoDirect staff
Posts: 1114
graph
User Offline Click here to see the profile of this user
The administrator has disabled public write access.
 
#3191
Re:RTMP Server 1 Year, 6 Months ago Karma: 0
Thank you for the quick reply

I have am using a RTMP system based on Cloudfront with my files stored on S3

The videos needed to be linked as being directly in the main folder of the RTMP server

So when the jwplayer tries to play the file it looks for the file in

Code:

rtmp://ss93kjsfake90.cloudfront.net/cfx/st/FILE.flv


or

Code:

rtmp://ss93kjsfake90.cloudfront.net/cfx/st/FILE.mp4



and not


Code:

rtmp://ss93kjsfake90.cloudfront.net/cfx/st/videos/sd/userid/FILE.flv


or

Code:

rtmp://ss93kjsfake90.cloudfront.net/cfx/st/videos/hd/userid/FILE.mp4



i managed this by changing in components/com_jvideodirect/plugins/jwflvplayer/player.php

Code:

$pathtofile = 'videos'.DS.$vdir.DS.$v->userid.DS.$vfile;


to

Code:

$pathtofile = $vfile;



Apart from that for jVideoDirect to function properly is there anything I need to change in that file?

or maybe in another file, regarding uploading the videos to the s3 maybe?
4Site
(Free Member)

Fresh Boarder
Posts: 13
graphgraph
User Offline Click here to see the profile of this user
Last Edit: 2010/07/28 09:41 By 4Site.
The administrator has disabled public write access.
 
#3201
Re:RTMP Server 1 Year, 6 Months ago Karma: 16
you are absolutely right, we have overlook this part.

thank you for your help.
cassie
jVideoDirect staff
Posts: 1114
graph
User Offline Click here to see the profile of this user
The administrator has disabled public write access.
 
#3212
Re:RTMP Server 1 Year, 6 Months ago Karma: 0
This set up seems to have cause a problem with the embedding, the embedding uses the filename on the S3 server instead of the video title in the database so for this makes it impossible to set up BB codes. How can I rectify this,

Example the video file is called SKHI9DHJKD93KDJ93DID3NKDDI3ND90CU3.mp4 in my s3 server but in my urls its
Code:

www.website.com/video/s92js9x9xj9e


I want to use the video code s92js9x9xj9e in the embed file instead of the file name, so i can create a similar BB CODE to the popular
Code:

[youtube]s92js9x9xj9e[/youtube]

for embedding, but the embed code uses the video filename and not the video code.

how can i fix this?

thanks
4Site
(Free Member)

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