DVR with 4.5 RTMP and iOS, is possible?

I was previously using FMS 3.5 to record from flash media live encoder using the DVR application. It worked and I could get in a live stream, all this not only a window, and I was using RTMP for playback (not HTTP).

Now I would like to move to 4.5 and continue to use RTMP for DVR, BUT add support for iOS. So my question is, is it possible? I have looked over the documentation several times and cannot understand it. I see livepackager and who seems to support CTS but must also use adobe http dynamic streaming and it is not true DVR (Yes actually save).

So is the dvr app now obsolete, and if not how can I add support for her iPhone? I already have a custom player and really hope that I don't need to rewrite so that it uses adobe http dynamic streaming just for that.

best,

Tuviah

Hello

a. any plan update dvrcast to 4.5 and take in charge the RTMP protocol and iOS. Am I correct that they would simply require the code server-side, and would be possible if livepkgr was open source?

Rep. : DVRCast is not updated. You must use the livepkgr application, if you are looking for the box ready applications in FMS for iOS. The code for livepkgr is available under FMS-Installation\samples\application\livepkgr. You can use it to make your own applications, as you make changes somewhere else too (httpd.conf and etc.).

b. how to configure livepkgr to save everything on the disc (not just a window) so that a F4F is created for the entire recording session, which can be viewed later. I read the documentation and could not find it. I'll give you an example of use cases, we need our website to record live meetings that can last minutes or hours (and that remote users and look at in any point even at the minute the meeting 3 is already 5 hours) and we need to let users access records of previous meetings.

Rep. : Livepkgr app records the length of your life on the disk, without any limit of time (if you do not want). Everything is recorded on the disc.

c. and y b also possible on iOS or we we just a window during the live recording?

Rep. : Record is separated from the delivery. iOS may or may not be subscribed or used, but recording will continue as long as publication occurs. Remember, what the publication on RTMP (permanent connection), but delivery HLS is over HTTP.

d. with http instead of RTMP delivery we will have specific framework seeking or just keyframe search? It is a requirement because we associate bookmarks and metadata with frames.

Rep. : I'm not much more of an expert on this subject, but I guess that his search for keyframe.

e. I rejoice to rewrite my current netstream code, but if you do then do. Is the strobe Media Player open source, and it would be possible to include it in my custom player (and not the other way around)?

Rep. : It should be possible to integrate seamlessly.

Tags: Adobe Media Server

