I have the following as part of tvheadend mux configuration. It successfully gives me an audio stream that I can either listen to live, or record. However I cannot fast forward/reverse the recording, because, I think, it is audio only. So I'd like to add a video stream to this, but cannot get a working solution. At the moment I don't care what the video stream is, I can always create one. Can anyone help?

pipe://ffmpeg -loglevel fatal -i http://x.x.xx/stream/ -c copy -strict -2 -metadata service_provider=RADIOPROVIDER -metadata service_name=Service -f mpegts -mpegts_service_type digital_radio pipe:1

    If you have a channel logo, or something, as an image file, you may be able to get FFMPEG to encode that as the video stream.

    Lloyd Adams what program are you using to play the recording? What container is specified in your TVHeadend recording profile?

    Using TvhClient (iOS), I could not skip ahead or back in my radio recordings when they were recorded in a TS container. I had to either change TVHeadend to record in a MKV container, or add a post-processing script that would convert it to MKV after completion.

    I move my recordings into a MKV container when they finish.