flex - play video from a point defined by the users -
if broadcast video , divide packets, , when users connect netgroup , receive object group( user receive specific time let actual video 10 minutes , user connect group, , seek video last 5 minutes). how can achieve task. possible ? using flash player 10.1
yes, possible, little complicated.
flash video on http uses progressive display , download. random access stream not technically possible. may work in instances when file in browser's cache, not reliable. if stuck http only, real option edit video chunks represent random access points. example, if have 1 hour video, can make twelve videos representing 5 minute offsets play end (ie, 60 min file, 55 min file, etc). there techniques use custom server , player inject metadata allow random access (i know colleagues have done this, have never had myself).
flash video can play on rtmp connection. flash media server provides this, 1 or 2 alternates. rtmp / fms give lots more options streaming video , allows true random access stream. can either purchase , host fms yourself, or go hosted solution influxis. cloud based solutions starting become available.
Comments
Post a Comment