IPTV-EPG Forum

Full Version: Prefix & Append to VOD streams
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
little back story.

I use tvheadend for my tv/dvr backend and since it is made to only play mpegts & hls streams, I cant watch any of my VOD titles unless I edit the m3u myself and tell it to pipe the mp4 to ffmpeg for transcoding.

It would be great if the editor had the option of adding stuff before and after the video url for those like me.

an example of what needs to be added for it to work


pipe:///usr/local/bin/ffmpeg -i  [Original http://.mp4] -codec copy -bsf:v h264_mp4toannexb,dump_extra  -metadata service_provider=PROVIDER -metadata service_name=SERVICE -tune zerolatency -f mpegts pipe:1


Thanks
Added to the todo list
(09-23-2018, 11:40 AM)Epg Admin Wrote: [ -> ]Added to the todo list

Thanks
Available in the m3u Action options.