This is a message.

Forum user: arduino

Basic information

Registered Feb 28, 2011
Last login Feb 28, 2011
Forum posts 6
Direct URL http://www.flowplayer.org/forum/users/77860

Latest forum posts

Posts:

Registered:

mp4 streaming on apache. Skip to selection not working

Posted: Mar 1, 2011

I'm having some problems getting this to work. I think I've done it right based on http://flowplayer.org/forum/5/14664#post-14830). The clip starts to play fine, but when I skip to a part of the clip which hasn't loaded yet it just goes back to the start of the file/video

Sadly the browser used is IE6 for the most part :(

Apache 2 running on Redhat

I've created an mp4 file with ffmpeg.
Run qt-faststart 1.mp4 1.qt.mp4

Installed mod_flvx.c

Added:

LoadModule flvx_module modules/mod_flvx.so
AddHandler flv-stream .flv

To Apache httpd.conf

Using the example page:

<script type="text/javascript">
flowplayer("player", "flash/flowplayer-3.0.3.swf", {
  clip: {
    url: 'http://servername/player/media/1.qt.mp4',
    // default provider: 'h264streaming'
    provider: flashembed.isSupported([9, 115]) ? 'h264streaming' : 'lighttpd',
    scaling: 'fit',
    autoBuffering: true,
    autoplay: false,
    bufferLength: 3
  },
  log: {
    level: 'debug'
  },
  plugins: {
    h264streaming: {
      url: 'flash/flowplayer.h264streaming-3.0.5.swf'
    },
    controls: {
      url: 'flash/flowplayer.controls-3.0.3.swf',

      // which buttons are visible and which not ?
      play:false,
      fullscreen:true,

     // scrubber is a well known nickname to the timeline/playhead combination
      scrubber: true
    }
  }
});
</script> 
Anyone have any suggestions?

Thanks

Posts:

Registered:

» Apache, streamin mp4 - can"t find Jousts tuned mod_flvx.c

Posted: Mar 1, 2011

Found it at:
http://github.com/osantana/mod_flvx
Via:
http://tperspective.blogspot.com/2009/02/apache-flv-streaming-done-right.html#comments

Posts:

Registered:

» Apache FLV streaming done right! (no php)

Posted: Mar 1, 2011

Joust,

I can't find your tuned version of mod_flvx.c, the link provided is dead. Can you supply an alternative download URL?

Posts:

Registered:

Apache, streamin mp4 - can"t find Jousts tuned mod_flvx.c

Posted: Feb 28, 2011

I'm trying to setup streaming mp4 files on apache. I 've read this thread http://flowplayer.org/forum/5/14679) and can't get Jousts tuned version of mod_flvx. Does anyone have a link to an available version of this? Is the the correct way to stream mp4 from apache to flowplayer?

Thanks

Posts:

Registered:

Apache, streamin mp4 - can"t find Jousts tuned mod_flvx.c

Posted: Feb 28, 2011

I'm trying to setup streaming mp4 files on apache. I 've read this thread http://flowplayer.org/forum/5/14679) and can't get Jousts tuned version of mod_flvx. Does anyone have a link to an available version of this? Is the the correct way to stream mp4 from apache to flowplayer?

Thanks

Posts:

Registered:

Jousts tuned mod_flvx.c unavailable?

Posted: Feb 28, 2011

I'm trying to setup streaming mp4 files on apache. I 've read this thread http://flowplayer.org/forum/5/14679) and can't get Jousts tuned version of mod_flvx. Does anyone have a link to an available version of this?