Transcoding problem playing HLS stream
Hi Guys,
I have the following online stream which I cannot get it working on my TV (LA40C650):
I get an error saying it's not supported file format for my TV.
I checked it with ffmpeg, it's video codec: h264 and audio codec: mp3. So I also tried add the following line to transcoding profile but it's still not working:
Can anyone help?
I have the following online stream which I cannot get it working on my TV (LA40C650):
I get an error saying it's not supported file format for my TV.
I checked it with ffmpeg, it's video codec: h264 and audio codec: mp3. So I also tried add the following line to transcoding profile but it's still not working:
- Code:
<Video targetContainer="mpegts" targetVCodec="mpeg2video" targetACodec="ac3" aBitrate="192" maxVBitrate="20000">
<Matches container="*" vCodec="h264" profile="high_10" />
<Matches container="*" vCodec="h264" profile="high" levelGreaterThan="4.2" />
<Matches container="*" vCodec="h264" profile="main" levelGreaterThan="4.2" />
<Matches container="mp4" vCodec="mpeg4" aCodec="lpcm" />
<Matches container="*" vCodec="h264" aCodec="mp3" />
</Video>
Can anyone help?