Reputation: 2099
I'm stumped on how to get started with Adobe Flash Media Server. On Linux.
All I need to do is:
I know that this is probably 99% of what people want to use FMS for. However, I'm having a hard time finding a working example.
Can you tell me something like "Put filename.asc in $foldername and enter the following code" please?
Thanks!
Upvotes: 0
Views: 2464
Reputation: 11
The "vod" directory in "applications" inside of your FMS installation folder is a good place to start. It is set up for easy access to streams to play right out of the box (without having to create a custom application directory to stream from, as we had to do in the past).
So, put the video file in the "media" directory inside of "vod" and then use this as your source for your FLVPlayback component to play it back:
rtmp://localhost/vod/abcd.flv
or, if accessing your server over the web instead of locally:
rtmp://myFMSserverURL.com/vod/abcd.flv
Upvotes: 0
Reputation: 190907
Here is the manual for FMS and configuring storage. http://livedocs.adobe.com/flashmediaserver/3.0/docs/help.html?content=03_configtasks_32.html#1204236
Upvotes: 1