Note that there are some explanatory texts on larger screens.

plurals
  1. PODynamic Http Streaming in Android to play live Flash video
    primarykey
    data
    text
    <p>I am trying to connect my android application with FTP Server which is broadcasting multiple streams using Dynamic Http Streaming at different bit rates.Flash Messaging Server(FMS) is using H.264 codec to broadcast video in flv format.On client side(Android) I am getting f4m(manifest (xml) file)) having diffrent streams. I am unable to use the f4m file to fetch video in android from FMS.</p> <pre><code>String url = "http://d2233avv69kunu.cloudfront.net/hds-live/livepkgr/_definst_/liveevent/livestream.f4m"; Uri uri = Uri.parse(url); // videoView.setVideoURI(uri); videoView.setVideoPath(str); MediaController mc = new MediaController(this); //VMRuntime.getRuntime().setMinimumHeapSize(40); mc.setAnchorView(videoView); videoView.setMediaController(mc); System.out.println("Max Memory - "+java.lang.Runtime.getRuntime().maxMemory()); videoView.requestFocus(); videoView.setOnPreparedListener(new OnPreparedListener() { public void onPrepared(MediaPlayer mp) { videoView.start(); } }); </code></pre> <p>In above code I am trying to run video in Video View component by passing link of f4m file. Flash encoder convert video into 3 file formats as listed below</p> <ol> <li>.f4m (manifest files) - Bootstrap Info,Metadata, Bitrate, Flash Access license Server location</li> <li>.f4f (fragment files) - extends the F4V format,MP4 fragment std</li> <li>.f4x (index files) - binary</li> </ol> <p>Kindly provide solution to play video on different android devices via Http Streaming in android. Thanks in advance.</p>
    singulars
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload