Questions
Als letztes aktiv
I want to know how m3u8/ts file is generated in the AMS server.I think that when m3u8/ts URL is called, the each file are generated by the "mod_hlshttp.so".But I am not obtained because I could not find specification on the document.Anyone know ?Thank you,
Hi,We are running live video streaming on Adobe Media Server 4.5, but currently we need to install some Player on end devices(Android Tablet) in order for the viewer to see the videos. Please confirm if the latest version of Adobe Media Server supports seamless video streaming, meaning any device connects and video streaming starts on that device. I don't want any software dependency. Thanks
I have FMS Installed on CentOs and everthing works fine except http live sreaming. If I attempt to access the hls-live stream I get: [error] mod_hlshttp [500]: Unknown exception when processing /hls-live/livepkgr/_definst_/liveevent/livestream1.m3u8 (From Apache error logs)If I attempt to access the hdl-live stream I get: [error] mod_f4fhttp [403]: No access to /opt/adobe/fms/applications/livepkgr/events/_definst_/liveevent/MTYxMjAzMzAzNQ=.stream I have trid adjusting folder and file permissions per a sugestion in another post, however this did not affect the issue.Also I should mention hls-vod and hds-vod work fine.Any sugestions would be appreciated. Thanks!
We need help setting up Adobe Media Server 5 to be able to deliver "live" http to an intranet web page using HTML5 alone without the need of an embedded flash plugin. Delivering mp4 via VOD (video on demand) we can play the videos using just an HTML5 metatag, but unfortunately we had not been successful in delivering live video in the same fashion. As I mentioned before the main idea in not to have to use flash to watch the video but instead use the standard video tagsnow available in HTML5. Also we have noticed that using the vod to play the videos in and HTML5 tag the accessXX.logis not being populated in the server. Any help will be greately appreciated. By the way Adobe customer support just told me that a forum is the only way we can get support with this issue. Here is the exact quote: "I am sorry, as I have checked with myteam, Adobe Media Server 5 is a product for which the support is available at forums." I hope it is true.
We have a few customers who are running Adobe FMS version 3.5.5, and got pinged by the security office because the version was less than 3.5.7."Plugin Name: Adobe Flash Media Server < 3.5.7 / 4.0.3 Denial of Service (APSB11-20)"These are 32-bit Red Hat 5 systems, and I'm trying to find how to update the FMS install on these systems to pass this security check.I haven't been able to find any installers for 3.5.7 on the Adobe site, nor any documentation on how to upgrade FMS (just run the installer?)Any help anyone can provide would be greatly appreciated.Thanks!
Hi.Does anyone know how to hide version number of Adobe Media Server, when send a http post request to port 1935?Here is sequence for how to show version number.(1) Connect to AMS server> telnet localhost 1935(2) Send HTTP Request (POST Method)> POST /open/1 HTTP/1.1(3) AMS responses like thisHTTP/1.1 200 OKServer : FlachCom/5.0.6I want to hide the 'FlashCom/5.0.6'.I know that I can hide the version number via disabling RTMPT protocol, but I need to use RTMPT.Thanks.
I want to record a continuous h.264 video stream to some sort of rolling/ circular buffer. I then want clients to access this recorded stream at any point and navigate through it. My previous attempts using FFMPEG only allows me to segment the video into predefined blocks on a first in first out process where these one minute blocks are deleted after a period of time. The problem is concatenating these blocks into a smooth single stream when a client wants to play it back.I'm hoping Adobe media server can fulfil this requirement. I have had a look at the documentation and it touches on it here and there but there are no specific information about it.Does anyone know if this can be achieved using Adobe?
Hello, I met a problem like this: When I use FME stream viedo to FMS Server ,I want to validate the connection by the stream name like this(eg: roomid?username=abc&passwd=passwd),and close the the connection on server-side actionscript. just like this: application.onPublish = function (clientObj, streamObj){ if(streamObj.name=="test"){ var error = new Object();error.message = "NetStream.Publish.BadName"; application.rejectConnection(clientObj, error); }}the rejectConnection does not work.
I have a Adobe Media Server 5.0.3 and I want to auth when publishing with username and password (Flash Media Enconder).===I try using Flash Media Server Authentication Add-in but it not working. I implement the following steps:Re: Security: How can I limit only my Flash media enconder IP to my FMS?I dont know what i need to do anything else? Please show me...
I am using the code below to call getNetStreamStat and I get the following error pleaseecho (file_get_contents('http://www.example.com:1111/admin/getNetStreamStats?auser=xxxxx&apswd=xxxxxxx&appInst=mynewapp=-1')); ?><code>Admin.API.MissingArgument</code><description>Expecting sids|streamids - Parameter not found!</description>I am using the code below to call getApps and I get the following error please<recho (file_get_contents('http://www.example.com:1111/admin/getApps?auser=xxxxxx&apswd=xxxxxxxxx&verbose=true|false[&force=true|false]')); ?><code>NetConnection.Admin.CommandFailed</code>ps domain username and password is correct and all other api works can anyone tell me the problem or point me in right direction
Our company provide live chatting with flash player and FMS 4.5. Our application provide chat room for 4 or 5 clients to join the room to chat. One of the clients will be the presenter. The presenter will publish his/her audio and video to other clients, but other clients only publish their audio to others. Since this is live communication, we set bufferTime to 0. However, we need to save the chatting materials. We are publishing the streams with ns.publish(“video”, “append”);If the networks are good, we will have no problem. However, it the network became bad, the audio will delay and even lost. We use rtmp, and I believe the protocol is TCP. I understand since the communication is TCP, the data will arrive late and cause audio delay. But can we explain why there is no audio sometimes?For some typical usage like this:One presenter and 3 audiences in the room. The presenter publish his/her video/audio to the audiences, audience receiver the presenter’s A/V and the other tw
Will there be new version of AMS ? Is something under development ?
I am new to Adobe Media server and I would like to edit the auth plugin to require all users to have to be authenticated before using server to publish streams do any one know how to edit and compile auth sample plugin to do this
The link here: Download Adobe Media Server free trial | Adobe Adobe Media Server 5Redirects you to here when you click 'Download': https://www.adobe.com/products/media-server/download-trial/form.perpetual.action But this is what you end up with... I was hoping to upgrade an existing install on a Linux VM that's running Flash Media ServerCould someone provide me with a working link? Thanks!HomeSorry, this page is unavailableBroken link?Send us an email.このURLは存在しません。日本語のホームページにお戻りください。他のサイトのリンクでこのページにたどりついた場合はそのサイトのウェブマスターにリンクが壊れている旨をお伝えください。Error returned: 403
I am pushing a RTMP stream to Adobe FMS 5.0 Server. Can I get 2 streams ie., RTMP and HLS using a single RTMP stream? What is the procedure to do that?
As the title said what would cause audio to either be completely cut out or out of sync horribly?
What would cause out of sync audio and video? Or further more no audio to come through RTMP? I'm getting a near flawless video feed but not getting audio to work in my favor at all.
Hello,I need help please.I have installation Flash Media Server 3.5 on linux server(RedHat version).I using FMS streaming vod service for about 4years.I didn't make any changes server settings, but suddenly RTMP requests are notbeing serviced recently often.Client connect error occur from the fms3.5 server, not working suddenly.Now, if it problem occured, I've restarted fms3.5 service the only solution.I don't know when things stopped working.I hope it helps.
Hi Team,I am not able to put more than 3 video bit rates in FMLE 3.2.only i am able to insert 3 video bit rate and it is working fine when i want to add on or two more video bit rates i am not able to put.Can you help me in this case.Thanking YouAzhar M
We're trying to implement a load-balancing mechanism between FMS hosts in a virtual "farm". The mechanism we're using is to have the FMSs periodically send "load" data (along with a timestamp) to an application server. That server will then use that load information and timestamp to detect when an FMS server has gone down and to make stream assignments to FMSs.Right now, I've implemented this code via a setInterval() in live/main.asc. I've added a "return false" to Application.onAppStop() to (according to the docs, I haven't tested this yet) keep the server from shutting down an idle instance. So I've left with a "chicken and egg" issue: how do I get the interval running before the first request hits the application (and forces the load of the application)? I've tried putting the setInterval in onAppStart() and as a global. In both cases, it only gets executed after application is loaded.So, is there any way to force an application to load (via a con
Hello, I ma trying to uplaod FMLE 3.2 on MAC but when I can uplaod it I can't open and install it on my computer. This have this message on my screen.Can you help me?
After recording the video for a long time, AMS will report an error. The error message is as follows: from libmp4.dll:No space left Error in the ELST box.ps:Adobe Media Server 5.0.3
I m new for FMS. I installed FMS 4.5 on my PC as per documentation and with default setting. But when i verify at that time only RTMP DYNAMIC STREAMING SAMPLE single bitrate work file with sample or with any other file. but other options giving me error #2032 in FF & IE 10 and error #2048 in chrome. I try to copy paste crossdomain.xml in rootinstall/webroot but doesn't work. my system config:: windows 7 32bit, Adobe FMS 4.5Thanx in AdvanceI also tried on another machines but same error machines like windows server 2008 or adobe FMS 5.Reply early as possible.Thanx...
I currently have a website that I created using Dreamweaver 2015. I am trying to broadcast live and went through Greg Hamer'd tutorial on how to set up both Flash Media Server and Flash Media Live Encoder. Everything run great until I try to insert the FlashPlayer on my website. I constantly get the icon saying that I need to update my FlashPlayer but I have the most current version. This is driving me crazy because I just can't figure it out. I know that Greg's tutorial is from 2008. Is there something simple that I am just looking over? Is there an updated tutorial that is more aligned to DW 2015?
Such as the following path:http://test.com:8134/hls-vod/中文测试.mp4.m3u8
Remix with Firefly Community Gallery
Thousands of free creations to fall in love with and remix in Firefly.
Sie haben bereits einen Account? Anmelden
Noch kein Konto? Konto erstellen
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.