Skip to content

Commit

Permalink
Merge pull request #233 from qmlbook/main
Browse files Browse the repository at this point in the history
Fix QTWEBSITE-1119
  • Loading branch information
e8johan authored Jan 18, 2024
2 parents 7291c38 + 289f7d2 commit b894e4a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions docs/ch11-multimedia/src/playback-audio/main.qml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ Window {

MediaPlayer {
id: player
source: "https://file-examples-com.github.io/uploads/2017/11/file_example_MP3_2MG.mp3"
source: "https://file-examples.com/wp-content/storage/2017/11/file_example_MP3_2MG.mp3"
audioOutput: AudioOutput {}
}

Expand All @@ -49,4 +49,4 @@ Window {
}
// #endregion play
}
// #endregion global
// #endregion global
4 changes: 2 additions & 2 deletions docs/ch11-multimedia/src/playback-video/main.qml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ Window {

MediaPlayer {
id: player
source: "https://file-examples-com.github.io/uploads/2017/04/file_example_MP4_1920_18MG.mp4"
source: "https://file-examples.com/wp-content/storage/2017/04/file_example_MP4_1920_18MG.mp4"
audioOutput: AudioOutput {}
videoOutput: videoOutput
}
Expand All @@ -54,4 +54,4 @@ Window {
player.play()
}
}
// #endregion global
// #endregion global

0 comments on commit b894e4a

Please sign in to comment.