multistream-player

所属分类:流媒体/Mpeg4/MP4
开发工具:Unix_Linux
文件大小:51KB
下载次数:10
上传日期:2013-10-28 17:06:29
上 传 者weichangzhi1111
说明:  支持25个视频同时播放的视频播放器 用gstreamer和gtk开发, 支持命令行
(Supports 25 video while playing a video player with a gstreamer and gtk development, support command line)

文件列表:
multistream-player\common.c (22292, 2013-10-29)
multistream-player\common.h (4552, 2013-10-29)
multistream-player\eflplayer.c (31474, 2013-10-29)
multistream-player\Makefile (641, 2013-10-29)
multistream-player\segoplayer (86212, 2013-10-23)
multistream-player\segoplayer.c (113347, 2013-10-29)
multistream-player (0, 2013-10-28)

WHAT IT IS ---------- This is a player ,the player is used to automatic test for gstreamer-vaapi. WHERE TO START -------------- Code source : git://bee.sh.intel.com/git/media/simple-player. PLATFORMS --------- You can use segoplayer in ubuntu platform; You can use eflplayer in tizen platform. USAGE --------- Usage: eflplayer [OPTION...] - Play videos Options: -h,--help Show help options -o,--open Open the -d,--duration Get the duration of the video -p,--play[period of time] Play video [for the period of time] -a,--pause Pause at the -t,--stop Stop at the -s,--seek Seek to the -W,--width Set the width of video to -H,--height Set the heigth fo video to -x,--speed Set the speed of video to You can catch gst error log use --gst-debug=vaapi:3 EXAMPLE --------- ./segoplayer -o /root/Videos/noaudio_h2***.mp4 Open a video file ./segoplayer -o /root/Videos/noaudio_h2***.mp4 -d Get duration of the video ./segoplayer -o /root/Videos/noaudio_h2***.mp4 -p Play video until the end of file ./segoplayer -o /root/Videos/noaudio_h2***.mp4 -p --gst-debug=vaapi:3,vaapidecode:3 Catch gst error log when Play video ./segoplayer -o /root/Videos/noaudio_h2***.mp4 -W 800 -H 600 -p Set the video resolution to 800*600,and then play video until the end of file ./segoplayer -o /root/Videos/noaudio_h2***.mp4 -p30 -t 30 Play 30 seconds, then stop(if duration time of video is less than 30 seconds, player will stop at the end of video) ./segoplayer -o /root/Videos/noaudio_h2***.mp4 -p30 -a 30 Play 30s, then pause(if duration time of video is less than 30s, player will stop at the end of video, no the action pause any more) ./segoplayer -o /root/Videos/noaudio_h2***.mp4 -p30 -a 30 -p Play 30s, pause, then play until the end of file ./segoplayer -o /root/Videos/noaudio_h2***.mp4 -p30 -a 30 -p10 -s 40 Play 30s, pause, play 10s, then seek to the end of file ./segoplayer -o /root/Videos/noaudio_h2***.mp4 -p30 -a 30 -s 40 Play 30s, pause, then seek to the end of file ./segoplayer -o /root/Videos/noaudio_h2***.mp4 -p30 -s 35 Play 30s, then seek to the definite time ./segoplayer -o /root/Videos/noaudio_h2***.mp4 -p30 -s 35 -p Play 30s, seek to the define time, then play until the end of file ./segoplayer -o /root/Videos/noaudio_h2***.mp4 -p30 -s 35 -p20 -a 55 Play 30s, seek to the define time, play 20s, then pause ./segoplayer -o /root/Videos/noaudio_h2***.mp4 -p30 -s 35 -p20 -a 55 -t 70 Play 30s, seek to the define time, play 20s, pause, then stop at the end of file ./segoplayer -o /root/Videos/noaudio_h2***.mp4 -p30 -s 35 -p20 -t 55 Play 30s, seek to the define time, play 20s, then stop

近期下载者

相关文件


收藏者