How to store Live stream on the other Server
Hello Everyone,
This is very important for me to store all live streams in the archive server at F4V sormat.
to do that I record live stream in the F4V:
mystreams.publish('mp4:' + netstream.name + 'f4v');
mystream.recod();
This cods is work currently in the rootinstall directory's but I wan to store on the archive directory in other linux server.
1- I share the archive folder in the archive server.
2- Create folder on the AMS linux server in the applications/livepkgr/streams/_definst_/archive
3- mount archive folder to the archive folder in other server:
mount -t cifs -o administrator=root,password=myams //192.168.1.100/Archive /opt/adobe/ams/applications/livepkgr/streams/_definst_/Archive
So Archive Server is: 192.168.1.100/Archive.
Now I have problem to store live streams in the Archive server...!!!
When I start publish live events on the Flash Media Server, AMS is make video file with f4v format in the Archive server (ams have access to write in other server) But this file has 0kb. there is no capacity.
Please advise me to solve this problem.
Many Thanks.
