Skip to main content
Known Participant
October 2, 2012
Question

Video pages not playing... rtmp link seen as insecure?

  • October 2, 2012
  • 1 reply
  • 3739 views

We've got chrome and ie9 reporting that some of our pages referenced via https: have insecure content on them.

Examining the code in the pages, it looks like all the relative links should be ok... but I'm wondering if the links to the streams are being detected as "insecure."

Does this match up with other's experiences?  if so...how did you get around the issue?


<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "https://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">

<html xmlns="https://www.w3.org/1999/xhtml">


<head>

<meta content="text/html; charset=utf-8" http-equiv="Content-Type" />

<title>Bruce Hall, Times Beach Video</title>

</head>


<body>

<center>

<object classid='clsid:D27CDB6E-AE6D-11cf-96B8-444553540000' width='640' height='504' id='single1' name='single1'>

<param name='movie' value='player.swf'>

<param name='allowfullscreen' value='true'>

<param name='allowscriptaccess' value='always'>

<param name='wmode' value='transparent'>

<param name='flashvars' value='file=Timesbeach_F9 1Mbps.mp4&image=images/TimeBeach.png&streamer=rtmp://ourstreamingserver.school.edu/bhall'>

<embed

type='application/x-shockwave-flash'

id='single2'

name='single2'

src='player.swf'

width='640'

height='504'

bgcolor='undefined'

allowscriptaccess='always'

allowfullscreen='true'

wmode='transparent'

flashvars='file=Timesbeach_F9 1Mbps.mp4&image=images/TimeBeach.png&streamer=rtmp://ourstreamingserver.school.edu.edu/bhall'

/>

</object>


</center>

</body>


</html>

    This topic has been closed for replies.

    1 reply

    Participant
    October 17, 2012

    I have never experience any such issue earlier. Have you tried to narrow down it any further?