谷动谷力

 找回密码
 立即注册
查看: 11333|回复: 16
打印 上一主题 下一主题
收起左侧

【平头哥Sipeed LicheeRV 86开发板试用】ffmpeg视频播放体验

[复制链接]
跳转到指定楼层
楼主
发表于 2022-3-5 17:46:12 | 只看该作者 |只看大图 回帖奖励 |倒序浏览 |阅读模式
【平头哥Sipeed LicheeRV 86开发板试用】ffmpeg视频播放体验



Tina系统镜像里已经编译了FFmpeg软件包,可以使用FFmpeg进行视频播放。
如果自行编译话,用默认配置编译tina系统镜像也是有ffmpeg的。
下面我们简单了解一下ffmpeg


FFmpeg简介

FFmpeg(Fast Forward Mpeg)是一个强大的音视频,处理、推流、播放的开源软件。FFmpeg在Linux平台下开发,但它同样也可以在其它操作系统环境中编译运行,包括Windows、Mac OS X等。现在绝大多数音视频处理软件,播放器,摄像头推流,都是基于ffmpeg开发的。
FFmpeg命令行使用格式
FFmpeg 的命令行参数可以分成五个部:
$ ffmpeg {1} {2} -i {3} {4} {5}
  • 全局参数
  • 输入文件参数
  • 输入文件
  • 输出文件参数
  • 输出文件


