Hi,
a. Any plan to update dvrcast for 4.5 and to support RTMP and iOS. Am I correct that it would just require server side code and would be possible if livepkgr were open sourced?
Ans: DVRCast is not updated. You have to use the livepkgr app if you are looking for out of the box ready apps in FMS for iOS. The livepkgr code is available under FMS-Installation\samples\application\livepkgr. You can use it to make your own apps, given you make the necessary changes elsewhere too (httpd.conf and etc).
b. How do I configure livepkgr to record everything to disk (not just a window) so that an F4F is created for the entire recording session, that can be watched later. I've read through the documentation and could not find it. I'll give you an example use case, we need our website to record live meetings which may last minutes or hours (and let remote users watch and seek into any point even to minute 3 when the meeting is already 5 hours) and we need to let users access recordings of previous meetings.
Ans: Livepkgr app records the full length of your live on to the disk, without any time limit (if you do not want to). Everything is recorded on to the disk.
c. and is b possible also on iOS or do we get just a window during live recording?
Ans: Recording is separate from delivery. iOS might be or might not be subscribed or being used, but the recording will continue as long as the publishing happens. Remember, that the publishing is happening on RTMP (persistent connection), but the HLS delivery is on HTTP.
d. with http delivery instead of RTMP will we have frame accurate seeking or just keyframe seeking? This is a requirement because we associate bookmarks and metadata with frames.
Ans: I am not much expert on this, but i guess its keyframe seeking.
e. I don't look forward to rewriting my current netstream code, but if it needs to be done then it needs to be done. Is the strobe media player open source and would it be possible to integrate it into my custom player (not the other way around)?
Ans: It should be possible to integrate seamlessly.