Media Server :: Build Apps To Stream To Apple/IOS Devices?

Sep 18, 2011

I want to build apps to stream to Apple/IOS devices but I don't have an Ipad or Iphone.......what programs can I use to emulate Apple/IOS devices? Is there an emulator? Or will a download of quicktime work? maybe HTML5 video object will work in any webbrowser. I haven't looked into what it takes to use FMS on Apple/IOS devices, so maybe I will answer this question by this afternoon.

View 6 Replies


Similar Posts:


Media Server :: Create Apps For Desktop And For Hand Held Devices?

Mar 9, 2010

i saw that one can create apps for desktop and for hand held devices..

View 1 Replies

Media Server :: What File Android Devices Use To View Live Video Stream

Dec 29, 2011

What file should android devices use to view a live video stream? myeventname.f4m? I'm using the following html5 code and it's not working in Android devices.
<video id="liveWebcast"
poster="poster.jpg"
src="[URL]" controls autoplay>
</video>

View 3 Replies

Media Server :: Flash Media Server 4.5 Live Streaming In IOS Devices

Oct 26, 2011

I have a FMS 4.5 with (License) and is set up and running fine, now I want to stream Live to the IOS Devices but no luck. I have a web page for test purpose with the video src tags to: URL... and in the server I have a livestream.m3u8 pointing to the same URL..., Now the Encoder have the AAC plugin and all the presets like it shut but when I go to see it in my IPad 2 this is how it looks.

View 11 Replies

Media Server :: Config Fms 4.5 For Protected On-demand Apple HTTP Live Streaming?

Nov 3, 2011

I am trying to config custom encryption key for different pieces of content at streaming level using jit.conf for On-demand Apple HTTP Live Streaming.I tried to set  "HLSEncryptionScope content" in httpd.conf and placed jit.conf in ../webroot/vod but not success, the m3u8 generate not contains EXT-X-KEY.and, I tried and got nothing in access plugin log file while i http stream a m3u8 file, is it possible to log HTTP Live Streaming using plug-in?can plugin got any event triggered by http streaming?

View 4 Replies

Media Server :: Securing RTMP Streams For IOS Devices?

Feb 28, 2012

I am having an application where I stream videos through RTMP using FMS and the sample vod application. I am securing RTMP streams using domain/swf security on server side. I need to stream videos to iOS devices and secure the videos. How can I do that?

View 1 Replies

Media Server :: Live Streaming To IOs Devices Not Stable?

Mar 8, 2012

I am using FMS 4.5 and i am having problem live streaming to ios devices live streaming to mac, PC or android is nice and stable but to ios devices not getting stable streaming to start the streaming plays for 0.25 sec and then I get error  movie can not load or sometimes I get error movie can not load from beginninghis issue I do not have aac encoder this is might be my problem Below is configuration for my m3u8 files just incase

#EXTM3U
#EXT-X-STREAM-INF:PROGRAM-ID=1,BANDWIDTH=110000
http://issosnj.dyndns.org/hls-live/livepkgr/_definst_/liveevent/livest ream1.m3u8

[code]......

View 1 Replies

Media Server :: Secure Flash Media Streaming Server 3.5 (live Stream Connection)

Aug 23, 2010

I have Flash Media Streaming Server 3.5 (not Interactive) running on RHEL5.5 x86_64 Linux.All is working well, however how do I prevent unauthorized access to connecting to the live stream and streaming content?How can I setup the server to require a user and password to stream live media to the server?I am new to this product and I have been reading some documentation but I have not found a clear cut answer on how to force a username and password to connect to the server to stream live content only.I am using the Adobe FMS Apache install, what files need changing?[code]I want to lock down a person from connecting to the server on the public internet and starting a live stream?Can this be done with a user name and password?

View 13 Replies

ActionScript 3.0 :: Creating Apps For The Apple Store - Do The App Have To Be Used Only By The Mouse

Mar 21, 2011

I'm thinking about creating apps for the apple store and my question is : do the app have to be used only by the mouse ?Like cuz than the mouse= touching the iphone screen.

View 6 Replies

Media Server :: Streaming For Android Devices Using Amazon AWS And Adobe 4.5

Apr 11, 2012

I have created a live stream using Amazon Web Services and Adobe Flash Media Server 4.5.AWS provides me with both a .f4m and .m3u8 file, to use in  <object><embed> and  <video> tags, respectively.The .f4m loads fine on my desktop browser, and the .m3u8 file loads fine on my iOS device. However, my Android devices will not load either file. What code/solutions are there to get this to play on Android devices?[code]

View 4 Replies

Media Server :: Stream Video With Flash Media Live Encoder To The Server?

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

Media Server :: Close Another Live Stream B If Opening When Stream A Is Closed?

Aug 28, 2010

