Media Server :: How To Change Format For VP6
Mar 9, 2011when sending a stream (stream - ns.publish ("livestream")) how to change settings, say the format for VP6?
View 1 Replieswhen sending a stream (stream - ns.publish ("livestream")) how to change settings, say the format for VP6?
View 1 Replieshow to publish live video feed from webcam in h.264 format non VP6 format with FMS 3.5.2 without using Flash Media Live Encoder, and how to set all parametersto have a good quality and smooth video without interruption, i have a server with 50Mbit bandwidth output enough for a publisher and 10 clients meunderstand this thing's been months since I try but the quality ugly
View 1 RepliesMy data path looks like this:
Live Stream Encoder====>My FMS (my own server) republish to======>CDN======>Viewing Client
I want to archive the live stream at the first stop, my FMS. Adobe live docs say if I want the recorded file to be of format F4V (H.264), the stream name with which I publish must be of the format mp4:streamname.f4v. My CDN, unfortunately, requires the stream name it receives to be of the format "streamname".
[Code]...
Is there anyway to satisfy both requirements?
As we know the default format for video is H.264 and for audio it's AAC. We want to change the format. Please tell us ow can we change the format of the FLV file at the time of creation?
View 7 RepliesI have FMS 3.5 (Streaming Server) installed, and I am trying to have it render media from locations other than default. Here is my setup.
[Code]...
Basically I am trying to render media specific to different departments (test,test1). So "Department Test" media files are under [E:ContentFMSapplicationsvod est] and "Department Test1" media files are under [E:ContentFMSapplicationsvod est1]
How can we record audio in Flash Media server as MP3 format?
View 1 RepliesI am working on video player (FLVPlayBack for using cuepoint) in which streaming is performed through FMS (Flash Media Server). I have used the FLVPlayBack because I am using the cuepoints. Regarding this, I have some queries that I want to address:
1. Using the FMS, I have streamed the .flv video but I am unable to stream the .f4v video. Below mentioned is the code structure I am using for this:
[Code]...
How can I detect in my Main.asc if the live stream is in the VP6 format or H.265 format?
View 2 RepliesI am trying to record a H264/AAC streamin FLV format on my FMS server and all I get in the recording is the metadata but no media content. Is H264 recording only supported in F4V?
View 1 RepliesHow to encode any video format into flv dynamically so that it can be used for streaming.
View 1 RepliesI want to publish and record video stream in h.264 and audio stream in AAC format . Does flash player support to publish video stream in h.264 format ? And which version of flash player and FMS could implement this function ?
View 2 RepliesIn raw format stream data are divided into many files named "segments". How can I configure the size of this files? I want to make them twice smaller.
View 1 RepliesThe Signal is yuv or pcm stream , i use the fmle3.0 to encoding to the h.264 format.
Once started.the CPU utility rate is going up to the 100%. I want to konw,which kind of the CPU can support the live stream. In other words,My require is encoding the one live stream the cpu utility rate is below 30%.
I need to change the default location of VOD media files from opt/adobe/fms/applications/vod/media.what I did:1. Created a dir test under default "media" dir2. Placed my f4v files inside "test" dir3. Modified applications.xml as follows:
<Application>
<StreamManager>
<VirtualDirectory>
[code].....
I need a way to set the permissions (ex 0777) for the recorded streams without calling any additionals scripts.
View 2 RepliesI'm using the RTMFP protocol to publish and play video and audio, but i'm with a little problem. I installed the FMS 4 Development Server in a Windows Server machine located in our local network and it works perfectly. In order to deploy our application, we have a remote server with a fresh install of the Ubuntu 10.04 Server, and the FMS 4 installed in this server. In other server we have the Java and Flex application, which will be used in the client browser.
The problem is that when trying to change the NetConnection url to the remote FMS server, which is the Ubuntu server, the netconnection can't connect to it. When changing to the RTMP protocol it connects, but with the RTMFP don't. I can't find any information in the log files or anything else.
I try to switch or change a server-side stream, it starts lagging after 2 seconds of playing and sound disappears. Here are scenarios that result in that terrible lag:
1. I create server-side playlist with stream.play() with reset=false; when it is time to play the next movie in the playlist, it starts lagging after 2 seconds.
2. The same problems appears when I just switch streams. I installed FMF Feature Explorer and tried to launch SwitchStreams sample application: the same problem - server stream starts lagging after I switch streams with stream.play().
I tried on different servers (local and remote), with different players (debug player of FMS Admin Console, Standard Flash videoplayer component, OSMF player, Flex video player). I also tried all possible flv, f4v and mp4 file compression options for video files - still the same problem. I have also tried literally thousands of Application.xml settings: changing buffer, buffer ration etc. Is there any tip where I should search for a solution?
How do I change the port from 80 to 1935? I am using server 2008.
View 8 RepliesI tried some applications like vod and live with localhost.Now I'm trying to use some applications on my site. It's the first thing you need to do, but apparently it's so basic that I can't find information about it.Can someone explain me how to change the "localhost" to a webserver? In other words, how do I set up an application like vod on my site?
View 10 RepliesI'm sorry, but I wanna change the dimension of the built-in flash player that we get from installing the FMS.. can i do that?I need it to fit my web in the center, and on the left & right side there's bar for ads..anyway, I embed my web with the videoPlayer.swf I got from this folder:"C:Program FilesAdobeFlash Media Server 3.5samplesvideoPlayerswfs"then I checked the source folder and i realized that it's builed with Flex, and I'm not proficient in Flex.After that I tried to decompile the .swf file using sothink swf decompiler and recompile it again, but it gives me error message in Adobe Flash CS3 Professional.
View 2 RepliesInitially I had local ip (say 192,168.1.XX). Now I connected to public ip. I opened flash media server administrative console, it ios not allowing to use 'public ip' but allows to login as 'local host'. Because of this i am unabvle to test my streams. I need to publish this on cdn.
Earlier URL - rtmp:.//MY_LOCVAL_IP/vod/sample - works
but - rtmp://MY_PUBLIC_IP/vod/sampe - does not work
My company has recently asked me to install the Adobe Streaming Server 4.0.I was wondering if it is possible to have the server software reside on the C: drive, while having my VOD files on seperate D: drive.The staff here wants to separate the software (server in this instance) from the individual flash video files, so they have set up two drives.
View 2 RepliesI want to change the logs files directory from: C:Program Files (x86)AdobeFlash Media Server 3.5/logs to: D:fmsLogs in adobe in: Home / Flash Media Server 3.5 Configuration and Administration Guide / XML configuration files reference it says:
[Code]...
i have a iis need 80 port so how to change default port 80 in fms4.5
View 1 RepliesWe have an application that so far uses AS3/AMFPHP, but we are finding this "request-response" model limited and feel we could make better use of sockets to deliver a more streamlined experience.The application is primarily a data-application containing no media streams.We want to open a socket to FMIS and use this as a pipe in which to stream data to and from the application.Consider this situation however, when values can be adapted externally outside of the FMS application: Example:A user who connects with $0.00 at the start of a Flash Client session, may topup money, via paypal externally. At this successful point, the users database value has $10.00, but FMS is still $0.00.How can FMS be informed of an external event such as this and update the client accordingly in real time?
View 1 RepliesI can't seem to get setProperty to affect any change detectable by getProperty, or any other means.
* Can you please help me find and fix the problems in my code? Also, it would be great if you could provide a snippet of code to both read/write to the SO from the Flash swf client, and changes required in the FMS server-side code to receive events onSync from another FMS server (also sending to another FMS server.. I know it should be very similar in theory).
[Code]...
That is , I don't need to terminate the current publishing video then republish again.I just want to change the publish mode,maybe from live to recorded mode.
View 3 RepliesWe are trying to install our Adobe Flash Media Interactive Server. The problem we are facing is that Apache which comes with FMS is set to be run from /home/Apache2.2.21_x64 for some odd reason. Even though we install whole FMS to /opt/adobe/fms folder Apache still has /home/Apache2.2.21_x64 everywhere compilled in. Is there a way to change Apache root folder?
View 1 RepliesI know the stream can only be modified at publishing side by previous posts. I was thinking of using Server shared objects, but it's not supported by lite.
View 2 RepliesCan Adobe Flash Media Streaming Server 3.5 run on AMD Athlon Dual Sock Quad Core?I just requested a Dell server to be added to our farm to run as a Media Server and to my surprise, while reading the requirements for FMS it states the following: 3.2GHz Intel® Pentium® 4 processor (dual Intel Xeon® or faster recommended)
View 2 Replies