先help 一下:
  1. root@MaixLinux:/mnt/UDISK# ffmpeg -h
  2. ffmpeg version 4.3.1 Copyright (c) 2000-2020 the FFmpeg developers
  3.   built with gcc 8.1.0 (C-SKY RISCV Tools V1.8.4 B20200702)
  4.   configuration: --enable-cross-compile --cross-prefix=riscv64-unknown-linux-gnu- --arch=riscv --cpu=c910 --target-os=linux --prefix=/usr --pkg-config=pkg-config --enable-shared --enable-static --enable-pthreads --enable-zlib --disable-doc --disable-debug --disable-lzma --disable-vaapi --disable-vdpau --enable-outdev=fbdev --enable-outdev=alsa --enable-outdev=v4l2 --disable-outdev=sdl2 --disable-x86asm --enable-small --enable-gpl --enable-libx264
  5.   libavutil      56. 51.100 / 56. 51.100
  6.   libavcodec     58. 91.100 / 58. 91.100
  7.   libavformat    58. 45.100 / 58. 45.100
  8.   libavdevice    58. 10.100 / 58. 10.100
  9.   libavfilter     7. 85.100 /  7. 85.100
  10.   libswscale      5.  7.100 /  5.  7.100
  11.   libswresample   3.  7.100 /  3.  7.100
  12.   libpostproc    55.  7.100 / 55.  7.100
  13. Hyper fast Audio and Video encoder
  14. usage: ffmpeg [options] [[infile options] -i infile]... {[outfile options] outfile}...

  15. Getting help:
  16.     -h      -- print basic options
  17.     -h long -- print more options
  18.     -h full -- print all options (including all format and codec specific options, very long)
  19.     -h type=name -- print all options for the named decoder/encoder/demuxer/muxer/filter/bsf/protocol
  20.     See man ffmpeg for detailed description of the options.

  21. Print help / information / capabilities:
  22. -L                  show license
  23. -h topic            show help
  24. -? topic            show help
  25. -help topic         show help
  26. --help topic        show help
  27. -version            show version
  28. -buildconf          show build configuration
  29. -formats            show available formats
  30. -muxers             show available muxers
  31. -demuxers           show available demuxers
  32. -devices            show available devices
  33. -codecs             show available codecs
  34. -decoders           show available decoders
  35. -encoders           show available encoders
  36. -bsfs               show available bit stream filters
  37. -protocols          show available protocols
  38. -filters            show available filters
  39. -pix_fmts           show available pixel formats
  40. -layouts            show standard channel layouts
  41. -sample_fmts        show available audio sample formats
  42. -colors             show available color names
  43. -sources device     list sources of the input device
  44. -sinks device       list sinks of the output device
  45. -hwaccels           show available HW acceleration methods

  46. Global options (affect whole program instead of just one file):
  47. -loglevel loglevel  set logging level
  48. -v loglevel         set logging level
  49. -report             generate a report
  50. -max_alloc bytes    set maximum size of a single allocated block
  51. -y                  overwrite output files
  52. -n                  never overwrite output files
  53. -ignore_unknown     Ignore unknown stream types
  54. -filter_threads     number of non-complex filter threads
  55. -filter_complex_threads  number of threads for -filter_complex
  56. -stats              print progress report during encoding
  57. -max_error_rate maximum error rate  ratio of errors (0.0: no errors, 1.0: 100% errors) above which ffmpeg returns an error instead of success.
  58. -bits_per_raw_sample number  set the number of bits per raw sample
  59. -vol volume         change audio volume (256=normal)

  60. Per-file main options:
  61. -f fmt              force format
  62. -c codec            codec name
  63. -codec codec        codec name
  64. -pre preset         preset name
  65. -map_metadata outfile[,metadata]:infile[,metadata]  set metadata information of outfile from infile
  66. -t duration         record or transcode "duration" seconds of audio/video
  67. -to time_stop       record or transcode stop time
  68. -fs limit_size      set the limit file size in bytes
  69. -ss time_off        set the start time offset
  70. -sseof time_off     set the start time offset relative to EOF
  71. -seek_timestamp     enable/disable seeking by timestamp with -ss
  72. -timestamp time     set the recording timestamp ('now' to set the current time)
  73. -metadata string=string  add metadata
  74. -program title=string:st=number...  add program with specified streams
  75. -target type        specify target file type ("vcd", "svcd", "dvd", "dv" or "dv50" with optional prefixes "pal-", "ntsc-" or "film-")
  76. -apad               audio pad
  77. -frames number      set the number of frames to output
  78. -filter filter_graph  set stream filtergraph
  79. -filter_script filename  read stream filtergraph description from a file
  80. -reinit_filter      reinit filtergraph on input parameter changes
  81. -discard            discard
  82. -disposition        disposition

  83. Video options:
  84. -vframes number     set the number of video frames to output
  85. -r rate             set frame rate (Hz value, fraction or abbreviation)
  86. -s size             set frame size (WxH or abbreviation)
  87. -aspect aspect      set aspect ratio (4:3, 16:9 or 1.3333, 1.7777)
  88. -bits_per_raw_sample number  set the number of bits per raw sample
  89. -vn                 disable video
  90. -vcodec codec       force video codec ('copy' to copy stream)
  91. -timecode hh:mm:ss[:;.]ff  set initial TimeCode value.
  92. -pass n             select the pass number (1 to 3)
  93. -vf filter_graph    set video filters
  94. -ab bitrate         audio bitrate (please use -b:a)
  95. -b bitrate          video bitrate (please use -b:v)
  96. -dn                 disable data

  97. Audio options:
  98. -aframes number     set the number of audio frames to output
  99. -aq quality         set audio quality (codec-specific)
  100. -ar rate            set audio sampling rate (in Hz)
  101. -ac channels        set number of audio channels
  102. -an                 disable audio
  103. -acodec codec       force audio codec ('copy' to copy stream)
  104. -vol volume         change audio volume (256=normal)
  105. -af filter_graph    set audio filters

  106. Subtitle options:
  107. -s size             set frame size (WxH or abbreviation)
  108. -sn                 disable subtitle
  109. -scodec codec       force subtitle codec ('copy' to copy stream)
  110. -stag fourcc/tag    force subtitle tag/fourcc
  111. -fix_sub_duration   fix subtitles duration
  112. -canvas_size size   set canvas size (WxH or abbreviation)
  113. -spre preset        set the subtitle options to the indicated preset

复制代码
可以得知一些基本信息:
ffmpeg版本: version 4.3.1

built with gcc版本: 8.1.0 (C-SKY RISCV Tools V1.8.4 B20200702)
  configuration平台库等信息:
平台 : --enable-cross-compile --cross-prefix=riscv64-unknown-linux-gnu- --arch=riscv --cpu=c910 --target-os=linux --prefix=/usr --pkg-config=pkg-config库:
--enable-shared --enable-static --enable-pthreads --enable-zlib --disable-doc --disable-debug --disable-lzma --disable-vaapi --disable-vdpau -
视频输出设备:

-enable-outdev=fbdev

音频输出设备:
--enable-outdev=alsa
支持解码格式:

--enable-outdev=v4l2 --disable-outdev=sdl2 --disable-x86asm --enable-small --enable-gpl --enable-libx264

