FAQ  •  Register  •  Login

Need help for transcoding this m3u8 stream.

<<

meensu

Serviio newbie

Posts: 7

Joined: Sat May 04, 2013 9:29 pm

Post Mon Jul 15, 2013 4:08 am

Need help for transcoding this m3u8 stream.

Hi,
The target tv is samsung d. Input stream is an m3u8 file.
Problem with standard profile is I get no audio but video is fine.
ffmpeg command line uses "-an" option. Looks like transcoding is ruling out audio. I need help to figure out why.

Here is the detail of the input stream:
  Code:
    Stream #0:0: Video: h264 (Baseline) ([27][0][0][0] / 0x001B), yuv420p, 512x288 [SAR 1:1 DAR 16:9], 12.50 fps, 25 tbr, 90k tbn, 50 tbc
    Stream #0:1: Audio: aac ([15][0][0][0] / 0x000F), 44100 Hz, stereo, fltp, 127 kb/s


Serviio uses ffmpeg with the below command line:
  Code:
ffmpeg  -analyzeduration 10000000 -fflags +genpts -threads 1 -i http://.../playlist.m3u8 -y -c:v copy -an -map 0:0 -sn -f mpegts pipe:


For some reason, serviio decides to mute this.

If I dump this file like below and play it from TV it plays fine.
  Code:
ffmpeg.tsk -i http://.../playlist.m3u8 -f mpegts -c:v copy -c:a copy pipe: > t.avi


My question is, since t.avi plays fine on TV, how to get the online stream through to the TV *with audio* using serviio. Why does serviio mute? From the log file I see that the TV wants AVC_TS_MP_AC3_ISO.

Any help is greatly appreciated.
<<

zip

User avatar

Serviio developer / Site Admin

Posts: 17215

Joined: Sat Oct 24, 2009 12:24 pm

Location: London, UK

Post Mon Jul 15, 2013 10:55 pm

Re: Need help for transcoding this m3u8 stream.

can you post full ffmpeg -i for the stream?
<<

meensu

Serviio newbie

Posts: 7

Joined: Sat May 04, 2013 9:29 pm

Post Tue Jul 16, 2013 4:01 am

Re: Need help for transcoding this m3u8 stream.

I guess the issue is if the source m3u8 plays another m3u8 file. Am facing issues only for such m3u8 files. I will shortly give you the link.

Return to Transcoding

Who is online

Users browsing this forum: No registered users and 26 guests

Powered by phpBB © 2000, 2002, 2005, 2007 phpBB Group.
Designed by ST Software for PTF.