Does anyone know a video stream embedded player?

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • matheussousuke
    New Member
    • Sep 2009
    • 249

    Does anyone know a video stream embedded player?

    I've been searching that for 3 days, even found one, but that one only worked with audio stream.
    Have a xml playlist, it contains http streams, live streams. It's all real time.

    I tried Windows Media Player, it was the only one that worked, but they say
    that it only works smoothly on Internet Explorer. Yes, on Fire Fox the window
    get too small, parameters wont work.


    A good html embedded player that can play Real
    Time stream, please sugest me one, if I'm posting
    on the wrong category, or if that's not the kind of
    forum I should post on, then tell me which kind of forum
    I should post that kind of content, or sugest me another
    forum.


    Greetings
  • JKing
    Recognized Expert Top Contributor
    • Jun 2007
    • 1206

    #2
    Have a look at flowplayer. I have used it for several projects though I have never done real time streaming but they offer a plugin for that.

    You can see it at http://flowplayer.org

    And the RTMP plugin
    Flowplayer is an online video platform for broadcasters, publishers, and media houses. It gives you top ranking ad fill rates and the best-of-breed live streaming.

    Comment

    • matheussousuke
      New Member
      • Sep 2009
      • 249

      #3
      Thx, Very good one, tried this one already, but could put it to run real time streams, I mean, I have a few tv chanels, and can only run them with WMP. If I use .flv files, flow player will work fine, but if I use a real time stream, like a tv, it wont.

      Comment

      • matheussousuke
        New Member
        • Sep 2009
        • 249

        #4
        If anyone know a web player that can run this stream: http://189.45.47.194/concepa

        please, let me know, any kind of web player, joomla, moodlo, mambo, php, java, or whatever it is the plataform, as long as it work from web.

        thx for the support, if anyone know something, please, let me know.

        Have a nice day

        Comment

        • matheussousuke
          New Member
          • Sep 2009
          • 249

          #5
          I tried what I could, flow player and Jw player, nothing worked.

          I can only get that working with windows media player embedded, but the parameters doesnt seem to work on Fire Fox, Chrome, Opera, Safari, just in Internet Explorer 8 or higher.



          you can take a look on it here:

          http://tv.mghospedagem .com/wmplayer-1.html


          And the code

          Code:
          <OBJECT id='mediaPlayer' width="620" height="440"
          classid='CLSID:22d6f312-b0f6-11d0-94ab-0080c74c7e95'
          codebase='http://activex.microsoft.com/activex/controls/ mplayer/en/nsmp2inf.cab#Version=5,1,52,701'
          standby='Loading Microsoft Windows Media Player components...' type='application/x-oleobject'>
          <param name='fileName' value="http://189.45.47.194/concepa">
          <param name='animationatStart' value='1'>
          <param name='transparentatStart' value='1'>
          <param name='autoStart' value='1'>
          <param name='ShowControls' value='1'>
          <param name='ShowDisplay' value='0'>
          <param name='ShowStatusBar' value='0'>
          <param name='loop' value='0'>
          <EMBED type='application/x-mplayer2'
          pluginspage='http://microsoft.com/windows/mediaplayer/ en/download/'
          id='mediaPlayer' name='mediaPlayer' displaysize='4' autosize='1'
          bgcolor='darkblue' showcontrols='1' showtracker='1'
          showdisplay='0' showstatusbar='0' videoborder3d='0' width="620" height="440"
          src="http://189.45.47.194/concepa" autostart='1' designtimesp='5311' loop='0'>
          </EMBED>
          </OBJECT>

          Comment

          • matheussousuke
            New Member
            • Sep 2009
            • 249

            #6
            My conclusion is: It sounds to be an active x issue, does anyone know a way to install active x on Fire Fox?

            Comment

            • Markus Igeland
              New Member
              • Feb 2011
              • 14

              #7
              I can reccomend JWPlayer, in addition to flowplayer. http://www.longtailvideo.com/players/jw-flv-player/

              Comment

              Working...