Skip to main content
Participant
May 18, 2012
Question

Flash Media Server 3.5

  • May 18, 2012
  • 1 reply
  • 627 views
Hello, I installed Flash Server 3.5 easily and am to stream media from the vod folder from within the Flash Media 3.5 folder, no problem. Where my issues comes in is when I try to add another stream from within the virtual directory I get an error. Here is the code I am using in the Application.xml document

<Application> <StreamManager> <VirtualDirectory>  <!-- Specifies application specific virtual directory mapping for recorded streams.   --> <Streams>/;${VOD_COMMON_DIR}</Streams> <Streams>/;${VOD_DIR}</Streams>

<Streams>/;F:\help\</Streams>   

</VirtualDirectory>

</StreamManager>

the title of the folder on the F drive is 'help' I get an error 'Server Reject (defaultRoot default Vhost application (help) is not defined'. any suggestions?

Thank you!

This topic has been closed for replies.

1 reply

Adobe Employee
May 20, 2012

Can you simply tell where are your media files located on the disk? Secondly can you tell me what is the stream name you are using?

For example:

If you are media files are in "help" folder under F:

you virtual directory setting would be like you have (i am not sure whether last "\" is needed - you can try removing it to see if it makes any difference)

Seconfly your connection URI including stream name would be:-

rtmp://<serveruri>/vod/_definst_/mp4:test.f4v (where test.,f4v is file under F:\help)