以下哪种默认拉流方式正确()
A: Rtmp://domain/live/stream
B: http://domain/live/stream.flv
C: http://domain/live/stream/index.m3u8
D: http://domain/live/stream.m3u8
A: Rtmp://domain/live/stream
B: http://domain/live/stream.flv
C: http://domain/live/stream/index.m3u8
D: http://domain/live/stream.m3u8
举一反三
- 以下哪个方法属于Stream流操作中的终结操作方法() A: Stream map(Function mapper) B: Stream sorted() C: R collect(Collector collector) D: Stream skip(long n)
- Which of the following does not belong to the Bloom target classification? A: Cognitive domain B: Psychomotor domain C: Intellectual domain D: Affective domain
- 下面哪个流类属于面向字符的输入流() A: ABuffered Writer B: BFileInput Stream C: CObjectInput Stream D: DInput Stream Reader
- 下列关于创建Stream流对象的相关描述,正确的是() A: 所有的集合都可以使用stream()静态方法获取Stream流对象 B: Stream接口的of()静态方法可以获取基本类型、引用类型数组和单个元素的Stream流对象 C: Arrays数组工具类的stream()静态方法也可以获取数组元素的Stream流对象 D: 聚合操作针对的就是可迭代数据进行的操作
- 以下哪些属于Stream接口常用方法() A: Stream filter(Predicate predicate) B: Stream distinct() C: long count() D: Object[] toArray()