『アドビコミュニティフォーラム』に質問/トピックを投稿する方法
Questions
新着順
Hello everyone, I like to play on-demand video in Flash media server but FMS just play 10 minute of total video duration...!!! My video format is F4V and I type this address on the Sample FMS video-player. http://localhost/hds-vod/myvideo.f4v.f4mNote: I install FMS and Apache Separate. When FMS install Apache everything is OK, But when I install single FMS and adter that install Apache http livestreaming is ok and hds-vod has issue. This issue is very important and I try very time to solve it. Please advise me to solve this problem I am appreciative of any help
Hello. I buy Adobe Media Server Standart. Installed at Ubuntu Server 12. Ubuntu server has 4 other sites.Broadcast from Windows PC using Adobe Encoder works fine on Ubuntu (JW Player).!But mobile devices doesnt support rtmp! I try make http live stream.I made this Installing Adobe Media Server 5.0.3 on Linux with preinstalled Apache Server | meberhardBut it isn't work. Could you help me? Maybe, need i use other player at my site?http://ams.vladnews.ru/hds-live/livepkgr/_definst_/liveevent/livestream.f4m is ok.<manifest xmlns="http://ns.adobe.com/f4m/1.0"><id> livepkgr/events/_definst_/liveevent </id><mimeType></mimeType><streamType> live </streamType><duration> 0 </duration><bootstrapInfo profile="named" url="../../../streams/livepkgr/events/_definst_/liveevent/livestream.bootstrap" id="bootstrap294"></bootstrapInfo><media streamId="livestream" url="../../../streams/livepkgr/events/_definst_/liveevent/livestream
I am creating a small chat application using Flash Media server. I have already created all my user interface components in Flex(Adobe AIR). problem what i am facing is this when i am sending Object through Flash Media Server, some objects send successfully but for some objects it become a problem and Flash Media Server unload application instance. So i would like to know the reason of this problem, and how to get rid of it?please help me.
Hi,I try to login admin console remotely, so I add a soft link for the "webroot" directory of fms to the appache default web host.Then I could load the admin console page remotely, while when I input the server IP, username and password, it tries to make connection while reply back a message box saying that "login attempt to the server below failed!".I really do not know how to resolve this issue. my 1111 port is opened in the firewall and selinux is disabled. I'm using centos 5.3 for FMS4.0.3.Thanks.JIaJun
We've successfully made the jump to using the Adobe Media Server 4.5 to provide video to both Desktop computers and iOS devices, (HLS and HDS). Very exciting.However, with increasing requirements to provide closed captioning for accessibility, we need to be able to provide closed captioning for our videos displaying on iOS and in the Flash player.What is the best approach to provide closed captioning using these new FMS technologies?
Hello everyone,I have problem with hds-vod in flash media server 5.I have any f4v video in on-demand folder with 1 hour but when I try to playback this videos through FMS hds-vod just play 10 minute of video...!!!In fms sample video player show 10 minute duration of video instead 1 hour.Please advise me to solve this problem Many Thanks.
I have same issue by FMS and F4V format.I want to archive live event at same time and to do that I record live stream in F4V format on the onPublish event.This is main.asc codes:[code]//live stream fragmentsvar liveStream = Stream.get("f4f:" + streamName.name);liveStream.record();liveStream.play(streamName,-1,-1);//Create Archive (f4v) for on-demandvar vodFile = Stream.get("mp4:" + StreamName.name + ".f4v");vodFile.record();vodFile.play(streamName,-1,-1);[code]So when I use h264 in my source event when FMS create f4v, F4V file is 320kb (f4v isn't growing) and just record 5 second of my event whoever my live event is more than 1 hour.But when I don't use h264 in source event my F4V file is correct and record all 1 hour video from live event.I don't know what's a problemI use FMS 5 extended edition and FFMPEG for stream webcam on to the FMSThis is my FFMPEG code:[code]ffmpeg -f dshow -i video="A4TECH USB2.0 PC Camera" -vcodec libx264 -b:v 32k -acodec libmp3lame -b:a 64k -ar 44100 -
My data path looks like this:Live Stream Encoder====>My FMS (my own server) republish to======>CDN======>Viewing ClientI 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".How do I satisfy both?In my onPublish() function I do two things:1. Record the live stream to a file2. Republish the stream to the CDNHere is that method as it's currently constructed:application.onPublish = function(client, stream) { trace("onPublish"); //First record the stream here at this server s = Stream.get("mp4:streamname.f4v"); if(s){ s.record(); s.play(stream);&n
Hello experts,I am getting "Disconnected: No supported authentication methods available" message when trying to access the server using root account. It works with amsadmin except I am not able to display the /mnt directory. Any help will be greatly appriciated.
I have tried to follow the steps in this article:Implementing late-binding audio with Adobe Media Server for HTTP Dynamic Streaming and HTTP Live Streaming | Adobe Devel… but i think i am doing something wrong. For a church, i am creating a livestream with the translation in 3 languages. So i am streaming via rtmp the video to livepkgr. Ok so far, in the videoplayer i can see the video. But when i follow the explanation of the link above, i loose myself. This is what i am doing: With another FME i encode in rtmp just the wanted audio signal ....and here comes my problem: i name it for example language1.f4m, do the same with language 2 and then i create the manifest file. Now, when i put that manifest file in a player, it says: can not play file or rendering failed, or some similar error. Is there a HOWTO that explanes the process a little better, or from beginning to the end?Thanks for any answer
We are running 4.5 and changing webhosts. Is there a doc somewhere that could help us with how to go about it? We plan on upgrading to 5.0 after we make the move - trying to eliminate as many variables as we can.
Hello,I am using a Digital Rapids StreamZ encoder (version 3.8.0) to stream towards YouTube, Dailymotion, Akamai. I wish to install a Flash server on the same VLAN as my Digital Rapids in order to check the encoding in case there is an issue on YT/DM's side. I therefore downloaded Adobe Flash Media Server and now wish to send my stream towards the AMS. Which Server URL and Stream Name should I use to configure my Digital Rapids? How should I configure the AMS to receive the stream from the DR?Many thanks in advance for your help and advice,mdicamp
I have a problem with stability of the Multi-point publishing of my stream.I send the stream1 to the server application "livestreams" -application.onPublish = function(client, myStream) {trace(myStream.name + " is publishing into application " + application.name);if (application.name == "livestreams/_definst_"){nc = new NetConnection();nc.connect( "rtmp://localhost/livestream" );ns = new NetStream(nc);ns.onStatus = function(info) {trace("Stream Status: " + info.code)if (info.code == "NetStream.Publish.Start") {trace("The stream is now publishing");}}ns.setBufferTime(2);ns.attach(myStream);ns.publish(stream2, "live" );}}My flash player plays this stream2 from server application "livestream" during 2-5 minuts, and stream2 vanishes.Is there methode provides stability of the Multi-point publishing?
the error massage is as follows Content Unavailable The requested bitrate is not availablePlease held. How to fix it
can i have a multiple input connection to adobe media serverits like having just say 100 screen capture to adobe media server?and the display is using AIRthanks
As the title
how do I license the Adobe Media Server Standart from Bolivia. I have tried and will not let me, it gives me error. Please send answer to my box "jebarrero@cotas.com.bo" mail. thanks
Hi all,We made on an AMS 5.0.3 a little load test with about 200 video streams.The first run was made in RTMP and did not freeze.The second run was made in RTMPS and froze 8 times during 15 minutes. We do not know why, we only find into access logs for each freeze the 3 app-stop logs (1 for each app runnning on this AMS) + 1 server-stop log.Can you explain us why the server stop and restarts automatically in this mode ?I can give some full logs if needed.Here is the extract of the *-stop logs in the access log file (the video application we used is called "anw") :app-stop application 2014-06-20 11:17:20 Romance Daylight Time anw - 3960 - - _defaultRoot_ _defaultVHost_ anw _definst_ - - - &nbs
Dear Support, We are operating a flash-based application used on an adobe FMS server (4.5). About the application: There is a broadcaster that provides the basic camera and sound, and it is possible to include the sound of other clients’ microphone in the broadcasting. We would like to record the broadcasts – which we can, but unfortunately, each stream is recorded in a separate file. Is there any possibility to record the broadast that includes several streams, even with an external program (on the client’s or the server’s side)? Or does flash enable to stitch several streams into one and to record it with an rtmp recorder for example?Thanks!Gabor Harangozo
Pretty much what it says. I am not technical and FlashPlayer was crashing on Mozilla. I checked the plug ins. Installed 14.0.0.215 (I think that's correct) and still problems. Disabled 13.0.0.214. Videos now play, but there is no sound. I checked the speakers everywhere I could and there doesn't appear to be a problem. Suggestions? Thanks.
HelloI am having a problem with FMS 4.5 .. when a video is recorded, the recorded file is ending up with 760 as permissions. I would like to allow my site users to download their own recorded shows... so the file needs to have a permission of 755 or 666How i can make FMS save the files with 666 or 755 permissions? I have to do it manually for each file now for them to be able to download but this is too time consumingthanks
Hello, I am from Bolivia. I try to buy "Adobe media server" but i got this error " the account was registered for a different country. Please sign out and sign in using an existing account for this country"
I have a swf file with dynamic data variables embedded in a html page with swfobject.js. But this will not work on iPAD since its swf. If I move this swf to Flash media server (version 5.0) will this work via HLS streaming. We have a adobe media server of version 5.0. Will this work on iOS devices if I load this via FMS with dynamic data
May I throuth rtmp protect connect FMS and use ShareObject for my progreams?
Dear Adobe Team,This is Robin.park from CDN Service Compancy in charge of Media Product Manager.We have a problem it is related with log data “sc-bytes and sc-stream-bytes”Background : We are doing media streaming service (Live and VOD) with FMS 3.5Problem : ‘sc-bytes’ has random abnormal higher bytes(more than x50, x100) than ‘sc-stream-bytes’ when FMS 3.5 do streaming VOD service. [The difference of bytes between ‘sc-bytes’ and ‘sc-stream-bytes’ is acceptable(about 10%) when FMS 3.5 do streaming Live service]My Question is ~~Do you have issue or history it is related with upper problem?This is really big issue for us because it’s billing issue.Please check it and let me know the way that could solve this issue.If you have any questions, please let me know.Thanks,Best Regards,Robin.Park
Remix with Firefly Community Gallery
Thousands of free creations to fall in love with and remix in Firefly.
すでにアカウントをお持ちですか?ログイン
アカウントをお持ちではありませんか? アカウントを作成
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.