diff --git a/Daemons/vmpserverd/profiles/com.hugomelder.software.plist b/Daemons/vmpserverd/profiles/com.hugomelder.software.plist
index eae091e..ff65319 100644
--- a/Daemons/vmpserverd/profiles/com.hugomelder.software.plist
+++ b/Daemons/vmpserverd/profiles/com.hugomelder.software.plist
@@ -44,9 +44,8 @@
mountpoints
single
- intervideosrc channel={VIDEOCHANNEL.0} ! video/x-raw, width=(int)1920,
- height=(int)1080 ! queue ! videoconvert ! x264enc bitrate=2500 !
- rtph264pay name=pay0 pt=96
+ intervideosrc channel={VIDEOCHANNEL.0} ! queue ! videoconvert ! x264enc bitrate=2500 !
+ rtph264pay name=pay0 pt=96
combined
compositor name=comp background=1
sink_0::xpos=0 sink_0::ypos=0 sink_0::width=1440 sink_0::height=810 sink_0::sizing-policy=1
@@ -59,7 +58,7 @@
channels
v4l2
- v4l2src device={V4L2DEV} ! videoconvert ! intervideosink channel={VIDEOCHANNEL.0}
+ v4l2src device={V4L2DEV} ! videoconvert ! video/x-raw, width=1920, height=1080 ! intervideosink channel={VIDEOCHANNEL.0}
videoTest
videotestsrc is-live=1 ! video/x-raw,width={WIDTH},height={HEIGHT} !
intervideosink channel={VIDEOCHANNEL.0}