--- movieplayer.cpp.orig	2003-12-30 22:48:19.000000000 +0100
+++ movieplayer.cpp	2003-12-31 00:35:22.000000000 +0100
@@ -151,6 +151,7 @@
     videofilefilter.addFilter ("mpeg");
     videofilefilter.addFilter ("m2p");
 	videofilefilter.addFilter ("avi");
+	videofilefilter.addFilter ("vob");
 	filebrowser->Filter = &videofilefilter;
 	if (strlen (g_settings.network_nfs_moviedir) != 0)
 		Path = g_settings.network_nfs_moviedir;
@@ -404,12 +405,12 @@
 	else
 	{
 		// transcode audio and video
-		souturl = "#transcode{vcodec=mpgv,vb=";
-		souturl += g_settings.streaming_videorate;
-    souturl += ",width=";                                   //transcode to size specified
-    souturl += res_horiz;                                   //in Settings
-    souturl += ",height=";                                  //
-    souturl += res_vert;                                    //
+		souturl = "#transcode{vcodec=mpgv,vb=2000";
+		// souturl += g_settings.streaming_videorate;
+    // souturl += ",width=";                                   //transcode to size specified
+    // souturl += res_horiz;                                   //in Settings
+    // souturl += ",height=";                                  //
+    // souturl += res_vert;                                    //
 		souturl += ",acodec=mpga,ab=";
 		souturl += g_settings.streaming_audiorate;
 		souturl += ",channels=2}:duplicate{dst=std{access=http,mux=ts,url=:";