FFmpeg命令行参数:
-c:指定编码器
-c copy:直接复制,不经过重新编码(这样比较快)
-c:v:指定视频编码器
-c:a:指定音频编码器-i:指定输入文件
-an:去除音频流
-vn: 去除视频流
-preset:指定输出的视频质量,会影响文件的生成速度,有以下几个可用的值 ultrafast, superfast, veryfast, faster, fast, medium, slow, slower, veryslow。-y:不经过确认,输出时直接覆盖同名文件。
..................
ffmpeg的东西太多了, 详细说明的,得写好几百篇稿, 也说不完
用到哪, 说到哪
播放一个视频试试吧


视频播放测试

播放例程所用的BadApple测试视频

播放一个视频试试吧

传视频到开发板

  1. scp badapple_480360_xvid.mp4 root@192.168.0.20:/mnt/UDISK
复制代码
注未扩容的,用不到上面空间, 可以用wget, 在网上找到视频下载

播放视频

  1. ffmpeg -i /mnt/exUDISK/-pix_fmt bgra -f fbdev /dev/fb0 -f alsa hw:0,0
复制代码



发现播放效果不好看好,可不可以使画面居中一下,上下可以留黑边,这里用到pad参数填充,(发现一下算法视频播放就会变卡):

  1. ffmpeg -i /mnt/UDISK/badapple_480360_xvid.mp4 -pix_fmt bgra -vf pad='w=480:h=480:x=(ow-iw)/2:y=(oh-ih)/2' -f fbdev /dev/fb0 -f alsa hw:0,0
复制代码

再一个小(大)一点的视频试试


  1. ffmpeg -i mov_bbb.mp4 -pix_fmt bgra  -f fbdev /dev/fb0 -f alsa hw:0,0
复制代码


用上面方法居中一下


  1. ffmpeg -i mov_bbb.mp4 -pix_fmt bgra -vf 'pad=480:480:0:(oh-ih)/2' -f fbdev /dev/fb0 -f alsa hw:0,0
复制代码


效果还是不好, 可以让它按屏宽度拉伸一下,并居中呢
用参数scale=480:-1,   宽度480, 高度按比例缩放,试试下面命令:


  1. ffmpeg -i mov_bbb.mp4 -pix_fmt bgra -vf 'scale=480:-1, pad=480:480:0:(oh-ih)/2' -f fbdev /dev/fb0 -f alsa hw:0,0
复制代码


这样理想了。


播放自制的视频

比较大的在上面播放比较卡,可以用ffmpeg, l转码,缩小一些
宽度固定转文件
  1. ffmpeg -i /mnt/UDISK/jueju.mp4  -preset ultrafast -pix_fmt bgra -vf 'scale = 480:-1' -f mp4 /mnt/UDISK/jju.mp4
复制代码
用转码文件播放出来,就不会卡,居中会卡



播放电视直播

找一个电视直播的视频源,板子连网之后可以查看电视直播:
  1. ffmpeg -i http://183.207.249.6/PLTV/3/224/3221225534/index.m3u8 -pix_fmt
  2. bgra -vf 'scale = 480:-1, pad = 480:480:(ow-iw)/2:(oh-ih)/2' -f fbdev
  3. /dev/fb0 -f alsa hw:0,0
复制代码
播放画面如下,虽然能播,但是画面非常的卡。


总结

本篇测试了Sipeed LicheeRV 86 Panel开发板使用FFmpeg进行视频播放的能力,对于播放480x480以下的视频,画面和声音都比较流程,如果使用了FFmpeg的尺寸修改功能,或是从网络直播源播放视频,播放就会不同程度的变卡。

+10
回复

使用道具 举报

沙发
 楼主| 发表于 2022-3-7 00:31:29 | 只看该作者
回复 支持 反对

使用道具 举报

板凳
 楼主| 发表于 2022-3-7 00:37:42 | 只看该作者
可以播放的电视地址

凤凰香港,http://183.207.249.35/PLTV/3/224/3221226975/index.m3u8
凤凰资讯HD,http://183.207.249.35/PLTV/3/224/3221226923/index.m3u8
凤凰中文HD,http://183.207.249.35/PLTV/3/224/3221226922/index.m3u8

