Media Server :: Source For Player Demo Bundled With FMS 4.5
Nov 7, 2011
Is the source for the demo player bundled with the FMS 4.5 install, available somewhere? It looks like a useful tool to debug playback of streams and I was trying to to see if I could port it to Air for IOS and Android for the purposes of evaluting the playback quality of various sample video files.
View 2 Replies
Similar Posts:
Jun 10, 2009
I think I'm getting closer to the source of my problem.Let me outline my setup first (I'm using private IPs for example only). I have set two IP addresses to one network adaptor as follows:
CentOS 5.3 server running Apache 2.2.3 on eth0 with IP 192.168.0.78 <- working fine absolutely no problems at all
FMS 3.5.2 running Apache bundled with FMS on eth0:2 with IP 192.168.0.79
In fms.ini I have the following config:
ADAPTOR.HOSTPORT = 192.168.0.79:1935,80
HTTPPROXY.HOST = 192.168.0.79:8134
At (apparently) random times, the FMS Apache stops serving requests, but does not crash, and for some reason blocks requests to RTMP at the same time. Nothing appears in the log files which makes this even more tricky.I've run a test by shutting down apache as follows:
./httpd -f ./conf/httpd.conf -d "/opt/adobe/fms/Apache2.2" -k stop
and I expected RTMP to stop working aswell, however it continued serving up RTMP, which has led me to believe that something is then stalling the serving up of RTMP requests. This results in total downtime of all applications.
View 36 Replies
Aug 31, 2011
I have this standard embed code to play my video:
<object height="409" width="600"><param name="movie" value="http://fpdownload.adobe.com/strobe/FlashMediaPlayback.swf" /><param name="flashvars" value="src=rtmp://my-server/vod/flv:my-video" /><param name="allowFullScreen" value="true" /><param name="allowscriptaccess" value="always" /><embed allowfullscreen="true" allowscriptaccess="always" flashvars="src=rtmp://my-server/vod/flv:my-video"
[Code]...
View 4 Replies
Oct 31, 2010
Wondering if FMS/Encoder could handle the following scenario in a relatively 'out of the box' way:
Given: Source video media on the server/web storage, either as solid assets or pre-fragmented into defined 'clip' segments Source 'overlay' media on the server/web storage, as video-with-alpha assets Source audio media on the server/web storage
Given a '3 layer' playlist where the desired outcome is to: Stitch together the selected clips (regions from within the source video media) from various sources into a single, solid video asset. Composite the 'overlay' media using normal alpha compositing into that asset at variable times (defined by the user). Mix the audio media into the solid asset (mixing with any audio contained in the original source clips).
[Code]...
View 2 Replies
May 25, 2010
I am looking for an open-source iTunes style media player that I can use as a base for functionality I would like to develop. I am quite keen on Flex/Air, or C# or Java will do for languages.
View 3 Replies
Aug 17, 2011
I am using OSMF-Strobe Player for videos and I am trying to put my company's name below the video player as in the picture. how do I go about doing the same ? I dont have much knowledge about actionscript but with some online tutorials I can always manage.
View 0 Replies
May 6, 2011
i would like to learn can Flash Media Encoder or other Adobe's product encode video then sent to FMS for streaming by combining two different sources (for example: from two cams).
View 8 Replies
Jul 16, 2009
I'm very new to FMS and I have been experimenting around with it as a part of my job. I already have the encoder, FMS, and my AIR application all talking, so that portion is going well.The problem that I want to tackle next though is to have the FMS server record the live stream to it's hard drive. All of the guides that I've found talk about how to make a DVR stream, but that's not what I want. I want to be able to have the live stream, and then separately I would like to have it recorded.
View 1 Replies
Jan 2, 2011
I am trying to create a flash player to stream an on online Internet radio station using FMS. I chose FMS after being told that I need RTMP server to extract the metadata. Our radio audio is being encoded using a DJ interface called SAM Broadcaster. But for some reason, it does not have an option to send over the stream directly to a Flash Media Server. Only options are either IceCAST or ShoutCAST. How should i setup the stream? Should it be Stream encoder>> IceCAST/SHOUTCast Server>>Flash Media Server>>Flash Player Client. Or should I setup Stream Encoder>>Flash Media Server>>Flash Player Client? Shouldn't Flash Media Server be an alternative to IceCast or Shoutcast? If that is the case, how do I send over the stream from SAM Broadcaster directly to Flash Media Server without restreaming through another streaming server?
View 2 Replies
Aug 30, 2010
I understand that the Flash Interactiver Server has this feature called 'Adobe Media Player Tracking Service' which the free version dosen't have. Any idea what ' Adobe Media Player Tracking Service' is and what it does
View 2 Replies
Jan 27, 2012
I am using Flash Media server 4.5 and i read the tutorial if i want to stream the live feed, i may need to use the media live encoder.
but what i found in media encoder is i have to manually setup everything and it only support camera devices. But in my case i have multiple video files keep received from another program and place it on file system (server),my goal is use the Flash Media server to perform a live boardcasting with these video file one by one. That means when client watching a live streaming, they will not notice the server is playing mov1, then mov2, then mov3, then mov4... and so on.
You can imagine i am trying to boardcast a live footage say for 60sec, but the video file will not recorded entirely after 60sec, instead for every 10sec i will save a new video file, so that when client watching the live by HLS [URL]when the time reach to 10sec, a mov1 video file available and FMS should boardcast this video on live123.when the time reach to 20sec, a mov2 video file available and FMS should Immediately follow the mov1 boardcast on live123.and so on...Also can FMS dynamically create a new streaming session (invoke by code), so that when client A uploading some video files to the server, the FMS open a new streaming session only stream cilent A video files?the configuration to boardcasting like screen size, bit rate, etc should be pre-defined on the server. [URL]
View 5 Replies
Sep 5, 2011
I have started a stream from Flash media encoder to flash media server. According to my encoder, it should be located at: "rtmp://localhost/live" and is called livestream.In the Flash software I try and set the source of FLVPlayback component to rtmp://localhost/live/livestream", and I get this error: "NetStream.Play.StreamNotFound : Adobe Flash tried to play a live or recorded stream that does not exist. Source can't be found.". Both the server and encoder is runnind and I am encoding.
View 12 Replies
Feb 11, 2012
I have a swc plugin embedded in my product to stream live video to a group of recipients.The plugin uses the NetStream, NetGroup and NetConnection objects, the server I use to handle the RTMFP session is Influxis.One client creates a group as a publisher, and stream a live video.His Camera is enabled and I can see the video on the screen as well. The others connect to his group and play the video.Peer assisted Networking is enabled for both the publisher and the recipients.The plugin worked well in all 10.x versions (10.1/10.2/10.3)However, when upgrading to flash player 11.x, it stopped working.
-11.x to 11.x isn't working.
-10.x with 11.x isn't working.
-only 10.x to 10.x is working.
The server I use to handle the RTMFP protocol is Influxis.com I sent them the same question as well.The weirdest fact is that I'm using flash builder 4.6 with 4.6 sdk, which is aimed for flash player 11.1, and it is only working with 10.x flash players.
View 2 Replies
Jan 5, 2011
where we can download all flash player 9,8,7,6,5,4?
View 3 Replies
Aug 4, 2009
We are streaming live events encoding using H.264, so therefore we have to save the file as a .f4v. However, whenever I try to play the file, I keep getting a "playback failed" in Adobe Media Player. What could I be missing? Is there anything else I need to do in Flash Media Live Encoder?
View 3 Replies
Mar 18, 2010
I would like to show the live TV video on Flash player from my TV tunner. Is it possible to do it without FMS like using Webcam?
It will not be running on the internet/network and only for a computer that have TV tunner. (Ideally: open a swf and you can watch a TV tunner by flash player). But i cannot find any information if i can do it without FMS.
View 1 Replies
Mar 30, 2010
I've setup a simple DVR player using the DVRCast application and Adobe FLVPlayback 2.5 from Adobe tools. I'm able to use it to play a recorded live stream which is recorded by Flash Media Live Encoder.
I'm wandering if I can now use the DVR player to play a video within the vod application?
To start with I just want to copy the f4v file created by Live Encoder to the vod directory and then use the DVR player to play it.
View 4 Replies
May 3, 2010
I'm sorry, but I wanna change the dimension of the built-in flash player that we get from installing the FMS.. can i do that?I need it to fit my web in the center, and on the left & right side there's bar for ads..anyway, I embed my web with the videoPlayer.swf I got from this folder:"C:Program FilesAdobeFlash Media Server 3.5samplesvideoPlayerswfs"then I checked the source folder and i realized that it's builed with Flex, and I'm not proficient in Flex.After that I tried to decompile the .swf file using sothink swf decompiler and recompile it again, but it gives me error message in Adobe Flash CS3 Professional.
View 2 Replies
Oct 15, 2010
I have been experiencing a somewhat random inability of my player to load on a Macintosh. It doesn't happen everytime, maybe 2 out of 10 times. This does not happen on a Pc. My flash file is actionscript 2.0, and I have enabled hardware acceleration. This issue was happening before I enabled the hardware acceleration. Here is the player I am talking about:[URL]
We currenlty don't have the password for the administration console, so I haven't been able to monitor it that way.
View 1 Replies
Sep 20, 2011
I have installed FMS 4.5 successfully. I am able to run all the videos in the index.html page (filmthos.com/flash), including the HLS video on my Iphone. I was able to setup a video player for rtmp and it works fine, but I am having trouble with setting up video players for HLS and HDS. I am looking for somthing simple.
The source file or located in these location: /hds-vod/mvp5/media/MP.mp4.f4m and /hls-vod/mvp5/media/MP.mp4.m3u8 respectively (the httpd.conf location for both is HttpStreamingContentPath "/opt/adobe/fms/applications"). So obviously I want a simple video player for the HDS that plays flash and another to play HLS and HTML5. The index.html seems to cumbersome to fine out how these players work.
View 1 Replies
Sep 11, 2009
we are using flash interactive server 3.5 and have just noticed that when flash player upgrades to 10r32 the streaming fails? Is this a known issue and does anyone know if it is specifically a rtmp prob?
View 4 Replies
Feb 22, 2010
I'm trying to make a new flash player to stream a video from the vod folder. But after creating the player, the video doesn't show. It only shows the a blank screen with the player skin.
what's the format to put in the RTMPE url into the source/content path?
View 6 Replies
Aug 1, 2010
I am trying to embed a flash player as a pop-up from a web page.So far, we manage only to pop a new browser page which plays the "Flash" video, without a controlable player. what do i need to do to embed a player into the page, like here: [URL]or as a player as a pop-up above the page? do i need a flash media server for that or can it work with progressive download and no dedicated installations?
View 1 Replies
Jul 5, 2011
I have written a program to publish the audio and video data to the FMS. I am publishing the video data to FMS in live mode and trying to play back via OSMF player. When i start publishing video data in the livepkgr application folder of FMS files like .bootstrap, .control, .meta are getting created. But when i try to playback via OSMFplayer i will get error 1009 and one intersting thing what i have observed is after 7 minutes this error won't come and OSMF player starts playing properly. give the solution for error 1009 which comes only for first 7 minutes?
View 12 Replies
Jul 5, 2011
I've placed some of my videos flv and f4v in the vod/media and webroot/vod folders with sample files provided. My files were checked with flvcheck and passed. When I load the embed code into a Dreamweaver HTML file and save the page to the webroot folder as instructed, the provided sample files play in my Firefox browser. However, when I edit the code to insert my files in strict accordance with the instructions concerning codecID and extension, I get the following message on the Browser "We are unable to connect to the content you've requested." My videos are less than 30 minutes in length and were encoded H.264 using Adobe Media Encoder and as I said passed the flvcheck.
View 1 Replies
Sep 24, 2011
Where i can download RTMFP fms multicast Player?
i tried osmf not working.
View 2 Replies
Feb 11, 2012
i would like to ask which is the best way to embed my .swf player to my blog and my site to view my streaming video from my FMS?The whole streaming proccess works great but i do not know how to put the .swf player to my blog and my site
View 1 Replies
Mar 1, 2012
I have a Flash Media Streaming Server 4.0 running for more than a year now. I protect the access to my server through the "allowedHTMLdomains.txt and allowedSWFdomains.txt feature" (amongst other things...). We noticed that with Firefox 10.0.2 (last version) and Flash Player 11.1.102.62 (last version) our customers can't connect anymore. In the admin console we can read things like: Authentication failed for pageurl: [URL]
[Code]...
View 4 Replies
Apr 3, 2012
I have just installed Flash Media Server developer version 4.5 on my server, the Start Screen appears and keeps asking me to install Flash Player version 10.2 or above. I have repeatedly installed Flash Player 11 to no avail. I have tried to start the Admin Console but it just shows the 'get flash player' icon. I can confirm that Apache is running as I get an error from it when I try to access the Admin Console from the Internet. The Adobe web-site confirms that Flash Player 11 is installed and working correctly for the Operating System, Windows 2k8-R2. I have restarted the server to make sure everything has installed correctly, but it makes no difference.
View 1 Replies
Feb 21, 2011
I have a small media server. It's actually a Netgear GoFlex Home (NAS) running Plugbox Linux. It's currently running a bunch of servers HTTP/FTP/WebDAV/DLNA/Webmin etc and I want to create a frontend for my multimedia that I can access from the internet. (I preimarily use it as a DLNA media server).At first I considered using a Java Servlets backend with a Flex based frontend but that fact that I can't use Flex Builder from work (licensing) and I'm unwilling to pay a few hundred pounds for it, that's out of the question.
View 1 Replies