Zen Cart Logo

Streaming video product

Views: 13,572

Results 21 to 29 of 29
6 Apr 2011, 8:34 PM
#21
phillsmith avatar

phillsmith

New Zenner

Join Date:
Jan 2011
Location:
Southern Oregon
Posts:
7
Plugin Contributions:
0

Streaming video product

Correction: As long as you are using RMTP jw player should be ok for the most part. If you are using http then download helper and realplayer can grab the file. Remember that anything can be recorded from the web using the right capture software no matter what the protocols.

6 Apr 2011, 8:45 PM
#22
phillsmith avatar

phillsmith

New Zenner

Join Date:
Jan 2011
Location:
Southern Oregon
Posts:
7
Plugin Contributions:
0

Re: Streaming video product

Try this to block realplayer with Apache:

SetEnvIfNoCase User-Agent "^RealPlayer" bad_client

<Directory "/your/streaming/files/*">
Order allow,deny
Allow from All
Deny from env=bad_client
</Directory>

10 Aug 2011, 12:39 AM
#23
nicenecouncilcom avatar

nicenecouncilcom

New Zenner

Join Date:
Aug 2011
Posts:
10
Plugin Contributions:
0

Re: Streaming video product

as someone new to learning zen cart. i have understood and implemented downloads of ipod videos and ebooks. they work great. however, i want to offer VOD as well as our company sales DVDs. As I read your posts, it seems simple, but first I don't know how or where to put the player. second, i'm gathering that the flv video will rest in the downloads folder as well as the html file that i create. how do i get the embed information on the html file? and the access things that were mentioned, how is that incorporated? could someone take a moment and briefly give a step by step walk through of how to accomplish this? i'm guessing that i will do something with the html file like i do with the other downloads (ie. make them products in the store) and once things are set the person actually purchases a web page that will have the player on it. thanks in advance for you help.

10 Aug 2011, 8:12 AM
#24
dgent avatar

dgent

Totally Zenned

Join Date:
Nov 2009
Location:
UK
Posts:
1,117
Plugin Contributions:
0

Re: Streaming video product

This site helps alot...

http://flv-player.net/players/mini/generator/

Generates the code for you to play a video, with lots of design/size options, and no need to download any files.

Put the generated code in your product description.

9 Sep 2011, 2:28 AM
#25
gbengoose avatar

gbengoose

Zen Follower

Join Date:
Jul 2010
Posts:
101
Plugin Contributions:
0

Re: Streaming video product

DennisW:

:clap:

Install a media player

How did you instal the media player and what file did you put it in?

9 Sep 2011, 4:19 PM
#26
gbengoose avatar

gbengoose

Zen Follower

Join Date:
Jul 2010
Posts:
101
Plugin Contributions:
0

Re: Streaming video product

I have figured out how to add a streaming product but it does not give the purchaser any options for playback like RW, FF, Pause, Minimizing the screen, etc.

Can someone please let me know what else I need to do? I downloaded an FLV player but don't know how to make the video play inside the FLV player.

Any help is greatly appreciated.

12 Sep 2011, 8:25 AM
#27
dgent avatar

dgent

Totally Zenned

Join Date:
Nov 2009
Location:
UK
Posts:
1,117
Plugin Contributions:
0

Re: Streaming video product

gbengoose:

I have figured out how to add a streaming product but it does not give the purchaser any options for playback like RW, FF, Pause, Minimizing the screen, etc.

Can someone please let me know what else I need to do? I downloaded an FLV player but don't know how to make the video play inside the FLV player.

Any help is greatly appreciated.

Use the player in the link I posted above.

15 Sep 2011, 1:25 PM
#28
gbengoose avatar

gbengoose

Zen Follower

Join Date:
Jul 2010
Posts:
101
Plugin Contributions:
0

Re: Streaming video product

dgent:

Use the player in the link I posted above.

I understand now. The problem is I have over 300 videos available for purchase. Would I need to create over 300 new HTML pages? Also, is there a way to mask the URL so that page can't be passed around and viewed by everyone?

3 Oct 2012, 8:54 PM
#29
phillsmith avatar

phillsmith

New Zenner

Join Date:
Jan 2011
Location:
Southern Oregon
Posts:
7
Plugin Contributions:
0

Re: Streaming video product

gbengoose:

I understand now. The problem is I have over 300 videos available for purchase. Would I need to create over 300 new HTML pages? Also, is there a way to mask the URL so that page can't be passed around and viewed by everyone?

My modification does not require you to create new html pages and url is protected using symlinks and obfuscated player code. Managing vod product is as easy as it always was with zencart downloadable products. The only extra thing you need to do is add vod_ to the beginning of product file or playlist so zencart knows it is for video on demand delivery. I have not seen anything else out there for zencart that is easier to use or more secure.

phillsmith (d o t) c o m