CETV-1,http://183.207.249.6/PLTV/3/224/3221225622/index.m3u8
CCTV-1高清,http://183.207.249.9/PLTV/3/224/3221225530/1.m3u8
CCTV-3高清,http://183.207.249.9/PLTV/3/224/3221225588/1.m3u8
CCTV-4,http://183.207.249.9/PLTV/3/224/3221225534/index.m3u8
CCTV-5+高清,http://183.207.249.9/PLTV/3/224/3221225604/index.m3u8
CCTV-6高清,http://183.207.249.9/PLTV/3/224/3221225548/1.m3u8
CCTV-7高清,http://183.207.249.9/PLTV/3/224/3221225546/1.m3u8
CCTV-9高清,http://183.207.249.6/PLTV/3/224/3221225532/1.m3u8
CCTV-10高清,http://183.207.249.9/PLTV/3/224/3221225550/index.m3u8
CCTV-11,http://183.207.249.9/PLTV/3/224/3221225552/index.m3u8
CCTV-12高清,http://183.207.249.9/PLTV/3/224/3221225556/index.m3u8
CCTV-13,http://183.207.249.9/PLTV/3/224/3221225560/index.m3u8
CCTV-15,http://183.207.249.9/PLTV/3/224/3221225568/index.m3u8


浙江卫视高清,http://183.207.249.9/PLTV/3/224/3221225544/index.m3u8
深圳卫视高清,http://183.207.249.9/PLTV/3/224/3221225582/index.m3u8
江西卫视高清,http://183.207.249.9/PLTV/3/224/3221225536/index.m3u8
东方卫视高清,http://183.207.249.9/PLTV/3/224/3221225558/index.m3u8
重庆卫视高清,http://183.207.249.9/PLTV/3/224/3221225594/index.m3u8
山东卫视高清,http://183.207.249.6/PLTV/3/224/3221225586/index.m3u8
天津卫视高清,http://183.207.249.7/PLTV/3/224/3221225562/index.m3u8
北京卫视高清,http://183.207.249.7/PLTV/3/224/3221225574/index.m3u8
湖北卫视高清,http://183.207.249.7/PLTV/3/224/3221225630/index.m3u8
辽宁卫视高清,http://183.207.249.9/PLTV/3/224/3221225566/index.m3u8
广东卫视高清,http://183.207.249.9/PLTV/3/224/3221225592/index.m3u8
安徽卫视高清,http://183.207.249.9/PLTV/3/224/3221225634/index.m3u8

东南卫视,http://183.207.249.6/PLTV/3/224/3221225598/index.m3u8
四川卫视,http://183.207.249.9/PLTV/3/224/3221225570/index.m3u8
山西卫视,http://183.207.249.6/PLTV/3/224/3221225576/index.m3u8
青海卫视,http://183.207.249.6/PLTV/3/224/3221225580/index.m3u8
山东教育,http://183.207.249.7/PLTV/3/224/3221225614/index.m3u8
云南卫视,http://183.207.249.9/PLTV/3/224/3221225591/index.m3u8
新疆卫视,http://183.207.249.7/PLTV/3/224/3221225523/index.m3u8
河北卫视,http://183.207.249.9/PLTV/3/224/3221225602/index.m3u8
宁夏卫视,http://183.207.249.9/PLTV/3/224/3221225628/index.m3u8
贵州卫视,http://183.207.249.9/PLTV/3/224/3221225540/index.m3u8
广西卫视,http://183.207.249.9/PLTV/3/224/3221225554/index.m3u8
西藏卫视,http://183.207.249.9/PLTV/3/224/3221225579/index.m3u8
甘肃卫视,http://183.207.249.9/PLTV/3/224/3221225590/index.m3u8
江苏城市,http://183.207.249.8/PLTV/4/224/3221225929/index.m3u8
七彩戏剧,http://183.207.249.9/PLTV/2/224/3221226039/1.m3u8
卡酷少儿,http://183.207.249.9/PLTV/3/224/3221225616/index.m3u8
金鹰卡通,http://183.207.249.9/PLTV/3/224/3221225620/index.m3u8
哈哈炫动,http://183.207.249.9/PLTV/3/224/3221225694/index.m3u8

