[FFmpeg-user] ffmpeg transcode tvheadend channel

Loadlinx limiteddi at gmail.com
Thu Jan 9 06:05:01 CET 2014


Can ffmpeg pick up http://ip:port/playlist/channelid/1 channels from
tvheadend for transcoding?
Can seem to find any info on how to do it.

ffmpeg -f mpegts -i http://192.168.1.50/playlist/channelid/1
-deinterlace -vcodec libx264 -vb 1000k -acodec libfdk_aac -ar 48000
-ab 48k -f flv rtmp://192.168.1.50:1935/test

./ffmpeg -f mpegts -i http://192.168.1.50:9981/playlist/channelid/1
-deinterlace -vcodec libx264 -vb 1000k -acodec libfdk_aac -ar 48000
-ab 48k -f flv rtmp://192.168.1.50:1935/punj
ffmpeg version git-2014-01-09-c0a33c4 Copyright (c) 2000-2014 the
FFmpeg developers
  built on Jan  8 2014 22:44:04 with gcc 4.8 (Ubuntu/Linaro 4.8.1-10ubuntu9)
  configuration: --prefix=/root/ffmpeg_build
--extra-cflags=-I/root/ffmpeg_build/include
--extra-ldflags=-L/root/ffmpeg_build/lib --bindir=/root/bin
--extra-libs=-ldl --enable-gpl --enable-libass --enable-libfdk-aac
--enable-libmp3lame --enable-libopus --enable-libtheora
--enable-libvorbis --enable-libvpx --enable-libx264 --enable-nonfree
  libavutil      52. 62.100 / 52. 62.100
  libavcodec     55. 47.100 / 55. 47.100
  libavformat    55. 22.102 / 55. 22.102
  libavdevice    55.  5.102 / 55.  5.102
  libavfilter     4.  0.103 /  4.  0.103
  libswscale      2.  5.101 /  2.  5.101
  libswresample   0. 17.104 /  0. 17.104
  libpostproc    52.  3.100 / 52.  3.100
[mpegts @ 0x268fae0] Could not detect TS packet size, defaulting to non-FEC/DVHS
http://192.168.1.50:9981/playlist/channelid/1: could not find codec parameters

Is it possible?


More information about the ffmpeg-user mailing list