]> git.parisson.com Git - telecaster-cgi.git/commitdiff
fix video for icecast (from local stream-m server)
authoryomguy <yomguy@parisson.com>
Fri, 17 Feb 2012 10:44:47 +0000 (11:44 +0100)
committeryomguy <yomguy@parisson.com>
Fri, 17 Feb 2012 10:44:47 +0000 (11:44 +0100)
webview.py

index 179e6b7cd1013a03dd480324d0e35c45530aadf6..94570e55537650570ab17a987f989fb22bb59711 100644 (file)
@@ -150,7 +150,7 @@ class WebView(FieldStorage):
 
     def video(self):
         print "<div style=\"float : left;\">"
-        print "<video controls=\"controls\" preload=\"auto\" autoplay=\"auto\" ><source src=\"http://"+self.ip+":9000/\" type=\"video/webm\" /></video>"
+        print "<video controls preload=\"auto\" autoplay=\"auto\" ><source src=\"http://"+self.ip+":8080/consume/safe\" type=\"video/webm\" /></video>"
         print "</div>"
 
     def hardware_data(self):