Hi,
so the video / codec format is same on CB if you record via rtmp or HLS (H264 MPEG-4).Only diffrent is the audio format where you get mostly Spexx for rtmp streams and MPEG AAC for HLS stream also with a higher Hz rate.
Code:
Rtmp Stream Model X
--------------------------------------------
Codec: H264 - MPEG-4 AVC (part 10) (avc1)
Auflösung: 864x482
Bildwiederholrate: 30
Codec: Speex Audio (spx )
Kanäle: Mono
Abtastrate: 16000 Hz
HLS Steam same Model
--------------------------------------------
Codec: H264 - MPEG-4 AVC (part 10) (h264)
Auflösung: 864x482
Bildwiederholrate: 30
Codec: MPEG AAC Audio (mp4a)
Kanäle: Stereo
Abtastrate: 32000 Hz
So if you just prefer the file extension of .ts then just use this extension for your output files.So it dosent have a effect on the video format itself.
greetz