Changes between Version 16 and Version 17 of Tutorials/k0SDR/Tutorial26
- Timestamp:
- Oct 4, 2019, 6:12:28 PM (5 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Tutorials/k0SDR/Tutorial26
v16 v17 123 123 {{{iperf3 -V -c 172.16.0.2}}}\\ 124 124 2) Video Application: 125 The video application is implemented using the python library named StreamLink, which utilizes YouTube as the data source. It is a command-line utility and the library allow us to125 * The video application is implemented using the python library named StreamLink, which utilizes YouTube as the data source. It is a command-line utility and the library allow us to 126 126 access video stream from YouTube servers using the unique ID in the stream link (URL). The video application can be run using: {{{ streamlink -p mplayer https://www.youtube.com/watch?v=LQCPSXTE9Mg best }}}. This command will play a youtube video using mplayer with the best available resolution. 127 127