The Adobe® Media Server (v5) is a media server for streaming video, and the successor to the Flash Media Server (v4).
Questions tagged [adobe-media-server]
27 questions
7
votes
2 answers
AMS doesn't receive unpublish command SOMETIMES over rtmpt
This one has had me going for a week at least. I am trying to record a video file to AMS. It works great almost all of the time, except about 1 in 10 or 15 recording sessions, I never receive 'NetStream.Unpublish.Success' on my netstream from AMS…

Rob Allsopp
- 3,309
- 5
- 34
- 53
6
votes
1 answer
Can't connect to server using rtmfp
How can I connect to my server using rtmfp?
I can do this:
var test:NetConnection = new NetConnection();
trace('trying to…
user773737
3
votes
1 answer
Adobe Media Server - How to publish and play live stream videos using Android
I'm developing an Android App, that will have videos streamed from Adobe Media Server using RTMPS, and also I need to publish these to AMS.
I've got this link below for:
Downstream:
Live Stream videos from Adobe Media Server
Nothing for publishing…

pratiti-systematix
- 792
- 11
- 28
3
votes
1 answer
Live Streaming adobe media server video to HTML 5
I am looking for a way to broadcast my live video from my camera in flash to adobe media server and to display this video to HTML 5.
I have already gone through this tutorial.This is related to video on demand but i have to stream live video taken…

Kaif
- 131
- 1
- 12
3
votes
1 answer
Playing a video on local Adobe Media Server
I have Adobe Media Server 5 (starter) up and running on Windows 7
I have a HelloWorld application on the server, and a client flash file that connects to it.
Now I want to modify this application to stream a video that I've placed on the server
To…
user773737
2
votes
1 answer
How to allow CORS request from Javascript in Adobe Media Server
I have a html page, calling HLS from javascript. Getting CORS error, of header "allow-control-allow-origin". I am using Adobe Media Server 4.5.
How can i allow CORS request from javascript?

Stackoverflow user
- 61
- 6
2
votes
0 answers
How to Improve voice quality using "Speex"
I'm working on a live video streaming project and struggling with EXTRA NOISE coming from microphone.
I am using speex Codec, and here the setting which i have used.
microphone = Microphone.getEnhancedMicrophone();
microphone.codec…

Sai Ram
- 245
- 2
- 11
1
vote
0 answers
Unable to play hls live stream on chrome using videojs
I am trying to stream and play HLS on chrome using videojs player but I am getting a cors error. Even though I have added Header set Access-Control-Allow-Origin "*" in httpd.conf file . In adobe media HTTP server's error logs I am getting
Wed Apr…

Lovekesh
- 11
- 1
1
vote
0 answers
Speech-to-text on Adobe Media Server 5.0.7
We have a web application steam video into Adobe Media Server 5.0.7 which is hosted on AWS, then a mechanism pick up the videos and transcode the f4v files into different video formats and then store on S3.
We would like to implement some sort of…

Eric Pau
- 31
- 2
1
vote
1 answer
How do I edit the permissions that Adobe Media Server creates directories with?
OS: CentOS 6.6 AWS-provided AMI found here
I'm using Adobe Media Server 5.0.7.
I have my application set up so that when a user records a video to the server, it goes into its own directory.
If this directory does not exist, it is created…
user773737
1
vote
0 answers
How to stream RTMPE using Adobe media server and JWplayer
I have access to a Adobe media server for providing streaming media service for my web clients. I want to use RTMPE streaming to protect my contents from unauthorized access. I RTMPE uses Diffie–Hellman key exchange then I needn't any security…

sajad
- 2,094
- 11
- 32
- 52
1
vote
1 answer
NetStream.publish() to AMS ends up with 1kb file
I'm using Adobe Media Server 4.5 and the FLEX 4.6.0 sdk.
I have an .swf application that connects to Adobe Media Server over RMTP, takes audio and video input from the user's webcam and mic, and does a NetStream.publish() to stream the file to the…
user773737
0
votes
1 answer
Play Adobe media server in Asp.net core 2.2 web Application
I have web application with asp.net core 2.2. this application is a client for a Api server
i'm using adobe media server 5 for video streaming and my stream urls is like
this:http://localhost/hls-vod/sample1_150kbps.f4v.m3u8
I play that link with…

Mohammad Lotfi
- 31
- 7
0
votes
1 answer
Adobe Media Server Docker
I need to put Adobe Media Server in a docker container. This is my Dockerfile
FROM centos:6
WORKDIR /
ADD . /
RUN tar -xzf AdobeMediaServer5_x64.tar.gz
RUN rm -Rf ./AMS_5_0_15_r5004/License.txt
RUN sed -i -e 's:read cont < /dev/tty:#read cont <…

araujogui
- 3
- 3
0
votes
0 answers
How do I stream remote multiple webcams to multiple users
I need to capture multiple users' webcams in the browser and then broadcast it to multiple users. This must include an audio and video stream with low and high quality options. Ideally, I would not like to use flash but having flash as a fallback…
user5431121