mediafront / osmplayer

The Open Standard Media Player is an all-in-one media player for the web. It is an industry changing, open source (MIT) media player that is built to dynamically deliver any type of web media, including HTML5, YouTube, Vimeo, and Flash.
http://www.mediafront.org
MIT License
342 stars 181 forks source link

Live video #50

Open alexcroox opened 11 years ago

alexcroox commented 11 years ago

Does osmplayer support rtmp flv live streaming? I can't seem to get it working and the docs show a non live stream using rtmp.

EvanDotPro commented 11 years ago

I was able to get a live stream working using the latest from the 2.x branch using:

{
  file: {
      stream: 'rtmp://yourhost.tld/streampath',
      path: 'streamname'
  }
}
vmsinfo commented 10 years ago

Dear Evan

I am struggling with same issue. We want to use RTMP in drupal 7 using mediafront.

As suggested by you above where do we make the above changes ?