scheduled flv playback in fms

Ask a Question related to Macromedia Flash Flashcom, Design and Development.

  1. #1

    Default scheduled flv playback in fms

    Hello,
    Is there any way to stream videos based on a time schedule? For example, I'm looking to play one video at 8 am, another video at 10 am, etc.
    vrvi Guest

  2. Similar Questions and Discussions

    1. Scheduled job won't run
      I have a server with CFMX7 running with PKI on SSL etc etc. I have created a user for the scheduler to run a job. But it throws an error and says...
    2. Scheduled Applications
      I'm experiementing with Scheduled Applications in MX7. THe application does run on schedule however, I changed to output of the original scheduled...
    3. Redirecting in a Scheduled Job
      I'm getting an error when I hit the go button in the administartor when I run my job: The domain-level URL did not include a trailing slash (such...
    4. Scheduled Tasks won't run
      is there anyway to change the user which scheduler uses ? there must be ?
    5. Scheduled Runs in MX7
      There were some nuisance issues with scheduled runs in MX6 vs CF5.... anyone know whether these were resolved in MX7? (Please say yes, and I will...
  3. #2

    Default Re: scheduled flv playback in fms

    Create a stream on the server side based on the time of day (use the date
    object on the server side) and play the file you want. Then when a client
    connects up, have them play the stream that the server is playing.

    This seems to be a common request on this forum.... here's a link to an
    article I wrote that does that for MP3 files on FMS. Same idea, just use FLV
    files:

    [url]http://www.adobe.com/devnet/flashmediaserver/articles/live_dj_app.html[/url]

    Graeme Bull Guest

Posting Permissions

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

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139