Page 3 of 3 FirstFirst 123
Results 21 to 28 of 28
  1. #21
    Join Date
    Jan 2011
    Location
    Southern Oregon
    Posts
    6
    Plugin Contributions
    0

    Default 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>

  2. #22
    Join Date
    Aug 2011
    Posts
    10
    Plugin Contributions
    0

    Default 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.

  3. #23
    Join Date
    Nov 2009
    Location
    UK
    Posts
    1,090
    Plugin Contributions
    0

    Default 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.

  4. #24
    Join Date
    Jul 2010
    Posts
    101
    Plugin Contributions
    0

    Default Re: Streaming video product

    Quote Originally Posted by DennisW View Post


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

  5. #25
    Join Date
    Jul 2010
    Posts
    101
    Plugin Contributions
    0

    Default 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.

  6. #26
    Join Date
    Nov 2009
    Location
    UK
    Posts
    1,090
    Plugin Contributions
    0

    Default Re: Streaming video product

    Quote Originally Posted by gbengoose View Post
    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.

  7. #27
    Join Date
    Jul 2010
    Posts
    101
    Plugin Contributions
    0

    Default Re: Streaming video product

    Quote Originally Posted by dgent View Post
    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?

  8. #28
    Join Date
    Jan 2011
    Location
    Southern Oregon
    Posts
    6
    Plugin Contributions
    0

    Have a Drink Re: Streaming video product

    Quote Originally Posted by gbengoose View Post
    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

 

 
Page 3 of 3 FirstFirst 123

Similar Threads

  1. Streaming Video Products
    By ahillworks in forum Setting Up Categories, Products, Attributes
    Replies: 24
    Last Post: 29 Apr 2011, 03:05 AM
  2. Announcements and streaming audio/video?
    By ThomasT in forum Templates, Stylesheets, Page Layout
    Replies: 6
    Last Post: 29 Jun 2010, 05:00 PM
  3. Inserting Streaming Video into Product Pages
    By wildpete in forum Setting Up Categories, Products, Attributes
    Replies: 12
    Last Post: 16 Feb 2008, 05:10 PM
  4. Streaming Video Via Zen Cart?
    By IllusionGuy in forum General Questions
    Replies: 0
    Last Post: 6 Jul 2007, 09:55 PM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
disjunctive-egg