谷动谷力
标题: 【平头哥Sipeed LicheeRV 86开发板试用】ffmpeg视频播放体验 [打印本页]
作者: sunsili 时间: 2022-3-5 17:46
标题: 【平头哥Sipeed LicheeRV 86开发板试用】ffmpeg视频播放体验
【平头哥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 一下:
- root@MaixLinux:/mnt/UDISK# ffmpeg -h
- ffmpeg version 4.3.1 Copyright (c) 2000-2020 the FFmpeg developers
- 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
- libavutil 56. 51.100 / 56. 51.100
- libavcodec 58. 91.100 / 58. 91.100
- libavformat 58. 45.100 / 58. 45.100
- libavdevice 58. 10.100 / 58. 10.100
- libavfilter 7. 85.100 / 7. 85.100
- libswscale 5. 7.100 / 5. 7.100
- libswresample 3. 7.100 / 3. 7.100
- libpostproc 55. 7.100 / 55. 7.100
- Hyper fast Audio and Video encoder
- usage: ffmpeg [options] [[infile options] -i infile]... {[outfile options] outfile}...
- Getting help:
- -h -- print basic options
- -h long -- print more options
- -h full -- print all options (including all format and codec specific options, very long)
- -h type=name -- print all options for the named decoder/encoder/demuxer/muxer/filter/bsf/protocol
- See man ffmpeg for detailed description of the options.
- Print help / information / capabilities:
- -L show license
- -h topic show help
- -? topic show help
- -help topic show help
- --help topic show help
- -version show version
- -buildconf show build configuration
- -formats show available formats
- -muxers show available muxers
- -demuxers show available demuxers
- -devices show available devices
- -codecs show available codecs
- -decoders show available decoders
- -encoders show available encoders
- -bsfs show available bit stream filters
- -protocols show available protocols
- -filters show available filters
- -pix_fmts show available pixel formats
- -layouts show standard channel layouts
- -sample_fmts show available audio sample formats
- -colors show available color names
- -sources device list sources of the input device
- -sinks device list sinks of the output device
- -hwaccels show available HW acceleration methods
- Global options (affect whole program instead of just one file):
- -loglevel loglevel set logging level
- -v loglevel set logging level
- -report generate a report
- -max_alloc bytes set maximum size of a single allocated block
- -y overwrite output files
- -n never overwrite output files
- -ignore_unknown Ignore unknown stream types
- -filter_threads number of non-complex filter threads
- -filter_complex_threads number of threads for -filter_complex
- -stats print progress report during encoding
- -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.
- -bits_per_raw_sample number set the number of bits per raw sample
- -vol volume change audio volume (256=normal)
- Per-file main options:
- -f fmt force format
- -c codec codec name
- -codec codec codec name
- -pre preset preset name
- -map_metadata outfile[,metadata]:infile[,metadata] set metadata information of outfile from infile
- -t duration record or transcode "duration" seconds of audio/video
- -to time_stop record or transcode stop time
- -fs limit_size set the limit file size in bytes
- -ss time_off set the start time offset
- -sseof time_off set the start time offset relative to EOF
- -seek_timestamp enable/disable seeking by timestamp with -ss
- -timestamp time set the recording timestamp ('now' to set the current time)
- -metadata string=string add metadata
- -program title=string:st=number... add program with specified streams
- -target type specify target file type ("vcd", "svcd", "dvd", "dv" or "dv50" with optional prefixes "pal-", "ntsc-" or "film-")
- -apad audio pad
- -frames number set the number of frames to output
- -filter filter_graph set stream filtergraph
- -filter_script filename read stream filtergraph description from a file
- -reinit_filter reinit filtergraph on input parameter changes
- -discard discard
- -disposition disposition
- Video options:
- -vframes number set the number of video frames to output
- -r rate set frame rate (Hz value, fraction or abbreviation)
- -s size set frame size (WxH or abbreviation)
- -aspect aspect set aspect ratio (4:3, 16:9 or 1.3333, 1.7777)
- -bits_per_raw_sample number set the number of bits per raw sample
- -vn disable video
- -vcodec codec force video codec ('copy' to copy stream)
- -timecode hh:mm:ss[:;.]ff set initial TimeCode value.
- -pass n select the pass number (1 to 3)
- -vf filter_graph set video filters
- -ab bitrate audio bitrate (please use -b:a)
- -b bitrate video bitrate (please use -b:v)
- -dn disable data
- Audio options:
- -aframes number set the number of audio frames to output
- -aq quality set audio quality (codec-specific)
- -ar rate set audio sampling rate (in Hz)
- -ac channels set number of audio channels
- -an disable audio
- -acodec codec force audio codec ('copy' to copy stream)
- -vol volume change audio volume (256=normal)
- -af filter_graph set audio filters
- Subtitle options:
- -s size set frame size (WxH or abbreviation)
- -sn disable subtitle
- -scodec codec force subtitle codec ('copy' to copy stream)
- -stag fourcc/tag force subtitle tag/fourcc
- -fix_sub_duration fix subtitles duration
- -canvas_size size set canvas size (WxH or abbreviation)
- -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测试视频
播放一个视频试试吧
传视频到开发板
- scp badapple_480360_xvid.mp4 root@192.168.0.20:/mnt/UDISK
复制代码 注未扩容的,用不到上面空间, 可以用wget, 在网上找到视频下载
播放视频
- ffmpeg -i /mnt/exUDISK/-pix_fmt bgra -f fbdev /dev/fb0 -f alsa hw:0,0
复制代码
发现播放效果不好看好,可不可以使画面居中一下,上下可以留黑边,这里用到pad参数填充,(发现一下算法视频播放就会变卡):
- 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
复制代码
再一个小(大)一点的视频试试
- ffmpeg -i mov_bbb.mp4 -pix_fmt bgra -f fbdev /dev/fb0 -f alsa hw:0,0
复制代码
用上面方法居中一下
- 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, 高度按比例缩放,试试下面命令:
- 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转码,缩小一些
宽度固定转文件- ffmpeg -i /mnt/UDISK/jueju.mp4 -preset ultrafast -pix_fmt bgra -vf 'scale = 480:-1' -f mp4 /mnt/UDISK/jju.mp4
复制代码 用转码文件播放出来,就不会卡,居中会卡
播放电视直播
找一个电视直播的视频源,板子连网之后可以查看电视直播:
- 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
复制代码 播放画面如下,虽然能播,但是画面非常的卡。
总结
本篇测试了Sipeed LicheeRV 86 Panel开发板使用FFmpeg进行视频播放的能力,对于播放480x480以下的视频,画面和声音都比较流程,如果使用了FFmpeg的尺寸修改功能,或是从网络直播源播放视频,播放就会不同程度的变卡。
作者: sunsili 时间: 2022-3-7 00:31
相关播放连接地址:
https://gitee.com/ggodyw/live-ci ... %92%AD%E6%BA%90.txt
https://gitee.com/bearzou/backup ... A%A8ip%E7%89%88.txt
作者: sunsili 时间: 2022-3-7 00:37
可以播放的电视地址
凤凰香港,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
作者: sunsili 时间: 2022-3-7 00: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
作者: sunsili 时间: 2022-3-7 01:00
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
作者: sunsili 时间: 2022-3-7 01:05
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
作者: sunsili 时间: 2022-3-7 01:17
播放电视节目
- 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
复制代码
作者: 鸣涧 时间: 2022-3-19 00:07
宽度固定scale=480:-1, 高度依比较缩放, 居中, 黑色填充pad=480:480:0oh-ih)/2
- 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
复制代码
作者: 鸣涧 时间: 2022-3-19 00:17
播放电视
- 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
复制代码
作者: 鸣涧 时间: 2022-3-19 01:04
宽度固定转文件
- ffmpeg -i /mnt/UDISK/jueju.mp4 -preset ultrafast -pix_fmt bgra -vf 'scale = 480:-1' -f mp4 /mnt/UDISK/jju.mp4
复制代码
作者: 鸣涧 时间: 2022-3-21 00:07
找一个电视直播的视频源,板子连网之后可以查看电视直播:
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,播放画面如下,虽然能播,但是画面非常的卡。
作者: fannifu 时间: 2022-4-28 10:52
ffmpeg播放mp3
ffmpeg -i /root/ybdl.mp3 -f alsa hw:0,0
作者: 谷谷小师妹 时间: 2024-2-22 11:20
北京卫视,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
作者: 谷谷小师妹 时间: 2024-2-22 11:27
- CTV1,http://39.134.24.162/dbiptv.sn.chinamobile.com/PLTV/88888890/224/3221225804/index.m3u8
- CCTV2,http://39.134.24.162/dbiptv.sn.chinamobile.com/PLTV/88888890/224/3221226195/index.m3u8
- CCTV2,http://39.134.24.162/dbiptv.sn.chinamobile.com/PLTV/88888890/224/3221226224/index.m3u8
- CCTV4,http://39.134.24.162/dbiptv.sn.chinamobile.com/PLTV/88888890/224/3221226191/index.m3u8
- CCTV5,http://39.134.24.161/dbiptv.sn.chinamobile.com/PLTV/88888890/224/3221226395/index.m3u8
- CCTV5+,http://39.134.24.162/dbiptv.sn.chinamobile.com/PLTV/88888890/224/3221225761/index.m3u8
- CCTV8,http://39.134.24.162/dbiptv.sn.chinamobile.com/PLTV/88888890/224/3221226012/index.m3u8
- CCTV9,http://39.134.24.162/dbiptv.sn.chinamobile.com/PLTV/88888890/224/3221226197/index.m3u8
- CCTV10,http://39.134.24.162/dbiptv.sn.chinamobile.com/PLTV/88888890/224/3221226189/index.m3u8
- CCTV13,http://39.134.24.162/dbiptv.sn.chinamobile.com/PLTV/88888890/224/3221226233/index.m3u8
- CCTV14,http://39.134.24.166/dbiptv.sn.chinamobile.com/PLTV/88888890/224/3221226193/index.m3u8
- CCTV15,http://39.134.24.162/dbiptv.sn.chinamobile.com/PLTV/88888890/224/3221225785/index.m3u8
- CCTV4,http://jycb.f3322.net:85/tsfile/live/1000_1.m3u8?key=txiptv&playlive=1&authid=0
- CCTV5+,http://jycb.f3322.net:85/tsfile/live/1001_1.m3u8?key=txiptv&playlive=1&authid=0
复制代码
作者: 谷谷小师妹 时间: 2024-4-11 22:40
https://vip.ffzy-play8.com/20221 ... 0255/hls/mixed.m3u8
作者: 谷谷小师妹 时间: 2024-4-11 22:40
- https://vip.ffzy-play8.com/20221107/357_4c582b15/1340255/hls/mixed.m3u8
复制代码
作者: 鸣涧 时间: 2024-4-12 17:43
https://hd.ijycnd.com/play/QdJ66JdO/index.m3u8
- ffmpeg -i https://hd.ijycnd.com/play/QdJ66JdO/index.m3u8
复制代码
欢迎光临 谷动谷力 (http://bbs.sunsili.com/) |
Powered by Discuz! X3.2 |