android - Use Xuggle in Java to trancode and streaming video/audio -
i create http streaming server, clients can not play video formats, question is, if there way, using xuggle in server transcode video in specific format , streaming directly, on fly.
i mean, not have wait finish transcoding , start http streaming. mean have loop example , everytime number of transcoded bytes , writes them socket.
yes, but...
i'd not recommend taking approach. encoding videos cpu intensive. accepted aproach solving problem transcode video file off-line , store on streaming server. yes, means couple of different media files same video, scales muuuuuuuuch better. (all?) successful streaming servers way.
Comments
Post a Comment