feat: Update iced_video_player to master
This commit is contained in:
3
justfile
3
justfile
@@ -3,4 +3,7 @@ typegen:
|
||||
cd typegen && cargo run
|
||||
cp typegen/jellyfin.rs api/src/jellyfin.rs
|
||||
rm typegen/jellyfin.rs
|
||||
|
||||
playbin:
|
||||
gst-launch-1.0 playbin uri=https://gstreamer.freedesktop.org/data/media/sintel_trailer-480p.webm text-sink="appsink name=iced_text sync=true drop=true" video-sink="videoscale ! videoconvert ! appsink name=iced_video drop=true caps=video/x-raw,format=NV12,pixel-aspect-ratio=1/1"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user