Advertisement
If you have a new account but are having problems posting or verifying your account, please email us on hello@boards.ie for help. Thanks :)
Hello all! Please ensure that you are posting a new thread or question in the appropriate forum. The Feedback forum is overwhelmed with questions that are having to be moved elsewhere. If you need help to verify your account contact hello@boards.ie

code works fine in Chrome and Opera , but not in firefox or IE ,

Options
  • 03-09-2011 1:30pm
    #1
    Registered Users Posts: 760 ✭✭✭


    <html>
    <head>
    <meta content="text/html; charset=ISO-8859-1"
    http-equiv="content-type">
    <title>ipcm2</title>
    </head>
    <body>
    <embed src="http://192.168.1.100/videostream.asf" > 
    <br>
    </body>
    </html>
    

    This code work fine in Chrome and Opera , but not in firefox or IE , videostream.asf is the output from my wireless web cam .


Comments

  • Registered Users Posts: 489 ✭✭Pablod


    not 100% on this, but if you try addinng the "type" of plugin required to play the video

    so try the following on your object:
    <embed type="video/x-ms-asf-plugin" src="[URL="http://192.168.1.100/videostream.asf"][COLOR=#000080]http://192.168.1.100/videostream.asf[/COLOR][/URL]" >
    

    Hope it helps


  • Registered Users Posts: 760 ✭✭✭mach1982


    Fell stupid now , was missing the right codec. Woking fin now


Advertisement