nficano commited on
Commit
b849068
·
1 Parent(s): 6b8743b

documentation

Browse files
Files changed (1) hide show
  1. docs/user/quickstart.rst +10 -4
docs/user/quickstart.rst CHANGED
@@ -66,11 +66,17 @@ You can also specify a destination path::
66
  >>> stream.download('/tmp')
67
 
68
 
69
- Working with streams
70
- --------------------
71
 
72
- Now let's explore the various options available for filtering streams. Begin by
73
- running the following again (*note these results can change over time*)::
 
 
 
 
 
 
74
 
75
  >>> yt.streams.all()
76
  [<Stream: itag="22" mime_type="video/mp4" res="720p" fps="30fps" vcodec="avc1.64001F" acodec="mp4a.40.2">,
 
66
  >>> stream.download('/tmp')
67
 
68
 
69
+ Working with Streams
70
+ ====================
71
 
72
+ The next section will explore the various options available for working with media
73
+ streams, but before we can dive in, we need to review a new-ish streaming technique
74
+ adopted by YouTube.
75
+
76
+ DASH vs Progressive Streams
77
+ ---------------------------
78
+
79
+ Begin by running the following::
80
 
81
  >>> yt.streams.all()
82
  [<Stream: itag="22" mime_type="video/mp4" res="720p" fps="30fps" vcodec="avc1.64001F" acodec="mp4a.40.2">,