Jump to content

Search the Community

Showing results for tags 'mediaplayer'.

  • Search By Tags

    Type tags separated by commas.
  • Search By Author

Content Type


Forums

  • W3Schools
    • General
    • Suggestions
    • Critiques
  • HTML Forums
    • HTML/XHTML
    • CSS
  • Browser Scripting
    • JavaScript
    • VBScript
  • Server Scripting
    • Web Servers
    • Version Control
    • SQL
    • ASP
    • PHP
    • .NET
    • ColdFusion
    • Java/JSP/J2EE
    • CGI
  • XML Forums
    • XML
    • XSLT/XSL-FO
    • Schema
    • Web Services
  • Multimedia
    • Multimedia
    • FLASH

Find results in...

Find results that contain...


Date Created

  • Start

    End


Last Updated

  • Start

    End


Filter by number of...

Joined

  • Start

    End


Group


AIM


MSN


Website URL


ICQ


Yahoo


Jabber


Skype


Location


Interests


Languages

Found 3 results

  1. etsted

    upload videos

    is there any mediaplayer out there that i can use to upload videos to my website? not including jwplayer. please show link to tutorials as well.
  2. I have H-series ip camera, i want to play recorded video in SD card of that ip camera in "Windows Media player", I have embedded WMP code in my application, I am able to play it but when i load my application page it is asking me to enter network password two time which i don't want, i am passing user authentication in src(underline and bold) as shown in following code, how to solve this issue pleas help me out i am pasting my WMP code as follows http://username:password@IP address:Port/sd/path/filename.avi <object id="MediaPlayer" width="300" height="300" type="video/x-ms-asf"><param name="FileName"value="http://admin:admin123@192.168.1.5:8099/sd/20131210/rec000/P131210_102036_103038.avi"><param name="autostart" value="true"><param name="ShowControls" value="true"><param name="ShowStatusBar" value="false"><param name="ShowDisplay" value="false"><embed type="application/x-mplayer2" src="http://admin:admin123@192.168.1.5:8099/sd/20131210/rec000/P131210_102036_103038.avi" width="192" height="190" ShowControls="1" ShowStatusBar="0" ShowDisplay="0" autostart="0" /></object> Thank you
  3. Hi all, I am a beginner in HTML5. I need to play a video using my custom mediaplayer which is residing on the client-side. Mediaplayer is written CPP and Qt. Is there any way I can invoke the mediaplayer from the html 5 page? If object or embed tag is to be used, how do I specify the external application on client-side? How to control the function in javascript? (Video tag support is not provided on my target machine)Please help...
×
×
  • Create New...