NewTV欢聚盛典,http://183.207.249.9/PLTV/3/224/3221225559/index.m3u8
NewTV爱情喜剧,http://183.207.249.6/PLTV/3/224/3221225525/index.m3u8
NewTV古装剧场,http://183.207.249.9/PLTV/3/224/3221225527/index.m3u8
NewTV军旅剧场,http://183.207.249.9/PLTV/3/224/3221225531/index.m3u8
NewTV海外剧场,http://183.207.249.9/PLTV/3/224/3221225547/index.m3u8
NewTV惊悚悬疑,http://183.207.249.7/PLTV/3/224/3221225561/index.m3u8
NewTV动作电影,http://183.207.249.9/PLTV/3/224/3221225529/index.m3u8
NewTV精品大剧,http://183.207.249.9/PLTV/3/224/3221225569/index.m3u8
NewTV贺岁燃剧,http://183.207.249.9/PLTV/3/224/3221225549/index.m3u8
NewTV荧屏贺岁,http://183.207.249.9/PLTV/3/224/3221225535/index.m3u8
NewTV军事评论,http://183.207.249.9/PLTV/3/224/3221225533/index.m3u8
NewTV焕新万象,http://183.207.249.9/PLTV/3/224/3221225557/index.m3u8
NewTV农业致富,http://183.207.249.7/PLTV/3/224/3221225537/index.m3u8
Newtv健康有约,http://183.207.249.9/PLTV/3/224/3221225545/index.m3u8
Newtv完美游戏,http://183.207.249.7/PLTV/3/224/3221225539/index.m3u8
Newtv精品体育,http://183.207.249.7/PLTV/3/224/3221225543/index.m3u8
Newtv动画王国,http://183.207.249.7/PLTV/3/224/3221225555/index.m3u8

徐州-1,http://183.207.249.9/PLTV/3/224/3221225945/index.m3u8
徐州-2,http://183.207.249.9/PLTV/3/224/3221225947/index.m3u8
徐州-3,http://183.207.249.9/PLTV/3/224/3221225949/index.m3u8
徐州-4,http://183.207.249.9/PLTV/3/224/3221225951/index.m3u8
+10
回复 支持 反对

使用道具 举报

地板
 楼主| 发表于 2022-3-7 00:55:55 | 只看该作者
播放网络视频
ffmpeg -i http://qukufile2.qianqian.com/da ... 73321/607973321.mp4 -pix_fmt bgra -vf scale=480:480 -f fbdev /dev/fb0 -f alsa hw:0,0
+10
回复 支持 反对

使用道具 举报

5#
 楼主| 发表于 2022-3-7 01:00:59 | 只看该作者
ffmpeg -i http://live.lyg1.com/ggpd/sd/live.m3u8 -pix_fmt bgra -vf scale=480:480 -f fbdev /dev/fb0 -f alsa hw:0,0


ffmpeg -i http://stream.habctv.com/ysyl/sd/live.m3u8 -pix_fmt bgra -vf scale=480:480 -f fbdev /dev/fb0 -f alsa hw:0,0
+10
回复 支持 反对

使用道具 举报

6#
 楼主| 发表于 2022-3-7 01:05:00 | 只看该作者
ffmpeg -i http://em.21dtv.com/songs/60006910.mkv -pix_fmt bgra -vf scale=480:48
0 -f fbdev /dev/fb0 -f alsa hw:0,0
+10
回复 支持 反对

使用道具 举报

7#
 楼主| 发表于 2022-3-7 01:17:15 | 只看该作者
播放电视节目
  1. ffmpeg -i http://lb.streaming.sk/fashiontv ... st_w1702070444.m3u8 -pix_fmt bgra -vf scale=480:480 -f fbdev /dev/fb0 -f alsa hw:0,0
复制代码



+10
回复 支持 反对

使用道具 举报

8#
发表于 2022-3-19 00:07:07 | 只看该作者
宽度固定scale=480:-1, 高度依比较缩放, 居中, 黑色填充pad=480:480:0oh-ih)/2

  1. ffmpeg -i mov_bbb.mp4 -pix_fmt bgra -vf 'scale=480:-1, pad=480:480:0:(oh-ih)/2' -f fbdev /dev/fb0 -f alsa hw:0,0
复制代码






+10
回复 支持 反对

使用道具 举报

9#
发表于 2022-3-19 00:17:48 | 只看该作者
播放电视

  1. ffmpeg -i http://183.207.249.6/PLTV/3/224/3221225534/index.m3u8 -pix_fmt bgra -vf 'scale = 480:-1, pad = 480:480:(ow-iw)/2:(oh-ih)/2' -f fbdev /dev/fb0 -f alsa hw:0,0
复制代码


+10
回复 支持 反对

