Skip to content

Commit

Permalink
vmpserverd: Remove capfilter after intervideosrc
Browse files Browse the repository at this point in the history
  • Loading branch information
hmelder committed Mar 4, 2024
1 parent bd10fd7 commit 75a2f6f
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions Daemons/vmpserverd/profiles/com.hugomelder.software.plist
Original file line number Diff line number Diff line change
Expand Up @@ -44,9 +44,8 @@
<key>mountpoints</key>
<dict>
<key>single</key>
<string>intervideosrc channel={VIDEOCHANNEL.0} ! video/x-raw, width=(int)1920,
height=(int)1080 ! queue ! videoconvert ! x264enc bitrate=2500 !
rtph264pay name=pay0 pt=96</string>
<string>intervideosrc channel={VIDEOCHANNEL.0} ! queue ! videoconvert ! x264enc bitrate=2500 !
rtph264pay name=pay0 pt=96</string>
<key>combined</key>
<string>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
Expand All @@ -59,7 +58,7 @@
<key>channels</key>
<dict>
<key>v4l2</key>
<string>v4l2src device={V4L2DEV} ! videoconvert ! intervideosink channel={VIDEOCHANNEL.0}</string>
<string>v4l2src device={V4L2DEV} ! videoconvert ! video/x-raw, width=1920, height=1080 ! intervideosink channel={VIDEOCHANNEL.0}</string>
<key>videoTest</key>
<string>videotestsrc is-live=1 ! video/x-raw,width={WIDTH},height={HEIGHT} !
intervideosink channel={VIDEOCHANNEL.0}</string>
Expand Down

0 comments on commit 75a2f6f

Please sign in to comment.