473,414 Members | 1,862 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,414 software developers and data experts.

Does anyone know a video stream embedded player?

matheussousuke
249 100+
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
Jan 27 '11 #1
6 3889
JKing
1,206 Expert 1GB
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
http://flowplayer.org/plugins/streaming/rtmp.html
Jan 27 '11 #2
matheussousuke
249 100+
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.
Jan 27 '11 #3
matheussousuke
249 100+
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
Jan 27 '11 #4
matheussousuke
249 100+
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

Expand|Select|Wrap|Line Numbers
  1. <OBJECT id='mediaPlayer' width="620" height="440"
  2. classid='CLSID:22d6f312-b0f6-11d0-94ab-0080c74c7e95'
  3. codebase='http://activex.microsoft.com/activex/controls/ mplayer/en/nsmp2inf.cab#Version=5,1,52,701'
  4. standby='Loading Microsoft Windows Media Player components...' type='application/x-oleobject'>
  5. <param name='fileName' value="http://189.45.47.194/concepa">
  6. <param name='animationatStart' value='1'>
  7. <param name='transparentatStart' value='1'>
  8. <param name='autoStart' value='1'>
  9. <param name='ShowControls' value='1'>
  10. <param name='ShowDisplay' value='0'>
  11. <param name='ShowStatusBar' value='0'>
  12. <param name='loop' value='0'>
  13. <EMBED type='application/x-mplayer2'
  14. pluginspage='http://microsoft.com/windows/mediaplayer/ en/download/'
  15. id='mediaPlayer' name='mediaPlayer' displaysize='4' autosize='1'
  16. bgcolor='darkblue' showcontrols='1' showtracker='1'
  17. showdisplay='0' showstatusbar='0' videoborder3d='0' width="620" height="440"
  18. src="http://189.45.47.194/concepa" autostart='1' designtimesp='5311' loop='0'>
  19. </EMBED>
  20. </OBJECT> 
  21.  
Feb 3 '11 #5
matheussousuke
249 100+
My conclusion is: It sounds to be an active x issue, does anyone know a way to install active x on Fire Fox?
Feb 3 '11 #6
I can reccomend JWPlayer, in addition to flowplayer. http://www.longtailvideo.com/players/jw-flv-player/
Feb 17 '11 #7

Sign in to post your reply or Sign up for a free account.

Similar topics

3
by: scott | last post by:
Hi, Does anyone know how to enable ASPX on IIS6 ? Thanks Scott
2
by: steve deno | last post by:
In 6i, if there was an LOV on an item and the user entered the field, a box with 3 dots popped up. It seems this does not happen in 9i. Does anyone know why? And how to make that happen? ...
5
by: Silvio | last post by:
Here's my update statement: UPDATE Item1 SET reviewloop = 1, currentreviewstate=5 WHERE itemid in (SELECT itemid FROM Item2) The thing is: the table Item2 DOES NOT HAVE a field called...
5
by: Clifford W. Racz | last post by:
Has anyone solved the issue of translating lists in Word 2003 (WordML) into xHTML? I have been trying to get the nested table code for my XSLT to work for a while now, with no way to get the...
5
by: Simon Egginton | last post by:
Does anyone know how to make a CHAT ROOM for a webpage using java or jave script please. I am just look at you lot because i think you are the experts! THANK YOU! ewhost_simon"HI"@yahoo.co.uk...
3
by: Mephistopheles | last post by:
>>"Shapper" <mdmoura*NOSPAM*@gmail.*DELETE2SEND*com> wrote in message >>news >>:%23N6vQmpSFHA.3184@TK2MSFTNGP14.phx.gbl... >> Hi, >> I have a function already but I need to solve one...
2
by: Bruno Alexandre | last post by:
Hi guys, does anyone know where is the Website used in the MSDN "Lear ASP.NET 2.0 with Jeff Prosise" (http://msdn.microsoft.com/asp.net/beta2/multimedia/default.aspx) events? The website used...
8
by: Neil Rowe | last post by:
Hi all I am writing an App at the moment and I need to be able to download & Upload xml files from an ftp server. Does anyone know how this can be done without using a third party component. ...
5
by: spookyu | last post by:
Alright, I'm sure your tired to hearing this but...does anyone know of any GOOD tutorial's for learning c#. The more basic the better, I have NO experience with programing before this other than...
0
by: janithn | last post by:
rss- does anyone know how to embedd rss into my web template for a news site? basically im creating a news website and i want to use RSS to put in articles. Im using MS Frontpage. Does anyone...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...
0
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing,...
0
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new...
0
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.