Media Server :: Use A Separate Video Hosting Company To Handle My Mobile Videos?
Dec 14, 2010
- Is there a benefit to hosting FLV files on a Flash Media Server when they are under 2-3 minutes?I've been working on a couple different video projects as of late... some are simple web player with 30 second ads and others are working with longer videos like 2-3 minutes. I currently have an FLV hosting provider running Flash Media Server but with videos so small don't they download for the user as progressive anyway and there is no real benefit whether I am using my FLV host or my traditional web host?
i also use a separate video hosting company to handle my mobile videos mainly because I am a bit naive on how that works as well. I had a project with straight links to play video on mobile phones (with three different version served up based on OS). But it seems like most of those were progressive downloads as well.
View 1 Replies
Similar Posts:
Apr 21, 2010
I am not able to play video on mobile device which is .3gp container and H.263 / AMR_NB encoded. I just want to play my website videos in mobile device also just like[url]....I want to use RTMP and HTTP both. My requirement is as follows - Which codec and container will be best? Should I use FLV to play video on mobile device? RTSP required or can be use RTMP? Is NetStream and NetConnection methods different from Flash Player in Flash Lite Player? How to play 3gp video using RTMP stream ie.ns.play(mp4:mobilevideo.3gp, 0, -1, true) is it ok or any thing else required? For mobile browser and computer browser,can I use single player or I have to make different player for computer browser and mobile browser? It would be better if I can do it with single player for both mobile and computer browser. Sample code required for testing. If you can.I got below article in which they mention that we can play video 3gp container in mobile also.
View 2 Replies
Apr 14, 2011
Is it possible to dedicate separate bandwidth for both audio and video during for example video chat?
Basically my end goal is to give a minimum bandwidth to audio (so it has a minimum quality, at least), then the video will use the rest
View 1 Replies
Aug 31, 2011
As stated above, I wanted to know if I can take a video playlist, say with 4 clips, and have FMIS create a separate file out of the 4 individual clips. Specifically, a user selects 4 (or any number) of clips to create their playlist, then at the end, a 'full length' file is created. If this isn't clear, let me know and I'll try to elaborate.
View 2 Replies
Jul 19, 2010
I'm looking to duplicate the video-embedding technique shown on [URL], whereby they show the flash video to all platforms where flash is available, and only show the HTML5 player on mobile devices. (specifically, iphone / ipad)
Is there a browser-sniffing framework, or some other method available to accomplish this?
View 2 Replies
Apr 17, 2010
Im picking up a dedicated server it will be CentOS and be well above the minimum req for FMS 3.5 Interactive.
Question: I want to use my dedicated server for more then just the FMS. Is this possible? Basically I want to use the same server for FMS and for the file hosting of my site. Obviously I would give it a different IP but am not sure what I will need to do specifically
View 3 Replies
Jul 22, 2009
Is it possible to host my /media/ directory on a different server (that has more space) and have FMS Link to it to player VOD ?
View 1 Replies
Apr 27, 2010
I looking for a hosting of FMS for a video conferencing application. Each flex application will be able to connect a camera and microphone and broadcast it to Flash Media Interactive Server. Listner will play the published live stream. First I thougt I will be able to do so over Amazon Web Services Content Delivery Network Cloud Front, but it looks that this is for playing stored files only. May you please give me some names of hosting providers that have presence in US, Europe and if possible other places?
View 3 Replies
Jul 28, 2010
i m using flvPlyback in player in two websites but in one of the sites its not working properly, while in the other its working fine. it shows black screen there
View 1 Replies
Nov 1, 2011
Is there a way to create videos in a playlist that i can limit the views to 10 videos per user?
View 1 Replies
Mar 4, 2009
I'm building a site that is using 4 looping videos as background and would like to host the videos on a FMS.
View 4 Replies
Oct 27, 2009
I'm looking for the very least expensive host or CDN to host and stream from (live & on-demand) using FMIS 3.5 and related flash servers. Can anyone provide the cheapest place to host and CDN from? I willl consider both Adobe or Wowza.. but ideally want Adobe.
Also, many cheaper hosts or CDNs use Wowza, i'm wondering if you have any major pros vs cons type comments about going with Wowza?
View 1 Replies
Mar 29, 2010
I want to know one things, is there any other settings required to publish the swf file for playing mp4 file in mobile browser also. I am able to play ".FLV" in mobile browser but not able to play ".MP4" (H.264 encoded) in my mobile browser.MP4 file required Flash Player 10 to play video I know this,I can watch video from youtube.com in mobile bowser also.
View 1 Replies
Feb 15, 2011
I am developing Video Chat over Ip (including audio and text too). But I am unable to get the proper startup material for my desktop application.
View 2 Replies
Aug 19, 2010
I am trying to serve streaming video over a 10 mb network and using Adobe® Flash® Media Streaming Server 3.5. Here are the specs on the video.
Video:
Codec: On2 VP6
320x240px
frame rate: 30fps
400 kbps (VBR)
keyframe distance: 15
Audio:
Mono channel
96 kbps
How many of these I could serve up concurrently? Or is there a spec somewhere?
View 1 Replies
Sep 15, 2011
What would be the crucial things to optimize when you have hundreds of people connected to your application, with most of them being in a video conference with RTMFP direct_connections, and also some using RTMP connections?
Our app seems to go down under heavy load. - RTMFP stops working (no one can connect to the service with RTMFP NetConnection) and RTMP NetStreams don't work either, however Text Chat works.
Server we use have a connection limit of 500 connections, and 2.5mbps speed limit per connection (a video conference with 4 people uses less than that so it seems fine).
View 3 Replies
Jul 7, 2009
I have installed the FMS 3.5 Server on a separate IP from our main Apache Server: The server is running Redhat Linux 2.6.18-128.1.10.el5
FMS 3.5 running on ***.***.**.138 using ports 1935, 8080 (Admin Server using port 1111)
Apache 2 running on ***.***.**.139 using port 80, 443. (several sites setup on this IP)
However, when accessing the fms_adminConsole.htm in the root directory of one of the domains on ***.***.**.139, all login attempts fail. I am connecting to localhost and using the assigned user and password set up in fms.ini. Using either IP fails as well. The FMS server is set up to listen to all hosts as no specific IPs were set.
/var/log/messages show that FMS and the Admin Server are up an running and listening:
Jul 7 12:15:37 228215-web1 Service[28196]: Server starting...
Jul 7 12:15:37 228215-web1 Service[28196]: Server started (/opt/adobe/fms/conf/Server.xml).
[Code]....
All other settings for FMS are default. This is my first time setting up FMS as a fresh install on a new unknown server and I am at a loss as to what settings to check or which files I may need to modify to get it to connect properly. It is a managed server is hosted by rackspace.com if that makes any difference.
View 5 Replies
Jun 12, 2009
I seem to recall reading somewhere (but for the life of me I can't find the article I was reading), that with Adobe FMS you could store content on one machine, and then run the actual server on a separate machine. Is this correct? If so, how would you go about doing it?
View 1 Replies
Apr 5, 2010
I have FLV files streaming fine from the media folder in the applications folder.I want to split up the videos into folders to make them more manageable.If I create another folder in the applications folder at the same level as the media folder and put a video in there the video does not play.
View 4 Replies
Aug 8, 2011
If I have a Quad-core server and 8 RAM, how many users can it handle while streaming a 48-128Kbps audio-only stream of Mp3 or AAC? I guess there are some users here that are handling similiar cases, and maybe employees with estimates
View 2 Replies
Mar 6, 2010
I've got:- FMS already installed on a XP server with IIS- FLV Videos residing in a folder on another serverHow do I:Stream videos from the other server where the videos reside?
View 4 Replies
Mar 14, 2012
We use FMIS (3.5) to distribute our videos, but how can I use HTML5 to view them without duplicating the video to the HTTP VOD directory.Can I point to the application FMS file location like I can with RTMP in some way?
View 2 Replies
Jul 20, 2011
how can i handle a streaming timeout (client stop stream to the server), i made an application which streaming webcam to my FMS, but how can i detect the client timeout ? Need code server side i think, but what
View 1 Replies
Feb 27, 2012
We use f4vpp to process MP4 files after they are recorded by FMS. A couple of times now we have noticed that the output of f4vpp stops at exactly 2GB.
Have others here seem this same problem? Is this a limitation of f4vpp? Is it a bug or dependent on our system perhaps?In case it matters: we use f4vpp on linux.
View 8 Replies
Jul 22, 2010
I'm trying to make a software which sends video and audio data to a flash media server by using RTMP protocol. Currently, my program can communicate with a flash media server correctly. RTMP specifications does not describe about the raw data in video/audio messages, so I muxed raw H.264 and AAC data into video/audio messages and sent to the server. The server seems to accept them, but a video player cannot playback the stream sending from the server. The player just says "Loading..." For a test purpose, I sniffed the network packets between Wirecast and the flash media server and ripped off only video and audio data. Then, I muxed those data into video/audio message and sent to the flash media server. In this case, the video player connected to the server can playback the stream correctly.
I checked the stream sent from Wirecast, the stream seems not to be H.264 raw data because those data are not started from 0x17 instead of H.264 start code. With those situation, I am wondering what kind of container format I should use for H.264/AAC data to the flash media server.
View 12 Replies
May 19, 2010
I have an issue that is nearly identical to the poster of this thread, but this post is from 2007 and I think things might have changed since then.
To sum it up: I have a website with HTML files on Server A, and SWFs on Server B.
Users navigate to playgame.html (Server A) with MainMovie.swf (Server B) embedded in it.
MainMovie.swf is supposed to load a number of SWFs (from Server B) throughout. As far as I know they all need to be called with an absolute path, because a relative path will construct the path through the URL of the browser page which is still on Server A. Am I on the right path so far?
My MainMovie.swf literally calls hundreds of SWFs in hundreds of places and setting them all to absolute paths would take forever.
What other options do I have so that it all works on a remote server with relative URLs? MainMovie.swf is in a remote sandbox and can supposedly access files within its own domain, but it's the relative URLs that are killing me.
One solution I could think of is to load an html frame from Server B within playgame.html on Server A, and embed the SWF in there....
View 1 Replies
Sep 23, 2011
is it possible fast forward, rewind video in flash media server through flash action script ?
View 5 Replies
Jan 26, 2010
So, I've got my videos set up on the server structure right. I've got them referenced properly in the Flash playback component.But some of the videos on the server stream and some don't.The ones that don't still show up as connections in the Administrator, though
View 5 Replies
Mar 30, 2011
Am developing an app on which a user can record from their webcam or upload videos to the fms. Is it possible to upload video to fms using php or flash?
View 2 Replies
Jul 19, 2011
when i try to live stream with FMS! I can stream video with Flash media live encoder to the server but when i create the player to recieve the livestream from server,i can not recieve the live stream,can anyone give me a step by step tutorial of how to do it?
View 1 Replies