close another live stream B if opening when stream A is closed? Does FMS support this kind of logic?

View 8 Replies

Media Server :: Recording RTMFP P2P Stream By Sending Simultaneous Stream To FMS

Oct 8, 2010

Only just getting started on this whole domain of learning, so go easy!If I set up a P2P video/audio chat (similar to the sample VideoPhone thing on the Cirrus site), can I get the stream from both parties to send to a server at the same time so that I can record it? If so, would I have to use a FMS to stream it to and perform the recording (and if so which version could I get away with)? Are there any (preferably free, or just tutorialised) solutions for the recording side of things?
 
Currently it seems like the only option for doing the P2P thing is to use Stratus/Cirrus unless I use FMS4 Enterprise.
 
how effective this kind of situation can be, in terms of quality of the stream and recording? Does any of this make sense?

View 1 Replies

Media Server :: Write Access Denied For Stream Error When Recording Audio Stream

Jul 26, 2010

I've had FMS running on my local machine for a while and have had a little experience writing FMS apps, but I've just tried recording audio for the first time using the standard vod application and I keep getting a "Write access denied for stream" error. My AS3 code is copied and pasted for various examples and am confident that it works.
 
I'm running Windows XP service pack 3 & FMIS 3.5.
 
I've had a look at the vod/media directory and under windows->properties the read-only attribute is ticked. Every time I un-tick this it reverts back to being ticked. I've googled this and MS say that most programs ignore the read-only attribute and that it only really applied to files. I've also tried the MS fix for setting the read-only attribute via cmd and still no joy (doesn't fix read-only attribute or FMS recording the audio after setting via cmd).
 
I've also tried our dev server install of FMS (running under linux) and am getting the same results.
 
Here's my AS3 code...
 
