Hi, We have to following setup:
FFMpeg - transcoding MP4 split (Unified streaming) - Packaging to smooth with playready Unified Origin (Unified streaming) - Tranmuxing and transdrm on the fly to hls, hds, dash , fps etc Our issue is the on Apple TV gen 2 our content wont play. After long debugging with help from Apple, we have narrowed it down to the AudioConfig decriptor. The bug only occurs when using FPS encryption and only on ATV2 (sw 6.2.1). Suggestion from Apple: --- In ISO/IEC 14496-3 Table 1.15 – Syntax of AudioSpecificConfig() a) Not setting syncExtensionType to 0x2b7 or b) with syncExtensionType set to 0x2b7, set sbrPresentFlag to 1 can workaround this issue. ---- Is there anyone that know how we can do this in FFMpeg? Br, Kristian Hesthaug _______________________________________________ ffmpeg-user mailing list [email protected] http://ffmpeg.org/mailman/listinfo/ffmpeg-user
