如何使用ffmpeg从dvb-t(live tv stream - udp)中提取EPG? [英] how to extract EPG from dvb-t (live tv stream - udp) with ffmpeg?

查看:371
本文介绍了如何使用ffmpeg从dvb-t(live tv stream - udp)中提取EPG?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我想用ffmpeg从dvb-t(live tv stream - udp)中提取EPG。
我有一个dvb-t设备,并用udp接收流。

解决方案

我有一个dvb-t udp。 ts流生成与mumudvb,我可以提取EPG指导信息XMLTV格式与epgrab - https://github.com/ hiroshiyui / epgrab

  git clone https://github.com/hiroshiyui/epgrab.git 
cd epgrab /
cmake。
make
#点分配给您的dvb适配器
./epgrab -i / dev / dvb / adapter0 / demux0> out.xml

希望这有帮助!


I want to extract EPG from dvb-t (live tv stream - udp) with ffmpeg. I have a dvb-t device and receiving streams with udp.

解决方案

I have an dvb-t udp .ts stream generated with mumudvb and I can extract the EPG guide info in XMLTV format with epgrab - https://github.com/hiroshiyui/epgrab

git clone https://github.com/hiroshiyui/epgrab.git
cd epgrab/
cmake .
make
# Point epgrab to your dvb adapter
./epgrab -i /dev/dvb/adapter0/demux0 > out.xml

Hope this helps!

这篇关于如何使用ffmpeg从dvb-t(live tv stream - udp)中提取EPG?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