09-23-2018, 03:31 AM
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
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