使用道具 举报

10#
发表于 2022-3-19 01:04:05 | 只看该作者
  宽度固定转文件
  1. ffmpeg -i /mnt/UDISK/jueju.mp4  -preset ultrafast -pix_fmt bgra -vf 'scale = 480:-1' -f mp4 /mnt/UDISK/jju.mp4
复制代码




+10
回复 支持 反对

使用道具 举报

11#
发表于 2022-3-21 00:07:39 | 只看该作者
找一个电视直播的视频源,板子连网之后可以查看电视直播:
ffmpeg -i http://183.207.249.6/PLTV/3/224/3221225534/index.m3u8 -pix_fmt bgra -vf scale=480:480 -f fbdev /dev/fb0 -f alsa hw:0,0
指令中的“-vf scale=480:480”是用来将x视频尺寸调整至480x480,播放画面如下,虽然能播,但是画面非常的卡。


+10
回复 支持 反对

使用道具 举报

12#
发表于 2022-4-28 10:52:55 | 只看该作者
ffmpeg播放mp3
ffmpeg -i /root/ybdl.mp3 -f alsa hw:0,0  
+10
回复 支持 反对

使用道具 举报

13#
发表于 2024-2-22 11:20:46 | 只看该作者
北京卫视,http://39.134.24.162/dbiptv.sn.c ... 1225796/index.m3u8?
海南卫视,http://39.134.24.162/dbiptv.sn.c ... 1225769/index.m3u8?
云南卫视,http://tvlive.ynradio.com/live/yunnanweishi/chunks.m3u8
南方卫视,http://39.134.24.162/dbiptv.sn.c ... 1226218/index.m3u8?
青海卫视,http://stream.qhbtv.com/qhws/sd/live.m3u8
延边卫视,http://live.ybtvyun.com/video/s10006-44f040627ca1/index.m3u8
延边卫视,http://live.ybtvyun.com/video/s10006-28bc40431485/index.m3u8
农林卫视,http://39.134.24.162/dbiptv.sn.c ... 1226229/index.m3u8?
三沙卫视,https://pullsstv90080111.ssws.tv/live/SSTV20220729.m3u8
安多卫视,http://stream.qhbtv.com/adws/sd/live.m3u8
黑龙江卫视,http://39.134.24.162/dbiptv.sn.c ... 21225802/index.m3u8
三沙卫视,https://pullsstv90080111.ssws.tv/live/SSTV20220729.m3u8
青海卫视,http://stream.qhbtv.com/qhws/sd/live.m3u8?_upt=f35a89681647856030
青海卫视,http://stream.qhbtv.com/qhws/sd/live.m3u8?_upt=63cf437e1591689484
西藏卫视,http://39.134.24.162/dbiptv.sn.c ... 21226212/index.m3u8
大湾区卫视,http://39.134.24.162/dbiptv.sn.c ... 21226218/index.m3u8
延边卫视,http://39.134.24.162/dbiptv.sn.c ... 21226220/index.m3u8
康巴卫视,http://111.202.12.159:8080/kYGHWzA/1000/live.m3u8
康巴卫视,http://111.202.12.159:8080/3zvkK28/1000/live.m3u8
延边卫视,http://live.ybtvyun.com/video/s10016-7e5f23de35df/index.m3u8
北京卫视,http://39.134.24.162/dbiptv.sn.c ... 1225796/index.m3u8?
海南卫视,http://39.134.24.162/dbiptv.sn.c ... 1225769/index.m3u8?
南方卫视,http://39.134.24.162/dbiptv.sn.c ... 1226218/index.m3u8?
黑龙江卫视,http://39.134.24.162/dbiptv.sn.c ... 21225802/index.m3u8
西藏卫视,http://39.134.24.162/dbiptv.sn.c ... 21226212/index.m3u8
延边卫视,http://39.134.24.162/dbiptv.sn.c ... 21226220/index.m3u8

广东文化频道,https://glive.grtn.cn/live/wenhu ... 0963374597c20ad3935
云南卫视,http://tvlive.ynradio.com/live/yunnanweishi/chunks.m3u8
延边频道,http://live.ybtvyun.com/video/s10006-44f040627ca1/index.m3u8
青海频道,http://stream.qhbtv.com/qhws/sd/live.m3u8
河北频道,http://tv.pull.hebtv.com/jishi/w ... 8caf6adce2c9a0ef126

