Stream not working on Firefox via QuickTime -


i have live stream 2 cameras. code looks this

<embed      id="qtlive"      src="empty.mov"      qtsrc="rtsp://ip:address/live/video/ch1&amp;authbasic=loginpwd="      width="800"      height="600"      scale="tofit"      autoplay="true"      loop="false"      controller="true"      wmode="transparent"      type="video/quicktime"      pluginspage="http://www.apple.com/quicktime/"  > 

on server it's working perfect safari on firefox got blank, white box. when run local file .html via firefox it's working on remote server it's not.

i have qt installed on firefox , using mac.

any ideas how solve problem ?


Comments

Popular posts from this blog

How to connect android app to App engine -

gcc - MinGW's ld cannot perform PE operations on non PE output file -

php - display validation error message next to the textbox in codeigniter -