Skip to main content
Participant
November 29, 2013
Question

who can explain vod hds-vod ?

  • November 29, 2013
  • 2 replies
  • 631 views

     In fms.ini

          VOD_COMMON_DIR = d:\Program Files\Adobe\Flash Media Server 4.5\webroot\vod

          VOD_DIR = d:\Program Files\Adobe\Flash Media Server 4.5\applications\vod\media

     In Apache httpd.conf

          DocumentRoot "../webroot"

     <Location /vod>

         HttpStreamingContentPath "../webroot/vod"

     </Location>

     <Location /hls-vod>

          HttpStreamingContentPath "../webroot/vod"

     </Location>

     Which path is used, when I used "http://localhost:8134/vod/xxx.mp4" to play?

     I change the path  to


     <Location /vod>

         HttpStreamingContentPath "D:\"

     </Location>

     There have no file In the path "D:\" .

     I used  "http://localhost:8134/vod/xxx.mp4" to play, why  the player still play the xxx.mp4?

     I am confused.

    

     Who can help me to explain these path mean?

     thanks!


This topic has been closed for replies.

2 replies

November 29, 2013

Are you restarting FMS? after modifying fms.ini or httpd.conf ?

Are you restarting VOD application after modifying Application.xml ?

November 29, 2013