[FFmpeg-user] ffplay and usb dvb-t tuner
James Bird
jamessmtp at gmail.com
Sun Jun 11 13:18:34 EEST 2017
Hello,
I am new to linux / video / ffplay. I am trying to follow instructions here:
http://billauer.co.il/blog/2017/03/linux-dvb-israel-digital-tv-2/
I am using a Raspberry Pi / Raspbian Jessie. The Raspbian/Debian binary package build has renamed ffplay to avplay.
avplay -version
avplay version 11.9-6:11.9-1~deb8u1+rpi1, Copyright (c) 2003-2017 the Libav developers
built on Apr 26 2017 06:57:28 with gcc 4.9.2 (Raspbian 4.9.2-10)
avplay 11.9-6:11.9-1~deb8u1+rpi1
libavutil 54. 3. 0 / 54. 3. 0
libavcodec 56. 1. 0 / 56. 1. 0
libavformat 56. 1. 0 / 56. 1. 0
libavdevice 55. 0. 0 / 55. 0. 0
libavfilter 5. 0. 0 / 5. 0. 0
libavresample 2. 1. 0 / 2. 1. 0
libswscale 3. 0. 0 / 3. 0. 0
I have been able to use dvbv5-scan to create a channels.conf file, and I can use dvbv5-zap to lock onto a channel.
dvbv5-zap '7Mate Brisbane' -r > zap.log 2>&1
zap.log is attached.
Something is wrong when I try to play the stream using avplay (ffplay), but I don’t know how to find the problem. Here’s what command I’m using:
avplay -x 680 -y 480 -f mpegts /dev/dvb/adapter0/dvr0 > ffplay.log 2>&1
ffplay.log is attached.
I also tried:
$ cat /dev/dvb/adapter0/dvr0 > this
and in parallel
$ ffplay this
But it gives the same result.
Could anyone assist?
James.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: ffplay.log
Type: application/octet-stream
Size: 96733 bytes
Desc: not available
URL: <http://ffmpeg.org/pipermail/ffmpeg-user/attachments/20170611/0d27040e/attachment.obj>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: zap.log
Type: application/octet-stream
Size: 3954 bytes
Desc: not available
URL: <http://ffmpeg.org/pipermail/ffmpeg-user/attachments/20170611/0d27040e/attachment-0001.obj>
More information about the ffmpeg-user
mailing list