Similar Questions

  • Problem with the Honda CRV and IOS 9.3.1 Bluetooth

    I just bought an IPhone more than 6 s and connected to my Bluetooth CRV Honda's.  No issues yesterday, but today it is really strange.  When my phone connects with the Bluetooth car on car monitor, that he acts like he's trying to call my phone.  However on my phone it shows not everything what is happening.  It displays the button in the car to disconnect the monitor from the car, but none of the logout buttons work.  It is just like that on the monitor.  The only way to get this removed from the screen of the car is to cut the Bluetooth phone.  That defeats the purpose of having the connection car Bluetooth. Mathilde be an IOS 9.3.1 deliver it worked fine in my iPhone 6 and the prevoous IOS and it worked the first day of my connection!  How can I fix?

    Others with Honda CRV have reported similar problems recently and not solution

    See outside the forum here

    http://www.autoconnectedcar.com/2015/09/why-Bluetooth-iOS-9-issues-with-iPhones-4s55s5s6s-fewer-than-IOS-8-in-cars-but-could-cause-problems/

    http://www.gowildehonda.com/Honda-Bluetooth-how-to/2016-CRV.htm

  • Combining LVOOP DVR with dynamic distribution class and asynchronous Runtime Preserve

    OK, the title seems like a cornucopia of terms LVOOP.  But there's a reason.  It is sort of an extension of THIS thread.

    Do I have recently created a LVOOP approach to load completely asynchronous user interface elements into sub-panels.  This I have combined with a global repository for objects (which are essentially the singletons with functionality of the user interface) which are shared via DVR, thus eliminating a large number of synchronization headaches).

    This means that I can have a universal framework to initiate a secondary user interface elements.  Changes made to the object there are automatically reflected in the global repository.

    So far so good.

    What I do like is a combination of two buildings of apparently clumsy code that I need to keep things running.

    Construct odd 1:

    I defined a function "Launch UI" in my parent class which is the dynamic distribution (which allows to take care to launch its own UI of each object).  It takes a parent DVR as second entry object which sure is the exact type and the type of object called using the code below.  The Type REAL to two entries for the launch of VI in PEI are identical.  This is guaranteed because I need every new class instead of this function.

    Here I pass the DVR from outside to 'Launch' VI International preliminary examination, but the object obtained within the IPE retains information for DD thereby ensuring that the VI called for the launch of the user interface is identical to the type of object in the DVR REAL.  It works well and putting this bizarre construction within the parent class, abuse is minimized, it works very well and seems to have no major side effects.

    So now we have a VI running asynchronously in the background that belongs to a specific object, but has a DVR which it * thinks * is a parent Type, but because of the measures taken previously, is actually of the same type as the object itself.

    In order to make use of the functionality defined in this kind of real object, I continually have to re - interpret the object within the IPE as described below.  Otherwise only the Parent feature is available.

    If I access only methods of the parent class, then the Preserve feature is not necessary.

    Is there a more elegant way to do it?  I find the net result of this code and cast to be really useful and much easier to manage the road non - DVR since synchronization problems disappear.  Through the use of the near-atomic REI, we remove the chances of blocking.

    All editing in the asynchronous interface user of VI is automatically reflected in all subsequent use of the DVR.  Even if digital recorders are not shared between the screws, this makes it easier (for me) the puzzle of the synchronization.  If you start this expansion beyond the limits of a single VI, the benefits in synchronization becomes really huge.  You can even have several interface user objects based on the same data in the background without additional synchronization needs.  Required only one synchronization is a global 'data updates' for the object in question, in which case the UI elements simply update their indicators and the DVR's controls again.  It is trivial.

    So, I am convinced that the net result of this is very beneficial.

    My question is if there is a better, safer, or more 'official' way to do?

    I was about to start a new idea to combine the 'Preserve Run time class' and Terminal DVR of the International preliminary examination so that the casting is done automatically.  We could then have a double entry in PEI, the DVR (of the base type) as well as the ACTUAL Type of the object, but of course to return an error if the types are incompatible.  It would be like an "imposter" DVR of entry for International preliminary examination which allows a re-interpretation of the object type.

    Would all of this go away if we allowed dynamic distribution work with DVRs?  No doubt.

    Shane

    I agree that the deletion of bizarre construction #1 probably requires a dynamic send on DVR.  Unfortunately, if you look at the post of the exchange of ideas on that, there are a few nasty subtleties concerned by the application, so I wasn't expecting any time soon.

    For bizarre construction #2, you can cast the DVR itself.  Make a constant DVR that refers to the class of the child and lowered it seized goes in PEI.  If you need to return the parent type after the International preliminary examination, branch just the wire DVR before melting and use it as your lead.

  • Internet connection with XP Pro SP3 and Airport Extreme - possible only Internet with no secruity, WEP - "status is always acquiring network address.

    IMac seen the router and connected flawlessly, Sony Vaio however under secruity always gives me "absorbing the network address", I was looking around and heard xp pro sp3 has problems with wpa2 so I changed the settings for wep on apple Airport extreme and it STILL does not work. If I have no secruity that it picks up the signal from the internet and everything is fine. I tried to update the drivers for the wireless LAN card already, any input would be great

    SOLVED... apparently xp pro sp3 has problems with wpa2, it refuses to connect. I went to settings on extreme airport secruity but wep was not an option, I had to click on OPTION on my MAC keyboard, then click the settings secruity and wep is there, so I removed all the "preferred networks" and restarted the process 'learning' on the vaio and everything's fine. Thanks for all the help, I can get some rest tonight

  • iPad does not not with 11.4 itunes and itunes 12.2.2 since update to ios 10.0.2

    Since the update to ios 9.3.5 on my mini ipad 2, I was not able to access my v.1, 1 mini mac running os 10.6.8 with itunes v.11.4, but was able to turn on my v.1 1 start of air macbook OS os10.7.5. NOW!, since the last update to ios 10.0.2, it does not work on one of my units. Is there something that I am missing that a new computer to run the ipad?

    This is because a device with iOS 10.x requires iTunes 12.5.1, which requires Windows 7 or higher, or OS X 12.9.5 or superior. Your OS X should be updated if possible. If not, then you can use the new devices and iOS with this Mac.

  • Im having trouble with my iphone 16 GB ios 9.3.3 5s (G 13, 34) receive error code 22 tries to connect to the server, and nowhere suggestions?

    Im having trouble with my iphone 16 GB ios 9.3.3 5s (G 13, 34) receive error code 22 tries to connect to the server, and nowhere suggestions? I have tried almost everything turn power switch wifi in the middle and doing it to try to track down the problem in the Device Manager and im completely disgusted

    Have you tried turning off and back on again?

  • Problems with iphone 4S and ios 9.3.1

    I've updated my 4S 3 years yesterday at 9.3.1 - well, I wanted to do. The process has failed and the phone wanted itunes to restore connection. And that is not too much. I tried with a 10 Win and a Win 7 machine, with a new installation of itunes and USB driver and all the protection virus and firewall disabled. WTH upgrade and with a reset to the factory settings. "What combination I've tried, I finished with an error' 29 ' 2/3 down the road from the installation of the process. Apple support couldn't help me and finally told me that it is a hardware problem. But I can't believe that a phone that worked yesterday with transparent 9.3.0 and does not work today with supposed 9.3.1 a hardware problem during the night. An idea that I can do to recover the phone? Seems to be a bug in the 9.3.1 from my point of view.

    Same situation here: error 29 during the "firmware update". In my case, it turned iOS loved 9.3.1 is no longer the 3rd replacement battery part I installed two weeks earlier. I put in the (dying) original battery and the update worked.

  • Air iPad with iOS 9.2.1 in 'Settings' under the Safari icon HomeKit icon does not exist (and is not possible to configure HomeKit)

    Hello:

    I have iOS 3 devices: iPhone 6, iPhone 5, iPad Air all with the latest iOS 9.2.1.

    I bought a Netatmo Thermostat, with the HomeKit technology.

    In the iPhone 6 there in 'Settings' under the Safari icon HomeKit (configure) icon.  BUT in the iPhone 5 and iPad Air does not exist the HomeKit icon (and it is impossible to configure HomeKit and link the Thermostat).

    Tank you for help me!

    In the article below, it seems confugure Homekit first by downloading the app from the manufacturer.

    Use the HomeKit accessories compatible with your iPhone, iPad and iPod touch - Apple Support

  • Can you live stream RTMP and HLS

    Is it possible to live stream RTMP and HLS with FMS 4.5?

    I want flash to users to have the least possible latency using the RTMP protocol, and iOS users to HLS.

    If possible, how can I achieve this?

    Yes, this should be possible...

    You can publish on the netconnection rtmp://server-ip/livepkgr a stream say "livestream".

    On ios, you can mailing to http://server-ip:8134/hls-live/livepkgr/_definst_/livestream/livestream.m3u8

    In flash, you can subscribe to (Netconnection: rtmp://server-ip/livepkgr streamName: livestream)

    It may be useful

  • Bitmoji keyboard and iOS 10

    Hello

    I just downloaded ios 10 on my iPhone 6 and my bitmoji keyboard no longer works.
    They tell me that I have to give full access to the keyboard, which I did, but it does not work.
    How can I get my bitmojis back?

    Thank you

    Ben

    I also have this problem, I took a few steps to resolve the issue, which were not successful.  I tried:

    -reboot the appliance

    -put off the power of full access, restart the device, and then grant full access again

    -log off bitmoji, restart the device, record of return in

    -removed bitmoji, by removing the app by downloading again, then record again.

    The application itself works and load my images - but it will not work in messages.

    My wife has improved his phone at the same time, with the same phone and his model seems to work very well.  The only two things that I have not yet done is reset all settings and erase content and settings.

  • iPhone 4 and iOS 8 apps

    I have an iPhone 4.

    I am very aware that my phone will not update to iOS 8.

    I had an application that has been used frequently, but is now available for me because it has updated to iOS8 and more.

    Is there a way to get back on this app?

    Or maybe it's because I took care of my phone, not added to landfills because its older then 6 months, and neat something that cost me a small fortune, I would be punished for not being able to use it to its full potential?

    Apple, why do not allow you all iPhones to update? Why don't make me replace my phone when I want and or duty?

    If the application you need is no longer compatible with the iOS 7 probably you will not be able to use again. When not all of the iPhone are compatible with the latest updates to iOS? Imagine terrible work of iOS with high demands on the oldest device? At least it would be sluggish camera. To be honest with you that it is high time to consider the new or second hand iPhone option.

  • Someone at - he had problems with 9.2.1 and pairing Bluetooth devices?  My iPhone will not be connected or pair of devices.  Devices to recognize the iPhone 6, but the will of the iPhone 6 does not recognize the device.  Is there a problem with 9.2.1?

    Someone at - he had problems with 9.2.1 and pairing Bluetooth devices?  My iPhone will not be connected or pair of devices.  Devices to recognize the iPhone 6, but the will of the iPhone 6 does not recognize the device.  Is there a problem with 9.2.1?

    Kev2012 wrote:

    Someone at - he had problems with 9.2.1 and pairing Bluetooth devices?  My iPhone will not be connected or pair of devices.  Devices to recognize the iPhone 6, but the will of the iPhone 6 does not recognize the device.  Is there a problem with 9.2.1?

    It would depend on what you're trying to link to?

    Here are the supported Bluetooth profiles an Apple device can connect to iOS: Bluetooth profiles supported - Apple Support

  • My iPhone with iOS 9.2.1 5s is deleting random contacts.  This happened for several months is not just with the last update of iOS.  Any suggestions?

    My iPhone with iOS 9.2.1 5s is deleting random contacts.  This happened for several months is not just with the last update of iOS.  It deletes recently used contacts and removes also from my iPad.  Any suggestions?

    That you synchronize your contacts with? A decision-making application supported on the computer, a Cloud Computing service?

  • My screen iphone6 is cracked and in my country, they can only change the iphone with a new one and with a very high price. Is there anyway that I could replace just the screen?

    My screen iphone6 is cracked and in my country, they can only change the iphone with a new one and with a very high price. Is there anyway that I could replace just the screen?

    No, if you want to keep all rights to the service or support from Apple. Not to mention the fact that it then will be bork Touch ID and make the phone unusable if ever, you restore or update of iOS.

    Apple doesn't sell parts of the iPhone. There is no legitimate sources for replacement screens.

  • How can I change the appearance of the app android and iOS in 2015 DPS?

    How can I change the appearance of the app android and iOS in 2015 DPS? I wouldn't have an option to download a zip with my html/css/js/images property?

    The look & feel for the app is handled through cards & Layouts - and those who are not separated by the platform.

    The look and feel of an article is managed either through the HTML code to the download package as you or pixelated design of InDesign - but these are not separated by the platform.

Maybe you are looking for