1
0
Fork 0
mirror of https://gitlab.com/futo-org/fcast.git synced 2025-06-24 21:25:23 +00:00

rs-terminal: dedup playlist example

This commit is contained in:
Marcus Hanestad 2025-06-24 08:31:49 +02:00
parent 156b4ff624
commit 471c780785

View file

@ -58,5 +58,5 @@ cat dash.mpd | ./fcast -h localhost play --mime_type application/dash+xml
cat image_playlist_example.json | ./fcast -h localhost play --mime_type application/json
# Play from video playlist
cat image_playlist_example.json | ./fcast -h localhost play --mime_type application/json
cat video_playlist_example.json | ./fcast -h localhost play --mime_type application/json
```