Skip to content

Commit

Permalink
rename
Browse files Browse the repository at this point in the history
  • Loading branch information
raphaelscholle committed Feb 17, 2024
1 parent 3f7e1ef commit c7a1ddf
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion h264_decode.service
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ User=root

# Video decode via mpp, started by QOpenHD if needed (and stopped if needed)
#ExecStart=/bin/sh -c "gst-launch-1.0 udpsrc port=5600 caps='application/x-rtp, payload=(int)96, clock-rate=(int)90000, media=(string)video, encoding-name=(string)H264' ! rtph264depay ! h264parse ! mppvideodec format=23 fast-mode=true ! queue ! kmssink plane-id=54 force-modesetting=false"
ExecStart=/bin/sh -c "gst-launch-1.0 udpsrc port=5600 caps='application/x-rtp, payload=(int)96, clock-rate=(int)90000, media=(string)video, encoding-name=(string)H264' ! rtph264depay ! h264parse config-interval=1 ! video/x-h264,stream-format=byte-stream,alignment=au ! fdsink fd=1 | sudo mpp_disp >/dev/tty1"
ExecStart=/bin/sh -c "gst-launch-1.0 udpsrc port=5600 caps='application/x-rtp, payload=(int)96, clock-rate=(int)90000, media=(string)video, encoding-name=(string)H264' ! rtph264depay ! h264parse config-interval=1 ! video/x-h264,stream-format=byte-stream,alignment=au ! fdsink fd=1 | sudo openhd_vid >/dev/tty1"
Restart=always
RestartSec=2

Expand Down
2 changes: 1 addition & 1 deletion test/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ macro(add_mpp_test module ext)
endif()
endmacro()

add_mpp_test(mpp_disp c)
add_mpp_test(openhd_vid c)


# mpp info test
Expand Down
File renamed without changes.

0 comments on commit c7a1ddf

Please sign in to comment.