Flash Media Server (FMS) is a media server created by Adobe Systems.It has features for video streaming and publishing, remote procedure calls and data synchronization.
-5
votes
0answers
24 views
How to create site smiliar like ukcast.tv casti.tv etc [closed]
can someone guide me how to create site like ukcast.tv casti.tv etc.
you find hundreds of site like this
Which service provider is the best cost and bandwidth wise?
Thanks
0
votes
0answers
18 views
Caption decoding/encoding for Adobe Media Server
As per in AMS 5.0 Developer's Guide,Closed Captioning feature need an external tool for decoding/encoding the captions.
Is there any tool available for live speech to text conversion for Closed ...
0
votes
1answer
27 views
ATSC Picture User Data in Closed Captioning
In Adobe Media Server 5.0.1,Closed captioning workflows supported Streaming captioning data stored in ATSC Picture User Data. What is ATSC Picture User Data?
0
votes
0answers
5 views
Communication Process in Flash Media Server
I am using Flash Media Server for the very first time. I'm attempting to create a small 1:1 video chat application using rtmfp protocol.
I'm aware for p2p communication to work successfully peers ...
0
votes
1answer
12 views
Input and output file formats for Adobe Access packager
I am doing some research on the Adobe Access packager, and from all of my reading of the literature it seems Adobe Access packager only accepts F4V and FLV input types, and only spits out the same as ...
0
votes
0answers
28 views
playing flv on flex mobile :Only the sound is working
I'm playing an flv video from flash media server to my flex mobile project: It's working on the flex simulator but when i test it on the device got only the sound and the video is black.Can any one ...
0
votes
0answers
36 views
Recreate shared Objects at client-side if disconnected (Flex and FMS)
I have a problem, at client-side(I am using flex). When the user disconnects and reconnects back, I am getting null object reference at shared objects. Do I need to recreate(i.e reinitialize) the ...
-2
votes
0answers
55 views
No H.264 video data from FMS
I write a RTMP library in Golang, and host the codes on github.
https://github.com/zhangpeihao/gortmp
My client can not receive the video data in H.264 codec.
Audio data are OK.
Video data in ...
0
votes
0answers
16 views
How to log stream start from server side fms script
I want to log activities on my stream (both live and recorded) using a web service I've made. In the FMS server side AS3 documentation I can find events for onconnect/ondisconnect, but that is not ...
0
votes
0answers
39 views
NetStream not working on flex mobile
I'm trying to send my android phone's camera output to flash media server on my localhost.I'm using the flash builder.When i check the server , the connection is established and working fine but the ...
0
votes
1answer
81 views
How to reconnect a dropped connection
I am working on re-connection of a user connection, after the user disconnects, due to slow internet connection. I need to get the user to connect back. The problem is, The connection is made ...
0
votes
1answer
24 views
flash media server (FMS) reattach camera to new stream
I'm using flash media server and trying to record the stream but having a problem as I've outlined below. Thanks for taking the time to read this post.
How do i detach my camera from one stream and ...
0
votes
1answer
143 views
flex mobile live video streaming to flash media server
I'm building a flex mobile application that streams the device's live video to flash media server.I can't run such an application on the flash buider's emulator because it doesn't emulate the camera ...
0
votes
0answers
59 views
Getting Error in flash media server “Application doesn't have permissions for server-side record/append of streams; access denied to stream”
I am getting this error while recording a video using webcam on flash media server. I have configured everything as given in application/live/readme.txt file. I have created a new folder [record] (let ...
1
vote
0answers
80 views
Adobe AIR captures stage and convert to RTMP stream
I'm creating an AIR app that will run on our server. I essentially want the app to do a screen capture of sorts of the app's stage and convert it to an RTMP stream for publishing to FMS OR write a ...
0
votes
0answers
9 views
Im confused nearID or farID
What is the difference in the NetConenction property nearID or FarID? In FMS, to access peerIDs which property is required?
Many Tnanks
0
votes
1answer
60 views
Is it possible to receive netstream at a different quality
In Flash, I have an application where multiple people are sharing live camera feeds via NetStreams to Flash Media Server/Adobe Media Server at different bit rates and different quality settings.
I ...
0
votes
0answers
65 views
Server Side Playlist for Flash Media Server
How do you create a Server Side Playlist for Flash Media Server that will play a list of files from a directory, e.g., a list of MP4 or F4v files? In particular, in what directories do you place the ...
0
votes
0answers
12 views
fms send button not working
I guess this is pretty simple to resolve. I am use to as2 not as3. In a FMS chat application i want to connect to the nc.farID when button is clicked upon to get a random user. The piece of code i am ...
0
votes
0answers
31 views
Using Remote Shared Objects in FMS
I would like to use a remote shared object to communicate to nearID. My knowledge of Server-Side ActionScript is not particularly great. Is there any tutorials or links out there that can give me a ...
0
votes
0answers
16 views
Adobe Media Server How to send message to direct connected users
I am working on a video text Chat application with FMS "RTMFP" connection and i am looking for the functionality to send direct message to one to another peer, please some one help me.
1
vote
0answers
199 views
ffmpeg live stream overlay issues,while any one of the stream is lost other streams are getting stuck
So far we have done
We have a video chat client which has a set of 9 video streams (users) with
h.264 codec using Adobe FMS. Now, using ffmpeg we are able to combine these
streams into one stream ...
0
votes
1answer
83 views
AS3 How to Synchronize an event
I am attempting to build a small chat application using a remote shared object (RSO) for FMS. My question is, how do you dispatch the SyncEvent when the RSO has been updated? Example, what I want to ...
0
votes
0answers
139 views
AS3: FMS Live Stream: Pause/Resume?
What is the proper way of Pausing then Resuming a LIVE Stream with AS3 (native code, no prebuilt player).
With the normal pause/resume methods - pause is working fine, but resume has no effect ...
0
votes
0answers
111 views
RTMP/RTMFP convergence doesn't work from behind NAT, AMS 5.0
My application needs to support streaming even if one of participants cannot use RTMFP protocol. I rely on RTMP/RTMFP convergence provided by FMS (AMS 5.0). Server side of the application does change ...
0
votes
1answer
115 views
Unable to Connect to FMS
Why cant i connect? When i run the application i receive NetConnection.failed in the output. Can you please take a carefull look at my code. I believe my string url is correct. I am unsure is my FMS ...
0
votes
1answer
41 views
Cirrus or Adobe Media Server
What is the difference between using Cirrus or FMS? What are the pros and cons the limitations and advantages of each?
Thank You
0
votes
1answer
87 views
how to initialize seed value once in mersenne twister and use multiple times to get different random numbers each time
I am unable to get different random numbers from the MT,having seed with a fixed value(not changing as suggested by the testers). But when i call the same function twice in a program, it shows ...
1
vote
0answers
124 views
How can i preserve flv custom metadata when using ffmpeg
I have a FMS flv (video/audio stream) which I created and I inserted custom metadata into flv. I able to test this flv file with a simple flash player that reads the metadata coming from the flv ...
0
votes
0answers
30 views
NetConnection failed
I recently downloaded Adobe media server starter 5.0. I am unable to connect to FMS using rtmfp. I keep receiving the NetConnection.Connect.Failed error. When i run it locally things appear to be ...
2
votes
1answer
90 views
Code error in NetConnection.call method
I am new to ActionScript 3. I am attempting to call the server from the client using the nc.call() method to see if this was a good option to use for clients to communicate back and forth in a chat ...
1
vote
1answer
114 views
NetStream.time starts from when camera is attached, not when NetStream.publish is called
I am recording from a webcam to AMS in an AS3 project and to get the volume level from the microphone I have to attach the microphone to a NetStream. Later when the user initiates recording the ...
0
votes
0answers
161 views
Use C++ and FFmpeg to stream to Flash Media Server
I'm building an application in C++ that should use FFmpeg to send a live stream to Flash Media Server. For starters I would like to be able to send a .mp4 file. Using the FFmpeg .exe I can do it like ...
0
votes
0answers
83 views
Adobe Media Server DVR only 5 second recording
I have a strange problem. I have an application built in Flash Builder.
When I record to Flash Media Server I don't have any issues, it'll do DVR for as long as I want. But when I record to Adobe ...
0
votes
0answers
85 views
http cam stream on ios using ajax with authentication
I have looked around for a solution to stream live video stream from user's webcam to viewers on IOS devices over the device browser with authentication and unexposed stream url source. I am using ...
0
votes
0answers
101 views
FMS: Live Audio Streaming Statistics
I needed some help with FMS 4.5 for live audio streaming.
I needed the stream statistics for the audio Bytes per Second.
(This is to be used for showing the activity level to the user in flash.)
This ...
1
vote
0answers
61 views
wecam H.264 http streaming Live
I need solution for webcam live broadcasting. where broadcaster from his browser using a flash client and at the same time viewer's to use flash on computers and html http streaming on iso and ...
0
votes
0answers
116 views
Multibitrate video publishing using flex
I want to publish the video in multi-bitrate using flex web application to fms server(ex: same stream has to be publishing in 56,128,256 kbps to fms server), I can't use the FMLE for this purpose ...
0
votes
0answers
140 views
Using Flash Media Server 4.5 for P2P video streaming
Is it possible to develop a P2P live/recorded video streaming .swf without using Cirrus/Stratus? If so, is there any reliable references where i start with? I've read about cirrus, but would like to ...
0
votes
0answers
41 views
Trying to use mersenne-twister RNG code for shufling deck
I am trying to get a shuffled deck using Mersenne twister. But the output i got from the test is 8-10 digit random number which i cannot use. Can anyone help me in understanding the MT RNG, and how to ...
0
votes
0answers
73 views
AMS 5 + Apache 2.2
I've server running Apache 2.2. I installed AMS 5 and didn't installed the Apache that comes with AMS since I already run Apache.
RTMP works fine. However, I tried to see if I can use with any iOS ...
0
votes
1answer
66 views
FMS video text chat method
I am a new user member here. And i am new to FMS. I have a question i would like to ask in regards to sending text data messages in a live video chat app from one user to another.
I am wanting to ...
0
votes
1answer
82 views
Flash Media Server doesn't play recorded video
It is recording perfectly to the server with this method:
liveStream.publish("test", "record");
But when I want to play like so:
at NetStream.Record.Stop handler
var vd:Video = new ...
0
votes
0answers
351 views
How can ffmpeg stream to FMS (4.5) like FME?
I use FME to publish rtmp to FMS and FMS store streams to multiple segment files/each 10 minutes (ex: store in directory: /opt/adobe/fms/applications/livepkgr/streams/definst/livestream1):
...
0
votes
0answers
107 views
Flash Media Server doesnt play webcam recorded stream
Im recording webcam streams and they are succesfully recorded to my defined directory in FMS.
For example using this:
liveStream.publish("test" , "record");
But i have a problem. Problem is when i ...
0
votes
0answers
31 views
FMS sending data messages
I am building a small chat app with FMS development server. I am a little bit confused about which method i should use to send data messages between clients. I have considered using NetStream, ...
0
votes
1answer
105 views
SharedObject Send Method
In FMS i want to use Shared objects to send messages in a chat application because its in real time.
My question is...How do you use Shared Objects to send messages back and forth to users in a live ...
0
votes
0answers
43 views
Achieving scalability in FMS
I am building a FMS media server serving VOD via RTMP and RTMFP. I have a default setup as of now but want to know if there are some practices so that my server can handle around 300-400 stream ...
0
votes
0answers
89 views
Flash media server invalid mp4
I have an MP4 file that was ripped from a DVD containing chapters using handbrake.
I've then used ffmpeg to convert that rip into seperate mp4 files for dynamic streaming with Adobe's Flash Media ...
0
votes
1answer
26 views
Duplicate shared object on fms
I wanted to create a copy of a temporary shared object on server to another permanent shared object. What would be the efficient way of doing that?
Thank you,
Naresh