『アドビコミュニティフォーラム』に質問/トピックを投稿する方法
Questions
新着順
Hi fmshers,I have created a live video chat, So I just start my work with this reference.But my publish netstream working well, But play the live netstream trace the streamnotfound message. why this happened But working good in local, (Sorry for my english).My code is here,mycam = Camera.get();mycam_audio = Microphone.get();mycam.setMode(320,240,30);mycam.setQuality(132845,0);cam_feed.attachVideo(mycam);cam_feed.attachAudio(mycam_audio);client_nc = new NetConnection();client_nc.connect("rtmp:/simplechat");//Just try with ur FMS accountcam_ns = new NetStream(client_nc);cam_ns.attachVideo(mycam);cam_ns.attachAudio(mycam_audio);live_feed.attachVideo(in_ns);live_feed.attachAudio(in_ns);cam_ns.publish("user_1","live");//in_ns.play("user_1","live");in_ns.onStatus = function(info) { trace("Status="+this.status+this+info.code);};in_ns = new NetStream(_root.client_nc);in_ns.play("user_1","live");this.onEnterFrame = function() { ss.text = in_ns.currentFps;&nbs
Hello! Im new to the forums. Im working on a project for work and im using FMS 3 and AS3. I've gotten to a point where google cant help me anymore. When I get my webcamera with flash and allow the camera to be used it then opens a netstream to the FMS server, which for some reason doesnt work all the way. I can see the new stream being published but i just stops and you cant view it. Here is my code.var my_nc:NetConnection = new NetConnection();my_nc.connect("rtmp://my_fms_server_ip/live/livestream");var camera ;var video ;function onCameraStatus( evt ):void { if (evt.code == "Camera.Muted"){ trace("Camera Access Has Been Denied!") ; } if (evt.code == "Camera.Unmuted"){ trace("Camera Access Has Been Granted") ; } }camera = Camera.getCamera() ;camera.addEventListener(S
I posted a discussion earlier on a video stream not playing past a certain time. I ran FLVCheck on the video and it came back saying there is a backward timestamp in the video. I recompressed it from the uncompressed video (AVI) and I got the same error again in the exact same place. The error has to be in the uncompressed file, but I don't know how to fix it. Recompressing obviously doesn't help. Anyone know how to fix a 'Backward timestamp'?
Hi FMShers,I have created a video chat application using Flash Media Server, Its working well in Local, But not in FMS (If I connect with my FMS account).But Text Chat working well, pbm in Video only...... My server is from influxis with Bandwidth 1 mbps, But My application got 13 mb totally, It is any pbm in the server,I'm very newbie to FMS, so excuse my silliest question and explains if its.Hope you helps me....Thanks...
Hi, Now I am trying to develop a web cam capturing movie. I created two swf's, one for broadcasting and the other for receiving. The broadcaster captures the live video from web cam. After connecting the receiver with media server, it ll displays the video capturing by broadcaster. When i am doing this in the system where media server is installed, its working fine. That means broadcaster swf and receiver swf are placed in the system where media server is running But when i tried it by opening the broadcaster swf form system where media server is running and receiver swf from any other system, its not working. The code that i used for broadcaster is attached following: Broadcaster: startstop_pb.enabled = false; connect_pb.onRelease = function(){ if(this.label == "Connect"){ status_txt.text += "Connecting..." + newline; this.label = "Disconnect"; nc.connect(rtmp_txt.text); } else { status_txt.text += "Disconnecting." + newline; this.label = "Connect"; nc.close(); } } nc =
Hi,I'm creating an application in Flex that needs to use the DVR capabilities of FMS 3.5, ideally I would like to do this using the FLVPlayback 2.5 component, however I'm struggling to find any tutorials or info on this, I was wondering is someone could point me to one.I heard that I need the DVRCast application to do this, but this hasn't been released yet, I was wondering if I could get a rough idea of when this is going to be released?Any help would be greatly appreciated,Thanks in advance.
As titled, what is the way to record video/audio files using Flash Meida Server through rmtp, and allow users to access the recorded files through http?What I am trying to do, is to record a user's microphone's input and save it to the server. Afterwards, I would like other users to be able to access the recorded files and mainuplating the audio data, by computeSpectrum(), to do some visualization of the audio. As I know computeSpectrum() cannot work on streaming files, so I think I need to access the recorded files using http instead of rmtp. Is that true?How can I redirect the http request to the files I was recorded into my applications/appName folder? Or I need to somehow moved the recorded files to the /webroot folder?Thanks!
Hi every body i need help i try to view live video from dvr which connected via local network and has an ip and there are 8 cameras connected to the dvr i want to use flash media server for streaming
I've been wondering if there has been any movement on the availability of the occasionally-mentioned DVRCast application, which is supposed to handle the back-end communication to the FLVPlayback2.5 component for doing live-DVR interactivity. Is this something I should be looking for in days, weeks, or months? Thanks! -Dan
I would like to know whether i can upload any type of video into FMS and it will encode it as flv on the fly while streaming?
We are running FMS3 on Windows 2003 Server. Videos stream and play fine when inside our domain, but outside the domain the videos take anywhere from 20 or more seconds before playing.After analizing the connections it was determined that the player is randomly trying to access ports until it gets to the one that works, but this is ONLY happening from people trying to view videos from outside our domain.The server is not behind a firewall.Any ideas?
Hello,We work with streaming to radio and tv statios, actually using shoutcast and windows media services. Now we want to add to our services flash media servers...Questions:1 - Could I use orban opticodec to send audio in aacplus format to flash server?2 - How to create the application to make this?3 - How to limit max listeners for a individual transmition?4 - How to provid audience stats to final client about his individual streamin transmition?
We have added a few sub folders under the “webroot” folder. I did this so I could make a custom web page that generates the code need to display the video in a web page if it is one of the folders.My question is how do I get these folders and their content to show up in the “Administrative Console”?Also how do I get the videos to be logged?I have looked through the Server.xml and Application.xml files and the fms.ini but do not see any place, Am I not looking for the correct setting?Attached is a pic of the folders.ThanksChip
Hello everyone I have a couple quick questions regarding packages in relation to Adobe Flash Media Server 3.5. I have been testing live streaming and am very impressed with this program. I currently am using the Free version that allows 10 simultaneous connections. My company is also liking it and wanting to have unlimited amount of connections.I am looking at the Adobe Flash Media Streaming Server 3.5 package that is $995.00. Looking at the comparison page (http://www.adobe.com/products/flashmediaserver/compare/) it seems this version is missing a considerable amount of dots towards the bottom that the free version has. All we would like to do is simply stream 3 differenent cameras to unlimited amount of people at different bitrates which we have been doing fine with the free version (except the unlimited people). This is possible with this package correct?
Hi,We tried to stream from FMS 3.5 flv files through HTTP,How can we prevent Progressive download when we stream flv via HTTP?We tried some configuration but it seems that files are always download to the local computer temp folderCan someone point to documentation that explain how to stream flv without Progressive download ?Regards,Kobi Shalom
hi allAfter upgrading our CDN service from 3.0 to FMS 3.5 the netstream livedelay property value is always 0(zero);on previouse FMS we used liveDelay to monitor delays , when the liveDelay value was more then x we reset and reconnected our net stream.we have tried increasing the buffer .. but the returned value is always 0;is netStream liveDelay is still supported on FMS 3.5 ?Do we need to configure something on the FMS for supporting the property?10x in advanced
We produce podcasts from Camtasia Relay. It can output the following to a file system (url/file path combination):1) html/swf/mp4 and2) mp3The Camtasia Relay produces a link to the html file, which contains the swf which links to the mp4.How can we natively stream these in our fms 3.5 server?For example: In Internet explorer, would the link be rtmp://server/pathtofile.html -- which has the swf pointing to the mp4?and same fo the mp3: rtmp://server/filename.mp3 -- ??If the Camtasia Relay product creates the URL as http:// -- Does this automatically imply a progressive download by the http protocol? And by association, the url needs to be re-written to stream it, versus progressive download?
Hi there,My compnay provides webcasting services to numerous clients, and we currently use Windows Media Encoder as our base software for these projects.However, I'm interested in switching to Flash Media Server, but need to figure out one issue and how to implement it in such a way like how we are currently using Windows Media Encoder.We need a way to stream out a live audio/video feed AND have a way to control a presenter's POWERPOINT slides and have them advance by our command when streaming live.Basically, the way we do it is we will stream out audio/video from WME and also use the encoder's SCRIPTING functions to send out a "url" from the encoder to the actual page in which the viewer is watching the live embedded stream. On that page is an embeded/internal frame which we can specify (using the id/name) that the url gets loaded, and this actually advances the slides (or more so pulls up a pre-created html page of the next slide in the person's powerpoint, which is actu
Just installed Windows 7 RC (7100), and got the latest Flash player for IE8 and Opera.My site http://mikemasquith.biz has a music player I created that plays (streams) MP3s from a Flash Comm Server I run.The player works fine with Flash Player version 10.0.22.87 on other platforms, but not in Windows 7.Once you pick a song, it should start immediately. Even clicking the play button doesn't work.The symptoms make me think there's a problem establishing the netconnection for streaming.I've read Microsoft added streaming of some kind in Windows Media Player for Windows 7, could it be interfering?Wondering if anyone else has Windows 7 specific problems with Flash player / Flash Comm Server?
Hello,there's the Adobe requirement Linux® Red Hat® 4 or 5.2 supported OS for FMS 3.5. I would like to know, please, is FMS 3.5 compitable with Linux® Red Hat® 5.3 ?Thank you
Hi, we have installed a FMS 3.5 in a dedicated server, but when we try to view the uploaded video (.flv) it takes to long to start seeing it, and then for 2 seconds of screenplay, we have 5 minutes of loading delay, does anyone knows what it could be wrong?I attached the config files so that youy can take a look at them and maybe tell me what to change.Thank you a lot.
Hi,Can someone tell me if it's possible configure FMS 3.5 so that it authenticates against Webseal so that only authorised users can have access to the media?Thanks
I would like to "pull" a stream from a remote FMS to a local FMS and record this stream in the local server.I couldn't find a way to pull this stream, I can only publish/push. As I can not save scripts to the remote FMS I can not push the stream to my local FMS.Is there a way to to this? I was looking into the NetStream class in the FMS and there is no way to play a stream from the remote server.Thank you, I would appreciate any input.
We use FMS 3.5 for streaming IPTV.We have a number of channels and currently our mp4 files are all held in the Media subdirectory, below vodWe want to divide them into separate channels for the the stations with their own subdirectories for organised filing but cannot see any way of doing this and then referencing the correct directory with the rtmp: via XML.Anyone got any ideas or experience with this?Incidentally 3.5 seems to be well worth the upgrade.David King
At our company we have built a video/chat application with multiple rooms and a lobby using FMS2. The application runs fine in most browsers but when I open another window in ie6 (apart from the window where the flash application plays), visit a different website and close the window where our flash application resides, the stream keeps playing (you can still hear the sound of the application). I was wondering if this is this a known bug. Has anybody experienced this before? Is there a way to prevent this bug? This is a problem which occurs when opening our site in Internet Explorer 6.0 only. Thanks in advance, David
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.