FFMPEG used in tvheadend for digital recording
Added by Dominik Nepoviem about 5 years ago
Hello everyone,
Please, can you help me ?
what ffmpeg command using tvheadend for digital video recording ?
we using now:
ffmpeg i udp://239.0.0.1:1234 -t 3600 -vcodec copy -acodec copy -f mpegts /home/tv/Desktop/recordings/test.ts --> but audio are not correctly with video (~1 second difference)
but in tvheadend its precised...
i dont want reencode it again, because we need realtime (same like tvheadend ---> not reencoding again)
thank you very much for your helping
Have nice day !
Replies (3)
RE: FFMPEG used in tvheadend for digital recording - Added by saen acro about 5 years ago
Is this a input stream?
udpxy will be more usable for multicast.
RE: FFMPEG used in tvheadend for digital recording - Added by Dominik Nepoviem about 5 years ago
Hello,
we have builded own system on intranet... we can use only udp
i need ffmpeg command from tvheadend
i udp ://239.0.0.1:1234 -t 3600
thanks !!!
RE: FFMPEG used in tvheadend for digital recording - Added by saen acro about 5 years ago
multicast > tvh
or
tvh > multicast
Be more detailed.