北京卫视,http://39.134.24.162/dbiptv.sn.c ... 21225796/index.m3u8
深圳卫视,http://39.134.24.162/dbiptv.sn.c ... 21225752/index.m3u8
湖北卫视,http://39.134.24.162/dbiptv.sn.c ... 21225760/index.m3u8
天津卫视,http://39.134.24.162/dbiptv.sn.c ... 21225765/index.m3u8
海南卫视,http://39.134.24.162/dbiptv.sn.c ... 21225769/index.m3u8
重庆卫视,http://39.134.24.162/dbiptv.sn.c ... 21225791/index.m3u8
贵州卫视,http://39.134.24.162/dbiptv.sn.c ... 21225793/index.m3u8
黑龙江卫视,http://39.134.24.162/dbiptv.sn.c ... 21225802/index.m3u8
江苏卫视,http://39.134.24.166/dbiptv.sn.c ... 21226200/index.m3u8

+10
回复 支持 反对

使用道具 举报

14#
发表于 2024-2-22 11:27:53 | 只看该作者
  1. CTV1,http://39.134.24.162/dbiptv.sn.chinamobile.com/PLTV/88888890/224/3221225804/index.m3u8
  2. CCTV2,http://39.134.24.162/dbiptv.sn.chinamobile.com/PLTV/88888890/224/3221226195/index.m3u8
  3. CCTV2,http://39.134.24.162/dbiptv.sn.chinamobile.com/PLTV/88888890/224/3221226224/index.m3u8
  4. CCTV4,http://39.134.24.162/dbiptv.sn.chinamobile.com/PLTV/88888890/224/3221226191/index.m3u8
  5. CCTV5,http://39.134.24.161/dbiptv.sn.chinamobile.com/PLTV/88888890/224/3221226395/index.m3u8
  6. CCTV5+,http://39.134.24.162/dbiptv.sn.chinamobile.com/PLTV/88888890/224/3221225761/index.m3u8
  7. CCTV8,http://39.134.24.162/dbiptv.sn.chinamobile.com/PLTV/88888890/224/3221226012/index.m3u8
  8. CCTV9,http://39.134.24.162/dbiptv.sn.chinamobile.com/PLTV/88888890/224/3221226197/index.m3u8
  9. CCTV10,http://39.134.24.162/dbiptv.sn.chinamobile.com/PLTV/88888890/224/3221226189/index.m3u8
  10. CCTV13,http://39.134.24.162/dbiptv.sn.chinamobile.com/PLTV/88888890/224/3221226233/index.m3u8
  11. CCTV14,http://39.134.24.166/dbiptv.sn.chinamobile.com/PLTV/88888890/224/3221226193/index.m3u8
  12. CCTV15,http://39.134.24.162/dbiptv.sn.chinamobile.com/PLTV/88888890/224/3221225785/index.m3u8
  13. CCTV4,http://jycb.f3322.net:85/tsfile/live/1000_1.m3u8?key=txiptv&playlive=1&authid=0
  14. CCTV5+,http://jycb.f3322.net:85/tsfile/live/1001_1.m3u8?key=txiptv&playlive=1&authid=0
复制代码
+10
回复 支持 反对

使用道具 举报

15#
发表于 2024-4-11 22:40:52 | 只看该作者
回复 支持 反对

使用道具 举报

16#
发表于 2024-4-11 22:40:57 | 只看该作者
  1. https://vip.ffzy-play8.com/20221107/357_4c582b15/1340255/hls/mixed.m3u8
复制代码

+10
回复 支持 反对

使用道具 举报

17#
发表于 2024-4-12 17:43:52 | 只看该作者
https://hd.ijycnd.com/play/QdJ66JdO/index.m3u8
  1. ffmpeg -i https://hd.ijycnd.com/play/QdJ66JdO/index.m3u8
复制代码


+10
回复 支持 反对

使用道具 举报

您需要登录后才可以回帖 登录 | 立即注册

本版积分规则

QQ|Archiver|手机版|深圳市光明谷科技有限公司|光明谷商城|Sunshine Silicon Corpporation ( 粤ICP备14060730号|Sitemap

GMT+8, 2024-5-4 16:54 , Processed in 0.106175 second(s), 74 queries .

Powered by Discuz! X3.2 Licensed

© 2001-2013 Comsenz Inc.

快速回复 返回顶部 返回列表