private function initApp(event:Event):void
{
removeEventListener(Event.ADDED_TO_STAGE,initApp);

[Code].....

View 1 Replies

Media Server :: RTMFP Multicast Stream Has Exceeded Max Duration Allowed Closing Stream?

May 9, 2011

i test the fms 4 update 1 rtmfp streams multicast after 10 minutes i get this message RTMFP Multicast stream has exceeded max duration allowed; closing stream. but i do not use IP multicast

[Code]...

View 3 Replies

Media Server :: Communicate Between Different Apps On 1 Server?

Nov 2, 2009

Like the title says: How to communicate between different apps on 1 server?I'm trying to build a program on which I need to have communication between 2 or more apps on the same server.

View 4 Replies

Media Server :: Dynamic Live Stream Don't Take The Best Stream For Bandwith

Mar 9, 2010

I build a client side application where is only a FLVPlayback2.5 component and a short AS3 script.

[Code]....

My Encoder is setup with three streams: Vid: 500 kbps - Audio: 48 kbpsVid: 800 kbps - Audio: 48 kbpsVid: 1500 kbps - Audio: 48 kbps I start the encoder and everything looks fine in the log. In my browser (Safari or Firefox) I go to my html site and the stream starts after 6-8 sec. But anytime with the lowest bitrate 548 kbps and nothing look like the stream is switching to another bitrate. I tried it with the smil playlist and the result is the same. Only the lowest bitrate is plublished.

[Code]....

View 3 Replies

Media Server :: Access Log- Stream Play & Stream Stop?

May 24, 2010

I have recently installed FMIS 3.5.3. In checking the access logs I find data in both logs that display the same stream stop and stream play time .I'm not sure why the time is the same (00:19:27 example below). Videos play fine when testing from work (T3 connection). However, occasionally a very slight hesitation when playing video from home (I have cable connection). [code]...

View 4 Replies

Media Server :: Last Few Seconds Of Stream Cut Off When Recording A Live Stream?

Aug 27, 2010

I'm having a problem with recording a live webcam stream. The last few seconds of the stream is getting cut off.
The recording is stopped with the following piece of code:
 
vid.attachCamera(null);
vid.clear();
ns.attachCamera(null);
ns.attachAudio(null);
ns.pause();
  
What could be causing this? Is the stream cut off too soon? Is the client unable to send buffered data to the server?

View 2 Replies

Media Server :: Stream A HDS Live Multi-bit Stream?

Dec 12, 2011

I'm trying to stream a HDS live multi-bit stream, it seems to push to the FMS but my player doesn't display the stream.Are these settings and files correct? The documenation is confusing on what and which files need to be edited and/or created.

Encoder settings:
Bit Rate: 150,500,700
FMS URL: rtmp://myserver/livepkgr
Stream: liveevent%i?adbe-live-event?liveevent

FMS 4.5

I see the following directories being created when I start encoding and each directory has a single file with a .stream extension in them. Are these correct? fC:FMS-HOMEapplicationslivepkgrevents\_definst_liveevent1[code].....

View 2 Replies

Media Server :: Upgrade From FMS 3.5 To FMIS - No Apps Working

Aug 5, 2010

I sucessfully upgraded from FMS to FMIS. In the Admin it shows that the license is now Flash Media Interactive Server r405 I believe. The live and vod services continue to work as expected. On a separate development server I have developed a number of applications that I want to move to the new production server. Nothing connects at all on the new server. In the Admin, all the applications show as being available. Is there something I need to do to make it work?

View 6 Replies

Media Server :: Can't Stream From Live Encoder To Media Server

Nov 14, 2011

I'm new to Adobe Flash and I'm just trying out the Flashe Media Server 4.5 to stream live video on a local machine. I'm using a FLME 3.2 to capture the video from my digital camera, which works fine, and I can connect to the server with no worries as well. But I have issues streaming the content in the Sample Video Player that comes with the server.

[Code]....

I've also tried playing some sample videos on it. it even refuses to play those. What could be the problem??

View 6 Replies

Media Server :: Can Re-stream A Stream From Wowza To Fms 4.5

Dec 11, 2011

Can I re-stream a stream from wowza to fms 4.5?I have a wowza stream with the url similiar to URL... Is it possible to restream this to fms 4.5?

View 3 Replies

Media Server :: FMDS Vs FMIS - Deploy The Apps On FMSS

Jun 2, 2010

I just wanna ask something about deploying flash apps in Flash Media server.If I have developed (or costumize) a flash player under Flash Media Development Server (free/trial one) when I try to deploy the apps on FMSS, can it be done? I mean, from what I read in 3 FMS edition comparison table.it is said that we cannot build custom apps to be deployed in FMSS, only in FMIS, is that right?

View 2 Replies

Media Server :: Using Http Commands Only Works On Apps In DefaultVhost?

Apr 13, 2011

:1111/admin/getApps?auser=admin&apswd=mypasswordLists all the apps in defaultVhost but I need to list all apps under a certain vhost how can I do that?Also when trying to load and onload apps for that virual host doesn't work with the main admin user and pass.So when I try to use the user name and password for that vhost I get

<level>error</level><code>NetConnection.Connect.Rejected</code><descri ption>Admin user requires valid username and password.</description><timestamp>Wed 13 Apr 2011 05:09:26 PM EDT</timestamp></result>

[code].....

View 3 Replies

Media Server :: Swf Hosted On One Server Connect To Live Stream From Another Server?

Apr 28, 2010

One server - is streaming server with Flash Media Interactive Server 3.5that host the application with asc files in FMS application directory.Second server - is the IIS web server that host thehtml,aspx,swf etc.. files.So basically i heve swf file on one server that have to connect to live streaming via rtmp on different server with different ip address.I did not find any clear explanation on this crossdomain rmtp issue.ys only HTTP can use crossdomain.xml policy filebut not rmtp.So what policy security procedure need to be done in order to enableswf file hosted on one server to connect and show rmtp live cam broadcasting from another server?

View 2 Replies

Media Server :: Setup Stream Encoder>>Flash Media Server>>Flash Player Client?

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

Media Server :: Restrict Incoming Stream From Flash Media Live Encoder

Aug 19, 2011

Has there been any further discussion regarding restricting who can stream to FMSS (not FMIS or the development version).
 
I found this article, but I don't know if this was ever fully resolved:
 
[URL]
 
I don't want just anyone to connect to my server to stream live.  I want to restrict by IP address, authentication, or any other means.

View 7 Replies

Media Server :: 'URL Missing From Media Tag' On FMS4.5 HTTP Live Stream Playback?

Mar 30, 2012

'URL missing from Media tag' on FMS4.5 HTTP Live Stream playback.I have spent a whole day trying in vain to publish f4m live http streams from FMLE using FMS 4.5, and almost everything I try results in the error .The F4M document contains errors URL missing from Media tag...in both Flash Media Playback and the fms videoPlayer app.Other people seem to have seen this and solved it, but I've found nothing that helps. I have tried to publish a single stream, and with multiple bitrates. For the latter, I followed the Adobe video tutorial as follows:

Multiple bitrate live
================
I'm publishing 3 streams from FMLE, using
FMS URL: rtmp://[serveraddress]/livepkgr[code]..........

View 1 Replies

Media Server :: FLV Does Not Stream Properly With Flash Media Streaming 3.5?

Sep 30, 2010

What would be some top reasons an FLV will not stream with Flash Media Streaming Serve 3.5? I ran the FLVcheck.exe on the FLV and it passed; however, the FLV will not stream. If I could just get some good reasons that would cause an FLV from streaming I think that will give me a good starting point for troubleshooting.

[Code]....

View 3 Replies







Copyrights 2005-15 www.BigResource.com, All rights reserved